API Guide

Table Of Contents
Type Name Description Schema
Path
name
required
The name of a specific instance of the resource string
Responses
HTTP
Code
Description Schema
200 The stats for the given vvol monitor Monitors
3.27. Permissions
3.27.1. Returns the Role-Based Authentication configuration
GET /permissions/
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
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
HTTP
Code
Description Schema
200
A JSON array of permission records
Headers :
X-Total-Count (integer) : The total number of entities in the result set
after filtering.
< Permission >
array
3.27.2. Return the Role-Based Authentication configuration for one role
GET /permissions/{rbac_role}
87