Instance snapshots API reference¶
See https://docs.openstack.org/api-ref/compute/.
In these methods, {server_id}
is the ID of the instance from which you want to create a snapshot, and {image_id}
is the ID of the snapshot image. The snapshot creation endpoint triggers the creation of a new image, which represents the snapshot of the instance. Once created, the snapshot is managed as an image, where you can list, show details, update metadata, download, or delete it.
Create instance snapshot¶
Request body
List images (including snapshots)¶
Show image details (for a snapshot)¶
Delete image (delete a snapshot)¶
Update image metadata (for a snapshot)¶
Request body (example for updating name)