GetSnapshotDetails

Get details for a specific snapshot.

Request URL

GET https://use.cloudshare.com/Api/v2/Env/GetSnapshotDetails?snapshotId=<snap>&token=<token>&timestamp=<time>&UserApiId=<id>&HMAC=<signature>

Parameters

snapshotId The id of the snapshot
Example: FHDZ0Q4XQ4AA

Response example

{
    "data": {
        "author": "j smith",
        "comment": null,
        "creationTime": "5/27/2013 7:14 AM",
        "isDefault": true,
        "isLatest": true,
        "machineList": [
         {
            "cpu_count": 1,
            "description": "SharePoint 2007 Enterprise\r\nOS: Windows Server 2008 R2 Standard with Active Directory and SQL Server 2008 R2 Standard\r\nSpec: 30 GB HD/2 GB RAM\r\nEnterprise features enabled, with configured administrative and service accounts for SQL Server and different roles, configured according to suggested defaults\r\nDomain: shrpnt.loc\r\nspAdmin password: **********",
            "diskSize_mb": 30720,
            "internalAdresses": "10.160.201.13",
            "memory_mb": 2048,
            "name": "Prod - SharePoint 2007",
            "os": "Windows",
            "password": null,
            "user": "shrpnt\\administrator"
         },
         {
            "cpu_count": 1,
            "description": "Windows 7 Professional SP1 With Office 2010 Professional",
            "diskSize_mb": 20480,
            "internalAdresses": "10.160.1.242",
            "memory_mb": 1024,
            "name": "aaaa",
            "os": "Windows",
            "password": null,
            "user": "shrpnt\\administrator"
         }
        ],
        "name": "New snpahsot name",
        "snapshotId": "FHDZ0Q4XQ4AA"
        "url": "/Ent/Vendor/PrototypeInfo.aspx?pv=O1ca2r3B-HoRuIezf96XYw2"
    },
    "remaining_api_calls": 99985,
    "status_additional_data": null,
    "status_code": "0x20000",
    "status_text": "Success"
}