/v2/compute/projects/{project_id}/ethernet_switch/nodes/{node_id}¶
Contents
GET /v2/compute/projects/{project_id}/ethernet_switch/nodes/{node_id}¶
Get an Ethernet switch instance
Parameters¶
node_id: Node UUID
project_id: Project UUID
Response status codes¶
200: Success
400: Invalid request
404: Instance doesn’t exist
PUT /v2/compute/projects/{project_id}/ethernet_switch/nodes/{node_id}¶
Update an Ethernet switch instance
Parameters¶
node_id: Node UUID
project_id: Project UUID
Response status codes¶
200: Instance updated
400: Invalid request
404: Instance doesn’t exist
409: Conflict
DELETE /v2/compute/projects/{project_id}/ethernet_switch/nodes/{node_id}¶
Delete an Ethernet switch instance
Parameters¶
node_id: Node UUID
project_id: Project UUID
Response status codes¶
400: Invalid request
404: Instance doesn’t exist
204: Instance deleted