Create Snapshot
POST/backend/api/openstack/instances/:instance_id/create_snapshot
Host: https://core.ocplanet.cloud
Create a snapshot for the specified instance.
Request
- application/json
Body
name stringrequired
Responses
- 200
- application/json
- Schema
- Example (from schema)
- Example
Schema
image_uuid stringrequired
{
"image_uuid": "string"
}
{
"image_uuid": "ede0eb63-5c8f-4c9b-95ab-c1a167cb8143"
}
Loading...