Resource Center/Hardware/Primary Storage Operations/Ceph Primary Storage Operations
PUTCeph Primary Storage OperationsSince 0.6SynchronousAuth Required
UpdateCephPrimaryStoragePool
UpdateCephPrimaryStoragePool
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
updatecephprimarystoragepoolObjectRequiredupdatecephprimarystoragepool request body object.
aliasNameStringOptional. The alias of the Ceph primary storage pool.
descriptionStringOptional. The detailed description of the resource.
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
PUT/zstack/v1/primary-storage/ceph/pools/{uuid}/actions
/zstack/v1/primary-storage/ceph/pools/{uuid}/actions
Request Example
curl -X PUT 'http://{host}/zstack/v1/primary-storage/ceph/pools/{uuid}/actions' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"updatecephprimarystoragepool":{"aliasName":"<aliasName>","description":"<description>"},"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{ "inventory": { "uuid": "7f0e174e86e739d695b0e5b9674e3638", "primaryStorageUuid": "6b247ebee1e4326998f10e03a5f8c230", "poolName": "pool name", "aliasName": "alias name", "description": "description", "createDate": "Nov 14, 2017 10:20:57 PM", "lastOpDate": "Nov 14, 2017 10:20:57 PM", "type": "Data" } }Change History
This API has no change history records yet.
