Get information about all virtual machine protection groups backups.

get/backup-recovery/v1beta1/virtual-machine-protection-groups/{vmpg-id}/backups

Get information about all Virtual Machine protection group backups.

Securitybearer
Request
path Parameters
vmpg-id
required
string

UUID string uniquely identifying the Virtual Machine Protection Group.

Example: 9b4c14a6-3cd5-4907-97c4-cf44c5b641e4
query Parameters
offset
integer

The number of items to skip before starting to collect the result set.

limit
integer [ 1 .. 1000 ]
Default: 20
filter
string

The filter query parameter is used to filter the set of resources returned in the response. The returned set of resources must match the criteria in the filter query parameter.

A comparision compares a property name to a literal. The comparisons supported are the following:

  • “eq” : Is a property equal to value. Valid for number, boolean and string properties.
  • “gt” : Is a property greater than a value. Valid for number or string timestamp properties.
  • “lt” : Is a property less than a value. Valid for number or string timestamp properties.
  • “in” : Is a value in a property (that is an array of strings).

Filters are supported on following attributes:

  • backupType
  • state
  • status
  • createdByInfo/id
  • createdByInfo/name
  • sourceCopyInfo/id
  • pointInTime
  • verified
  • storageSystemInfo/id
  • storageSystemInfo/name
  • protectionStoreInfo/id
  • protectionStoreInfo/name
  • dataOrchestratorInfo/id
  • expiresAt
  • name Examples:
  • GET /backup-recovery/v1beta1/virtual-machine-protection-groups/{vmpg-id}/backups?filter=backupType eq 'CLOUD_BACKUP'
sort
string

A comma separated list of properties to sort by, followed by a direction indicator ("asc" or "desc"). If no direction indicator is specified, the default order is ascending.

select
string

The select query parameter is used to limit the properties returned with a resource or collection-level GET. Multiple properties can be listed to be returned. The server must only return the set of properties requested by the client. The property “select” is the name of the select query parameter; its value is the list of properties to return separated by commas.

Responses
200

virtual-machine-protection-group backup list

400

Bad/Malformed request

401

Unauthorized request

403

Forbidden

404

The filter attribute's value does not exist

500

Internal Server ErrorResponse.

Request samples
Response samples
application/json
{
  • "count": 0,
  • "items": [
    ],
  • "offset": 0,
  • "total": 0
}