Fetch Vault Archive Backup Timestamps
GET {{base_url}}/api/vault_manager/v1/vaults/{{vault_id}}/archives/{{archive_id}}/backup_timestamps
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
resourceId | null | Show timestamps only for specified resource. | |
created | null | Show backups created only within specified time range. | |
granularity | null | Granularity interval of grouped backup in seconds. | |
tzOffset | null | Timezone difference from current timezone to UTC in minutes. | |
showDeleted | null | A flag that specifies what kind of deleted backups should participate in timestamps calculation: |
1 - All deleted backups are participating in calculation.
2 - Only deleted backups marked as immutable are participating in calculation.
0 - No deleted backups are participating in calculation. |
| 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 skp before beginning to return elements. |
| limit
| null | | Limit the number of elements to return in one page. |
| count
| boolean | | Show total count in the response. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"items":["2023-01-06T00:00:00Z","2023-01-05T00:00:00Z"],"paging":{"cursors":{}},"_links":[{"rel":"ListVaultArchiveBackupStamps","href":"/api/vault_manager/v1/vaults/907f7498-997e-d2c0-8e37-0f7d5e578dd2/archives/4588c905-a23d-4ac7-6ba0-e672f5569377/backup_timestamps"}]}