Resource Center/Resource Pool/Volume Operations
POSTVolume OperationsSince 4.5.3SynchronousAuth Required
BatchSyncVolumeSize
BatchSyncVolumeSize
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
clusterUuidStringRequiredThe cluster UUID.
systemTagsListThe system tag.
userTagsListThe user tag.
Responses
Endpoint
POST/zstack/v1/volumes/batch-sync-volumes
/zstack/v1/volumes/batch-sync-volumes
Request Example
curl -X POST 'http://{host}/zstack/v1/volumes/batch-sync-volumes' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"clusterUuid":"<clusterUuid>","systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ “failCount”: 3, "successCount": 3 }Change History
This API has no change history records yet.
