Data Protection/Backup Management Interfaces
POSTBackup Management InterfacesSince 0.6SynchronousAuth Required
Reuse Image Storage as Backup Storage
Reuse Image Storage as Backup Storage
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
Body Fields
attachPointStringNo description provided.
endPointString端点。
hostnameStringRequiredNo description provided.
usernameStringRequired用户名。
passwordString密码。
Responses
Endpoint
POST/zstack/v1/backup-storage/image-store/disaster
/zstack/v1/backup-storage/image-store/disaster
Request Example
curl -X POST 'http://{host}/zstack/v1/backup-storage/image-store/disaster' -H 'Authorization: OAuth {sessionUuid}' -H 'Content-Type: application/json;charset=UTF-8' -d '{"attachPoint":"<attachPoint>","endPoint":"<endPoint>","hostname":"<hostname>","username":"<username>","password":"<password>","sshPort":1,"url":"<url>","name":"<name>","description":"<description>","type":"<type>","importImages":true,"resourceUuid":"<resourceUuid>","tagUuids":["<tagUuids>"],"systemTags":["<systemTags>"],"userTags":["<userTags>"]}'
Response Example
200{}Change History
This API has no change history records yet.
