Resource Center/Hardware/Backup Storage Operations/ImageStore Backup Storage Operations
PUTImageStore Backup Storage OperationsSince 1.6SynchronousAuth Required
ReconnectImageStoreBackupStorage
ReconnectImageStoreBackupStorage
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 UUID of the ImageStore backup storage.
Body Fields
paramsObjectRequiredRequest body parameter object.
systemTagsListOptional. The system tags.
userTagsListOptional. The user tags.
Responses
Endpoint
PUT/zstack/v1/backup-storage/image-store/{uuid}/actions
/zstack/v1/backup-storage/image-store/{uuid}/actions
Request Example
curl -X PUT 'http://{host}/zstack/v1/backup-storage/image-store/{uuid}/actions' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"params":{"systemTags":["<systemTags>"],"userTags":["<userTags>"]}}'
Response Example
200{ "inventory": { "name": "ImageStore", "totalCapacity": 1.073741824E9, "availableCapacity": 8.05306368E8, "state": "Enabled", "status": "Connected", "attachedZoneUuids": [ "3b8b703c308741ec9a38411d003fdcbe" ] } }Change History
This API has no change history records yet.
