Volumes service API reference¶
See https://docs.openstack.org/api-ref/block-storage/.
In these methods, {project_id}
is the ID of the project or tenant, {volume_id}
is the ID of the volume, and {snapshot_id}
is the ID of the snapshot. These methods allow you to manage volumes and snapshots in the OpenStack Volumes service, including creating, listing, showing details of, updating, and deleting volumes and snapshots.
List volumes¶
Show volume details¶
Create a volume¶
Request body
Update a volume¶
Request body
Delete a volume¶
List volume snapshots¶
Show snapshot details¶
Create a snapshot¶
Request body
JSON
{
"snapshot": {
"volume_id": "volume_id",
"name": "snapshot_name",
"description": "snapshot_description"
}
}
Update a snapshot¶
Request body