33 lines
957 B
Plaintext
33 lines
957 B
Plaintext
|
|
--
|
|
:api: clear-roles-cache
|
|
:request: ClearRolesCacheRequest
|
|
:response: ClearRolesCacheResponse
|
|
--
|
|
[role="xpack"]
|
|
[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
|