Fetch Archive Backups
GET {{base_url}}/api/vault_manager/v1/archives/{{archive_id}}/backups?count=true&order=desc(created)
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
count | boolean | Show total count in the response. | |
order | string | An ordering filter that orders the results by column name. |
Available operators:
asc - ascending
desc - descending |
| showDeleted
| null | | A flag that specifies what should be added to the list of returned backups:
1 - All deleted backups are added to the list of backups.
2 - Only deleted backups marked as immutable are added to the list of backups. |
| includeActions
| null | | Calculate and include possible actions in the response. |
| targetAgentId
| null | | Select target agent to calculate actions. |
| 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. |
| limit
| null | | Limit the number of elements to return in one page. |
| resourceId
| null | | Show only backups for specified resources. |
| changeTag
| null | | Show only backups for specified change tag. |
| embed
| null | | An array of field names to include in the response.
Each value represents the name of the extension field to be included in the base response. |
| created
| null | | Show only backups created within specified time range. |
| protectedByPassword
| null | | Show only backups in protected by password or unprotected by password archives.
If not specified, backups are listed regardless of their password protection status. |
| backupType
| null | | Show only backups of specified types. |
| triggeredBy
| null | | Show a list of Backups triggered by specified reason. |
| avScanningDate
| null | | Show only backups scanned within the specified time range OR never scanned backups in "none" is specified. |
| vulnerabilityAssessmentStatus
| null | | Show only backups with specified Vulnerability Assessment Result statuses. |
| malwareAssessmentStatus
| null | | Show only backups with specified Malware Assessment Result statuses. |
| tapeId
| null | | Show only backups for specified tapes |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"items":[{"backup_id":"797c45a3-d593-4550-8052-b35f4c5b3633","vault_id":"907f7498-997e-d2c0-8e37-0f7d5e578dd2","archive_id":"ecc6ce50-7463-6ca9-22aa-5bbb66a405e6","legacy_id":"avfs:/online?account%3doliver_carson_test_acb_admin%26computer%3d1%26provider%3dAcronis#arl:/A099EB3E-878E-4F48-8C91-D4064CD5C871/8F44EB8E-E15E-4B3E-BBC4-40924F7EE303/ECC6CE50-7463-6CA9-22AA-5BBB66A405E6/797C45A3-D593-4550-8052-B35F4C5B3633?archive_name%3dWindows%252010%2520MSIX%2520packaging%2520environment-99C40F9C-F06A-4B5D-A5A0-FA8556488DAA-8653EFBE-5ED7-483B-9258-96D3C9F77765A","created":"2023-01-14T01:58:04Z","size":5448593408,"deduplicated_size":10927659618,"backed_up_data_size":10927659618,"original_data_size":10927659618,"tenant_id":"3389560","tenant_locator":"/1/3389557/3389560/","attributes":{"is_vm":"1","stream_name":"avfs:/online?account%3doliver_carson_test_acb_admin%26computer%3d1%26provider%3dAcronis%26stream%3dWindows%252010%2520MSIX%2520packaging%2520environment-99C40F9C-F06A-4B5D-A5A0-FA8556488DAA-8653EFBE-5ED7-483B-9258-96D3C9F77765A.tibx","uri":"avfs:/online?account%3doliver_carson_test_acb_admin%26computer%3d1%26provider%3dAcronis#arl:/A099EB3E-878E-4F48-8C91-D4064CD5C871/8F44EB8E-E15E-4B3E-BBC4-40924F7EE303/ECC6CE50-7463-6CA9-22AA-5BBB66A405E6/797C45A3-D593-4550-8052-B35F4C5B3633?archive_name%3dWindows%252010%2520MSIX%2520packaging%2520environment-99C40F9C-F06A-4B5D-A5A0-FA8556488DAA-8653EFBE-5ED7-483B-9258-96D3C9F77765A","vm_kind":"unknown"},"resource_ids":["8653EFBE-5ED7-483B-9258-96D3C9F77765"],"source_key":"avfs:/online?account%3doliver_carson_test_acb_admin%26computer%3d1%26provider%3dAcronis#arl:/A099EB3E-878E-4F48-8C91-D4064CD5C871/8F44EB8E-E15E-4B3E-BBC4-40924F7EE303/ECC6CE50-7463-6CA9-22AA-5BBB66A405E6/797C45A3-D593-4550-8052-B35F4C5B3633?archive_name%3dWindows%252010%2520MSIX%2520packaging%2520environment-99C40F9C-F06A-4B5D-A5A0-FA8556488DAA-8653EFBE-5ED7-483B-9258-96D3C9F77765A","source_usn":25612,"disks":[{"device_model":"","name":"Disk 1","size":136365211648,"volumes":[{"free_space":72933376,"is_bootable":true,"is_system":true,"name":"SYSTEM","size":104857600,"mount_strid":"\\archpit(797C45A34550D5935FB3528033365B4C)\\disk1_part1"},{"free_space":123757309952,"is_bootable":false,"is_system":false,"name":"NTFS (C:)","size":136242528256,"mount_strid":"\\archpit(797C45A34550D5935FB3528033365B4C)\\disk1_part2"}]}],"type":"full","marked_for_deletion":false,"notarized":false,"last_seen_at":"2023-01-14T02:47:52Z","items_added":7,"items_changed":0,"items_removed":0,"deleted_immutable":false,"created_in_network_isolation":false,"deleted":false}],"paging":{"cursors":{}},"_links":[{"rel":"ListArchiveBackups","href":"/api/vault_manager/v1/archives/ecc6ce50-7463-6ca9-22aa-5bbb66a405e6/backups"}]}