mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-22 14:12:29 +00:00
2.9 KiB
2.9 KiB
/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
- 400: Invalid request
- 201: Instance created
- 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 | array |
Output
Name | Mandatory | Type | Description |
---|---|---|---|
name | string | Ethernet hub name | |
node_id | string | Node UUID | |
ports | array | ||
project_id | string | Project UUID | |
status | enum | Possible values: started, stopped, suspended |