Skip to main content
Compute Management/Image Storage Related Interfaces/Image Related Interfaces
GETImage Related InterfacesSince 0.6SynchronousAuth Required

Get Candidate Backup Storage for Creating Image

Get Candidate Backup Storage for Creating Image

Execution Availability

Try It Out

Submit a mock request using the current auth context and example-driven inputs.

Query Parameters

Request Inputs

Query Parameters

  • volumeUuidString

    Disk UUID. Note: volumeUuid and volumeSnapshotUuid are mutually exclusive

  • volumeSnapshotUuidString

    Disk Snapshot UUID. Note: volumeUuid and volumeSnapshotUuid are mutually exclusive

  • systemTagsList

    System Tags

  • userTagsList

    User Tags

Responses

200 OK

On success, this API returns an empty JSON object {}.

Endpoint

GET/zstack/v1/images/candidate-backup-storage

/zstack/v1/images/candidate-backup-storage

Operation ID

GetCandidateBackupStorageForCreatingImage

Permalink

Request Example

curl -X GET 'http://{host}/zstack/v1/images/candidate-backup-storage?volumeUuid=<volumeUuid>&volumeSnapshotUuid=<volumeSnapshotUuid>&systemTags=<systemTags>&userTags=<userTags>' -H 'Authorization: OAuth {sessionUuid}'

Response Example

200
{}

Change History

This API has no change history records yet.

View all change history