Get Machine Snapshots

Get Machine Snapshots

Get machine snapshots information

Request
URI
GET
https://{api_host}/iaas/api/machines/{id}/snapshots
COPY
Path Parameters
string
id
Required

The ID of the machine.

Query Parameters
string
apiVersion
Optional

The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /iaas/api/about


Responses
200

successful operation

[
    {
        "owner": "[email protected]",
        "organizationId": "deprecated",
        "createdAt": "2012-09-27",
        "_links": {
            "_links": {
                "hrefs": [
                    "string"
                ],
                "href": "string"
            }
        },
        "name": "my-name",
        "description": "my-description",
        "id": "9e49",
        "orgId": "9e49",
        "updatedAt": "2012-09-27"
    }
]

403

Forbidden

Operation doesn't return any data structure

404

Not Found

Operation doesn't return any data structure

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/iaas/api/machines/{id}/snapshots