mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-24 09:46:42 +00:00
Add more information about appliances to the API documentation.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
curl -i -X POST 'http://localhost:3080/v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/virtualbox/nodes/fd256c2f-ac6e-4f9d-975a-e6ea2347170a/suspend' -d '{}'
|
||||
curl -i -X POST 'http://localhost:3080/v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/virtualbox/nodes/278f435c-3c76-4b2e-bc6c-3990a35de558/suspend' -d '{}'
|
||||
|
||||
POST /v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/virtualbox/nodes/fd256c2f-ac6e-4f9d-975a-e6ea2347170a/suspend HTTP/1.1
|
||||
POST /v2/compute/projects/a1e920ca-338a-4e9f-b363-aa607b09dd80/virtualbox/nodes/278f435c-3c76-4b2e-bc6c-3990a35de558/suspend HTTP/1.1
|
||||
{}
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ HTTP/1.1 204
|
||||
Connection: close
|
||||
Content-Length: 0
|
||||
Content-Type: application/octet-stream
|
||||
Date: Tue, 20 Nov 2018 06:00:39 GMT
|
||||
Server: Python/3.6 GNS3/2.2.0dev4
|
||||
Date: Tue, 20 Nov 2018 08:47:51 GMT
|
||||
Server: Python/3.6 GNS3/2.2.0dev5
|
||||
X-Route: /v2/compute/projects/{project_id}/virtualbox/nodes/{node_id}/suspend
|
||||
|
||||
|
Reference in New Issue
Block a user