Query Backup List
Returns the list of backup bundles available in /opt/vmware/vcloud-director/data/transfer/backups/
query filter. values may be "date=ge=some-date", "date=gt=some-date", "date=le=some-date", "date=lt=some-date" or "version==full-appliance-version"
sortAsc=field means to sort on field in ascending order. Only supported value is "date"
sortDesc=field means to sort on field in descending order. Only supported value is "date"
The number of pages to skip before starting to collect the result set. page sequence starts at 1.
The number of items that may be returned in a page.
OK
{
"resultTotal": 0,
"pageCount": 0,
"pageSize": 0,
"listOfBackupFiles": [
{
"name": "string",
"location": "string",
"size": 0,
"date": "string",
"version": "string"
}
]
}
How many results there are in total (i.e., considering all pages).
How many pages there are in total.
Result count for page that was fetched.
List of Backup objects.
curl -H 'Authorization: <value>' https://{api_host}/api/1.0.0/backups