Resource Center/Resource Pool/Snapshot Group Operations
GETSnapshot Group OperationsSince 3.6.0SynchronousAuth Required
CheckVolumeSnapshotGroupAvailability
CheckVolumeSnapshotGroupAvailability
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
uuidsListRequiredThe snapshot group UUIDs.
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
GET/zstack/v1/volume-snapshots/groups/availabilities
/zstack/v1/volume-snapshots/groups/availabilities
Request Example
curl -X GET 'http://{host}/zstack/v1/volume-snapshots/groups/availabilities?uuids=<uuids>&systemTags=<systemTags>&userTags=<userTags>' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "results": [ { "uuid": "78dd38e3e58134cead860f270143a474", "available": true, "reason": "" } ] }Change History
This API has no change history records yet.
