Apache CloudStack 4.23.0.0 Root Admin API Reference
revertSnapshot
This is supposed to revert a volume Snapshot. This command is only supported with KVM so far
Request parameters
| Parameter Name | Description | Required |
| id | The ID of the Snapshot | true |
Response Tags
| Response Name | Description |
| id | ID of the Snapshot |
| account | The Account associated with the Snapshot |
| chainsize | chain size of snapshot including all parent snapshots. Shown only for incremental snapshots if snapshot.show.chain.size setting is set to true |
| created | The date the Snapshot was created |
| datastoreid | ID of the datastore for the snapshot entry |
| datastorename | name of the datastore for the snapshot entry |
| datastorestate | state of the snapshot on the datastore |
| datastoretype | type of the datastore for the snapshot entry |
| domain | The domain name of the Snapshot's Account |
| domainid | The domain ID of the Snapshot's Account |
| domainpath | path of the Domain the snapshot's account belongs to |
| downloaddetails | download progress of a snapshot |
| intervaltype | Valid types are hourly, daily, weekly, monthy, Template, and none. |
| locationtype | Valid location types are primary and secondary. |
| name | Name of the Snapshot |
| osdisplayname | Display name of the os on volume |
| ostypeid | ID of the os on volume |
| parent | The parent ID of the Snapshot |
| parentname | The parent name of the Snapshot |
| physicalsize | Physical size of backed up Snapshot on image store |
| project | The project name of the Snapshot |
| projectid | The project id of the Snapshot |
| revertable | Indicates whether the underlying storage supports reverting the volume to this Snapshot |
| snapshottype | The type of the Snapshot |
| state | The state of the Snapshot. BackedUp means that Snapshot is ready to be used; Creating - the Snapshot is being allocated on the primary storage; BackingUp - the Snapshot is being backed up on secondary storage |
| status | the status of the template |
| virtualsize | Virtual size of backedup Snapshot on image store |
| volumeid | ID of the disk volume |
| volumename | Name of the disk volume |
| volumestate | state of the disk volume |
| volumetype | Type of the disk volume |
| zoneid | ID of the availability zone |
| zonename | name of the availability zone |
| jobid | the ID of the latest async job acting on this object |
| jobstatus | the current status of the latest async job acting on this object |