Get actions state Beta
Get a response actions state, which reports whether encryption is enabled.
GET
/api/endpoint/action/state
curl \
-X GET https://<KIBANA_URL>/api/endpoint/action/state
Response examples (200)
{
"body": {
"data": {
"canEncrypt": true
}
}
}