Get current connector

edit

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 URL

edit

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

Example request

edit
GET api/cases/configure

Response code

edit
200
Indicates a successful call.

Example response

edit
{
<<<<<<< HEAD
  "connector_id": "61787f53-4eee-4741-8df6-8fe84fa616f7",
=======
  "connector": {
    "id": "131d4448-abe0-4789-939d-8ef60680b498",
    "name": "Jira",
    "type": ".jira",
    "fields": null,
  },
>>>>>>> c9137735... [DOCS] Add Dev Tools warning to Security App API subpages (#686)
  "closure_type": "close-by-user",
  "connector_name": "ServiceNow",
  "created_at": "2020-03-30T13:31:38.083Z",
  "created_by": {
    "email": "[email protected]",
    "full_name": "Mr Admin",
    "username": "admin"
  },
  "error": null,
  "updated_at": null,
  "updated_by": null,
  "version": "WzE3NywxXQ=="
}