Clusters_VirtualMachines_Snapshots_ListResult
Clusters_VirtualMachines_Snapshots_ListResult
The Snapshots.ListResult structure represents the result of Snapshots.list operation.
JSON Example
{
"items": [
{
"snapshot": "string",
"info": {
"name": "string",
"snapshot_type": "string",
"created_at": "string",
"expires_at": "string",
"vm": "string",
"pg": "string",
"disk_snapshots": [
{
"disk_key": 0,
"sequence_uuid": "string",
"epoch": 0,
"uri": "string"
}
]
}
}
]
}