List storage locations

get/data-services/v1beta1/storage-locations

Returns a list of enabled storage locations. The following parameters are supported to reduce the collection according to the specified criteria:

  • filtering locations by capabilities;
Securitybearer
Request
query Parameters
filter
string <= 1000 characters

The expression to use for filtering responses.

The filter expression for this endpoint accepts the following operators on the following properties:

  • in operator on the capabilities property;

For example:

  • 'backup-and-recovery' in capabilities;

Grouping of expressions to change the evaluation precedence is NOT supported.

Example: filter='backup-and-recovery' in capabilities
Responses
200

A list of storage locations.

400

An invalid request was received.

401

The request did not provide valid authentication.

403

The requesting user was not permitted to access this resource.

500

An internal error occurred.

503

Service unavailable.

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