OpenSearch/docs/java-rest/high-level/security/clear-roles-cache.asciidoc
Boaz Leskes a086c665a3 HLREST: Add Clear Roles Cache API (#34187)
Adds support for the Clear Roles Cache API to the High Level Rest
Client. As part of this a helper class, NodesResponseHeader, has been
added that enables parsing the nodes header from responses that are
node requests.

Relates to #29827
2018-10-26 12:16:44 -06:00

33 lines
943 B
Plaintext

--
:api: clear-roles-cache
:request: ClearRolesCacheRequest
:response: ClearRolesCacheResponse
--
[id="{upid}-{api}"]
=== Clear Roles Cache API
[id="{upid}-{api}-request"]
==== Clear Roles Cache Request
A +{request}+ supports defining the name of roles that the cache should be cleared for.
["source","java",subs="attributes,callouts,macros"]
--------------------------------------------------
include-tagged::{doc-tests-file}[{api}-request]
--------------------------------------------------
include::../execution.asciidoc[]
[id="{upid}-{api}-response"]
==== Clear Roles Cache Response
The returned +{response}+ allows to retrieve information about where the cache was cleared.
["source","java",subs="attributes,callouts,macros"]
--------------------------------------------------
include-tagged::{doc-tests-file}[{api}-response]
--------------------------------------------------
<1> the list of nodes that the cache was cleared on