mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-27 00:11:07 +00:00
3.3 KiB
3.3 KiB
/v2/compute/projects/{project_id}/cloud/nodes
POST /v2/compute/projects/{project_id}/cloud/nodes
Create a new cloud instance
Parameters
- project_id: Project UUID
Response status codes
- 400: Invalid request
- 201: Instance created
- 409: Conflict
Input
Types
HostInterfaces
Interfaces on this host
Name | Mandatory | Type | Description |
---|---|---|---|
name | ✔ | string | Interface name |
type | ✔ | enum | Possible values: ethernet, tap |
Body
Name | Mandatory | Type | Description |
---|---|---|---|
interfaces | array | ||
name | ✔ | string | Cloud name |
node_id | Node UUID | ||
ports | array |
Output
Name | Mandatory | Type | Description |
---|---|---|---|
interfaces | array | ||
name | string | Cloud name | |
node_id | string | Node UUID | |
ports | array | ||
project_id | string | Project UUID | |
status | enum | Possible values: started, stopped, suspended |
Sample session
../../../examples/compute_post_projectsprojectidcloudnodes.txt