Fetch Backed Up Resources
GET {{base_url}}/api/vault_manager/v1/backed_up_resources
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
order | string | An ordering filter that orders the results by column name. |
Available operators:
asc - ascending
desc - descending |
| count
| null | | Show the total count in the response. |
| limit
| null | | Limit the number of elements to return in one page. |
| vaultId
| null | | ID of vault to search backups for. |
| archiveId
| null | | ID of archive to search backups for. |
| tapeId
| null | | Filter backups for specified tapes. |
| before
| null | | Base64-encoded token obtained from the previous response. Points to the end of the page. |
| after
| null | | Base64-encoded token obtained from the previous response. Points to the start of the page. |
| offset
| null | | The number of elements to skip before beginning to return elements. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |