Get details of all the Protection Stores

get/backup-recovery/v1beta1/protection-stores

List all the Protection Stores.

Securitybearer
Request
query Parameters
offset
integer

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

limit
integer <= 2000
Default: 10

The numbers of items to return

filter
string

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

The returned set of resources will match the criteria in the filter query parameter.

A comparison 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:

  • protectionStoreType
  • storageSystemInfo/id
  • storageSystemInfo/displayName

Example:

GET ./protection-stores?filter=storageSystemInfo/displayName eq 'SOD5057LHR'

sort
string

Comma separated list of properties defining the sort order

select
string

The select query parameter is used to limit the properties returned in the GET response.

Multiple properties can be specified to be returned. The server will only return the set of properties requested by the client.

Example:

GET ./protection-stores?select=storageSystemInfo/displayName,status'

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
}