1234567891011121314151617181920212223242526272829303132 |
- --
- :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
|