mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-28 00:28:54 +00:00
0f496907a0
Fix issues with test. Update documentation.
2.3 KiB
2.3 KiB
/v2/compute/projects/{project_id}/atm_switch/nodes
POST /v2/compute/projects/{project_id}/atm_switch/nodes
Create a new ATM switch instance
Parameters
- project_id: Project UUID
Response status codes
- 400: Invalid request
- 201: Instance created
- 409: Conflict
Input
Name | Mandatory | Type | Description |
---|---|---|---|
mappings | object | ATM mappings | |
name | ✔ | string | ATM switch name |
node_id | Node UUID |
Output
Name | Mandatory | Type | Description |
---|---|---|---|
mappings | object | ATM mappings | |
name | ✔ | string | ATM switch name |
node_id | ✔ | string | Node UUID |
project_id | ✔ | string | Project UUID |
status | enum | Possible values: started, stopped, suspended |