API Guide

Table Of Contents
Responses
HTTP
Code
Description Schema
200 The updated permissions Permission
Example HTTP response
Response 200
{
Ê "/a/path/to/endpoint1" : [ "GET" ],
Ê "/a/path/to/endpoint2" : [ "PATCH", "POST" ],
Ê ".*" : [ "GET", "POST", "PATCH", "DELETE" ]
}
3.28. Recoverpoint
3.28.1. Returns a list of RPACluster objects. Supports paging
GET /rpa_clusters/
Parameters
Type Name Description Schema
Query
fields
optional
Select which fields are included in the response.
'name' is always included. See
FieldSelectionExpression for details.
string
(FieldSelectionExpre
ssion)
Query
limit
optional
<p>Maximum number of elements to include in
paginated results.<br> <b>'offset' must also be
specified.<b>
integer (int32)
Query
name
optional
Filter results by name. See
LexicalQueryExpression for details.
string
(LexicalQueryExpres
sion)
Query
offset
optional
Index of the first element to include in paginated
results.<br> <b>'limit' must also be
specified.</b>
integer (int32)
Query
sort_by
optional
Specify the field priority order and direction for
sorting. See SortingOrderExpression for details.
string
(SortingOrderExpres
sion)
Responses
89