Get Allow List API
Introduced 2.1
Retrieves the current allow list configuration.
This API is reserved for a superadmin. Authenticate with an admin certificate rather than with a user name and password. For more information, see Access control for the API.
Endpoints
GET /_plugins/_security/api/allowlist
Example request
GET _plugins/_security/api/allowlist
Example response
{
"config": {
"enabled": true,
"requests": {
"/_cat/nodes": [
"GET"
],
"/_cat/indices": [
"GET"
],
"/_plugins/_security/whoami": [
"GET"
]
}
}
}