3.10. Snapshot

DATA TYPE

Parameters

Parameters
Parameter Name Data Type Description
id String The ID (UUID) for snapshot.
status String The status of snapshot.
name String The name of snapshot.
description String The description of snapshot.
usage Integer The used capacity of snapshot in Byte.
volume_id String The volume ID (UUID) accommodates this snapshot.
snapshot_type_id Strings The snapshot type ID (UUID) of this snapshot.
created_at ISO8601 DateTime The creation timestamp for snapshot.
updated_at ISO8601 DateTime The update timestamp for snapshot.
deleted_at ISO8601 DateTime The delete timestamp for snapshot.
error_message String The error message for snapshot.
delete_reason String The message indicates why snapshot is automatically deleted.

Example

{
    "snapshot": {
        "id": "6d122618-0bc1-4897-b909-891adb0f5b26",
        "status": "available",
        "name": "snapshot01",
        "description": "",
        "usage": 0,
        "volume_id": "6cd24c70-f78a-4da6-a308-9a1d97687d0c",
        "snapshot_type_id": "a1c59e22-94d3-11e6-8f3b-080027aeede7",
        "created_at": "2017-01-25T07:01:03+0000",
        "updated_at": null,
        "deleted_at": null,
        "error_message": "",
        "delete_reason": ""
    }
}