Get the list of available StoreOnces.

get/backup-recovery/v1beta1/storeonces

Get the list of all available and registered StoreOnce machines.

Securitybearer
Request
query Parameters
limit
integer [ 0 .. 1000 ]
Default: 20

Number of items to return at a time

Example: limit=10
offset
integer >= 0
Default: 0

The offset of the first item in the collection to return

Example: offset=5
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

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