Get all virtual machine Protection Groups.

get/backup-recovery/v1beta1/virtual-machine-protection-groups

List all virtual machine Protection Groups.

Securitybearer
Request
query Parameters
offset
integer

The number of items to omit from the beginning of the result set. The offset and limit query parameters are used in conjunction with pagination. For example "offset=30&limit=10" indicates the fourth page of 10 items.

limit
integer [ 1 .. 1000 ]
Default: 20

The maximum number of items to include in the response. The offset and limit query parameters are used in conjunction for pagination, for example "offset=30&limit=10" indicates the fourth page of 10 items.

filter
string

An expression by which to filter the results.

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

  • “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). example: vmProtectionGroupType eq 'NATIVE'

Filters are supported on the following attributes:

  • hypervisorManagerInfo/name
  • hypervisorManagerInfo/id
  • vmProtectionGroupType
  • dataOrchestratorInfo/id
  • createdAt
  • name
sort
string

Comma separated list of properties defining the sort order. Each item in the “sort” query parameter is a property name optionally followed by a direction indicator. The direction indicator may only be either “asc” (ascending) or “desc” (descending). 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 formatted as an exclusive comma separated list of properties. If not specified, all properties are returned.

Responses
200

Success

400

Bad Request

401

Unauthorized request

403

Forbidden

500

Internal / unexpected error

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