Get current connectoredit

Retrieves the connector currently used in the Elastic Security UI.

The Kibana Console supports only Elasticsearch APIs. You cannot interact with the Kibana APIs with the Console and must use curl or another HTTP tool instead. For more information, refer to Console.

For more information on connectors, see Actions API (for pushing cases to external systems).

Request URLedit

GET <kibana host>:<port>/api/cases/configure

Example requestedit

GET api/cases/configure

Response codeedit

200
Indicates a successful call.

Example responseedit

{
  "connector_id": "61787f53-4eee-4741-8df6-8fe84fa616f7",
  "closure_type": "close-by-user",
  "connector_name": "ServiceNow",
  "created_at": "2020-03-30T13:31:38.083Z",
  "created_by": {
    "email": "admin@hms.gov.uk",
    "full_name": "Mr Admin",
    "username": "admin"
  },
  "error": null,
  "updated_at": null,
  "updated_by": null,
  "version": "WzE3NywxXQ=="
}