/v2/compute/projects/{project_id}/ethernet_hub/nodes
------------------------------------------------------------------------------------------------------------------------------------------
.. contents::
POST /v2/compute/projects/**{project_id}**/ethernet_hub/nodes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Create a new Ethernet hub instance
Parameters
**********
- **project_id**: Project UUID
Response status codes
**********************
- **400**: Invalid request
- **201**: Instance created
- **409**: Conflict
Input
*******
Types
+++++++++
EthernetHubPort
^^^^^^^^^^^^^^^^^^^^^^
Ethernet port
.. raw:: html
Name | Mandatory | Type | Description |
name | ✔ | string | Port name |
port_number | ✔ | integer | Port number |
Body
+++++++++
.. raw:: html
Name | Mandatory | Type | Description |
name | ✔ | string | Ethernet hub name |
node_id | | | Node UUID |
ports_mapping | | array | |
Output
*******
.. raw:: html
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 |