Retrieves details of a snapshot
Request Path
GET /api/v3/snapshots/{snapshotID}
Request Payload
None
Parameters
{snapshotID} |
The ID of the snapshot. You can retrieve the IDs of all snapshots in a blueprint, using GET /api/v3/projects/ID/blueprints/ID |
Response Example
{ "authorName": "John Doe", "comment": null, "createTime": "Mon, 23 Feb 2015 12:13:27 GMT", "description": null, "id": "SSYr6dCpwFjTakIVPUEXvYHQ2", "imageUrl": "http://www.cloudshare.netdna-cdn.com/sites/all/themes/cloudsharev2/images/template/showcase/icon.png", "isDefault": false, "isLatest": false, "machines": [ { "canAddMultipleInstances": true, "description": "Windows 7 Professional SP1 With Office 2010 Professional", "domainName": null, "hostName": "C8443860937", "httpAccessEnabled": false, "id": "MC0PiILpWZtnnHTkiPOXy94Q2", "imageUrl": "/resources/imgs/cs/machines_icon_orange.png", "internalIPs": [], "macAddresses": [], "name": "Prod - Windows 7 Pro SP1 With Office 2010", "osTypeName": "Windows", "password": null, "resources": { "cpuCount": 1, "diskSizeMB": 20480, "memorySizeMB": 1024 }, "startWithHttps": false, "user": null, "vanityName": null } ], "name": "my first snapshot", "number": 0, "resources": { "cpuCount": 1, "diskSizeMB": 20480, "memorySizeMB": 1024 }, "type": 0 // always (0), "regions": ["REKolD1-ab84YIxODeMGob9A2"], }