Fetch Vaults Sync Info
GET {{base_url}}/api/vault_manager/v1/sync/vaults
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
managingAgentId | null | Filter vaults by agent ID. | |
sourceUsnGt | null | Show only vaults with source Update Sequence Number (USN) greater than requested. | |
limit | null | Limit the number of elements to return in one page. | |
before | null | Base64-encoded token obtained from the previous response. Points to the end of the page. | |
order | null | An ordering filter that orders the results by column name. |
Available operators:
asc - ascending desc - descending |
RESPONSES
status: OK
{"items":[{"source_key":"avfs:/online?account%3doliver_carson_storage_admin%26provider%3dAcronis","source_usn":5910}],"paging":{"cursors":{}},"_links":[{"rel":"AddVaultsBulk","href":"/api/vault_manager/v1/sync/vaults"},{"rel":"ListVaultsSyncInfo","href":"/api/vault_manager/v1/sync/vaults"}]}