2018-11-28 09:12:57 +00:00
|
|
|
curl -i -X GET 'http://localhost:3080/v2/projects/39d4a277-6a51-48ba-903b-72903bfd8de4/snapshots'
|
2018-01-08 08:26:44 +00:00
|
|
|
|
2018-11-28 09:12:57 +00:00
|
|
|
GET /v2/projects/39d4a277-6a51-48ba-903b-72903bfd8de4/snapshots HTTP/1.1
|
2018-01-08 08:26:44 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
HTTP/1.1 200
|
|
|
|
Connection: close
|
|
|
|
Content-Length: 197
|
|
|
|
Content-Type: application/json
|
2018-11-28 09:12:57 +00:00
|
|
|
Date: Tue, 27 Nov 2018 15:09:46 GMT
|
2018-11-20 09:21:32 +00:00
|
|
|
Server: Python/3.6 GNS3/2.2.0dev5
|
2018-01-08 08:26:44 +00:00
|
|
|
X-Route: /v2/projects/{project_id}/snapshots
|
|
|
|
|
|
|
|
[
|
|
|
|
{
|
2018-11-28 09:12:57 +00:00
|
|
|
"created_at": 1543331385,
|
2018-01-08 08:26:44 +00:00
|
|
|
"name": "test",
|
2018-11-28 09:12:57 +00:00
|
|
|
"project_id": "39d4a277-6a51-48ba-903b-72903bfd8de4",
|
|
|
|
"snapshot_id": "fb32d7b4-78ae-46c3-9b64-0ea5448675c6"
|
2018-01-08 08:26:44 +00:00
|
|
|
}
|
|
|
|
]
|