Resource Center/Resource Pool/Volume Operations
GETVolume OperationsSince 0.6SynchronousAuth Required
GetVolumeFormat
GetVolumeFormat
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
GET/zstack/v1/volumes/formats
/zstack/v1/volumes/formats
Request Example
curl -X GET 'http://{host}/zstack/v1/volumes/formats?systemTags=<systemTags>&userTags=<userTags>' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "formats": [ { "format": "iso", "masterHypervisorType": "KVM", "supportingHypervisorTypes": [ "ESX", "KVM" ] } ] }Change History
This API has no change history records yet.
