mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-30 09:38:53 +00:00
23 lines
571 B
Plaintext
23 lines
571 B
Plaintext
curl -i -X GET 'http://localhost:3080/v2/projects/3fe938d6-ad14-4385-ba77-d8e79ef56021/snapshots'
|
|
|
|
GET /v2/projects/3fe938d6-ad14-4385-ba77-d8e79ef56021/snapshots HTTP/1.1
|
|
|
|
|
|
|
|
HTTP/1.1 200
|
|
Connection: close
|
|
Content-Length: 197
|
|
Content-Type: application/json
|
|
Date: Thu, 07 Jun 2018 08:14:09 GMT
|
|
Server: Python/3.6 GNS3/2.1.7dev1
|
|
X-Route: /v2/projects/{project_id}/snapshots
|
|
|
|
[
|
|
{
|
|
"created_at": 1528359249,
|
|
"name": "test",
|
|
"project_id": "3fe938d6-ad14-4385-ba77-d8e79ef56021",
|
|
"snapshot_id": "ebc1cde0-9603-4994-b1f6-0091becc9567"
|
|
}
|
|
]
|