GetSnapshots

Get a list of all snapshots for an environment.

Request URL

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

Parameters

envId The id of the environment
Example: LB4IUA1HFT4B

Response example

{
    "data": [
        {
            "Author": "j smith",
            "Comment": null,
            "CreationTime": "12/2/2012 8:09 AM",
            "IsDefault": false,
            "IsLatest": false,
            "Name": "newsnapshot",
            "SnapshotId": "Q4VCZH0U2SGA"
        },
        {
            "Author": "j smith",
            "Comment": null,
            "CreationTime": "3/15/2013 9:32 AM",
            "IsDefault": true,
            "IsLatest": true,
            "Name": "Initial State Snapshot",
            "SnapshotId": "25AK430NVL0A"
        }
    ],
    "remaining__calls": 99987,
    "status_additional_data": null,
    "status_code": "0x20000",
    "status_text": "Success"
}