Retrieve Snapshot copies
Contributors
POST /account/{accountId}/providers/cloudmanager_cbs/api/v1/catalog/snapshots
Retrieves a list of Snapshot copies pertaining to a particular volume using the catalog index query.
Token usage: Cloud Manager user token.
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
accountId |
string |
path |
True |
Account ID |
authorization |
string |
header |
True |
User Token |
x-agent-id |
string |
header |
True |
Request Identifier |
Request Body
Name | Type | Required | Description |
---|---|---|---|
resourceName |
string |
True |
|
workingEnvironmentId |
string |
True |
|
volumeId |
string |
True |
|
resourceType |
string |
True |
Response
Status: 200, Default response
Name | Type | Required | Description |
---|---|---|---|
results |
False |
||
endOfResults |
boolean |
False |
Definitions
body
Name | Type | Required | Description |
---|---|---|---|
resourceName |
string |
True |
|
workingEnvironmentId |
string |
True |
|
volumeId |
string |
True |
|
resourceType |
string |
True |
snapshots
Name | Type | Required | Description |
---|---|---|---|
snapshotId |
string |
False |
|
snapshotName |
string |
False |
|
snapshotSize |
number |
False |
|
snapshotCreationTime |
number |
False |
|
location |
string |
False |
results
Name | Type | Required | Description |
---|---|---|---|
workingEnvironmentId |
string |
False |
|
workingEnvironmentName |
string |
False |
|
volumeName |
string |
False |
|
volumeId |
string |
False |
|
snapshots |
array[snapshots] |
False |