Resource Center/Elastic Bare Metal Management(Plus)
PUTElastic Bare Metal Management(Plus)Since 4.7.11SynchronousAuth Required
UpdateXskyBlockVolume
UpdateXskyBlockVolume
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredThe resource UUID.
Body Fields
updatexskyblockvolumeObjectRequiredupdatexskyblockvolume request body object.
nameStringThe resource name.
descriptionStringOptional. Optional. The detailed description of the resource.
burstTotalBwLongOptional.
burstTotalIopsLongOptional.
maxTotalBwLongOptional.
maxTotalIopsLongOptional.
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
PUT/zstack/v1/xsky/block-volumes/{uuid}/actions
/zstack/v1/xsky/block-volumes/{uuid}/actions
Request Example
curl -X PUT 'http://{host}/zstack/v1/xsky/block-volumes/{uuid}/actions' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"updatexskyblockvolume":{"name":"<name>","description":"<description>","burstTotalBw":1,"burstTotalIops":1,"maxTotalBw":1,"maxTotalIops":1},"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{}Change History
This API has no change history records yet.
