Get actions state

GET /api/endpoint/action/state

Get a response actions state, which reports whether encryption is enabled.

Responses

  • 200 application/json; Elastic-Api-Version=2023-10-31

    OK

    Hide response attribute Show response attribute object
    • body object Required
      Hide body attribute Show body attribute object
GET /api/endpoint/action/state
curl \
 -X GET http://KIBANA_HOST:5601/api/endpoint/action/state
Response examples (200)
{
  "body": {
    "data": {
      "canEncrypt": true
    }
  }
}