Retrieve group membership cache settings
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
GET /name-services/cache/group-membership/settings
Introduced In: 9.11
Retrieves group-membership cache settings.
Related ONTAP commands
-
vserver services name-service cache group-membership settings show
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
svm.uuid |
string |
query |
False |
Filter by svm.uuid |
svm.name |
string |
query |
False |
Filter by svm.name |
enabled |
boolean |
query |
False |
Filter by enabled |
ttl |
string |
query |
False |
Filter by ttl |
fields |
array[string] |
query |
False |
Specify the fields to return. |
max_records |
integer |
query |
False |
Limit the number of records returned. |
return_records |
boolean |
query |
False |
The default is true for GET calls. When set to false, only the number of records is returned.
|
return_timeout |
integer |
query |
False |
The number of seconds to allow the call to execute before returning. When iterating over a collection, the default is 15 seconds. ONTAP returns earlier if either max records or the end of the collection is reached.
|
order_by |
array[string] |
query |
False |
Order results by specified fields and optional [asc |
Response
Status: 200, Ok