/v2/compute/projects/{project_id}/ethernet_hub/nodes¶
POST /v2/compute/projects/{project_id}/ethernet_hub/nodes¶
Create a new Ethernet hub instance
Parameters¶
project_id: Project UUID
Response status codes¶
201: Instance created
400: Invalid request
409: Conflict
Input¶
Types¶
EthernetHubPort¶
Ethernet port
| Name | Mandatory | Type | Description |
|---|---|---|---|
| name | ✔ | string | Port name |
| port_number | ✔ | integer | Port number |
Body¶
| Name | Mandatory | Type | Description |
|---|---|---|---|
| name | ✔ | string | Ethernet hub name |
| node_id | Node UUID | ||
| ports_mapping | array |
Output¶
| Name | Mandatory | Type | Description |
|---|---|---|---|
| name | ✔ | string | Ethernet hub name |
| node_id | ✔ | string | Node UUID |
| ports_mapping | ✔ | array | |
| project_id | ✔ | string | Project UUID |
| status | enum | Possible values: started, stopped, suspended |