IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Get current connector
editGet current connector
editRetrieves the connector currently used in the Elastic Security UI.
For more information on connectors, see Actions API (for pushing cases to external systems).
Request URL
editGET <kibana host>:<port>/api/cases/configure
Example request
editGET api/cases/configure
Response code
edit-
200
- Indicates a successful call.
Example response
edit{ "connector": { "id": "131d4448-abe0-4789-939d-8ef60680b498", "name": "Jira", "type": ".jira", "fields": null, }, "closure_type": "close-by-user", "created_at": "2020-03-30T13:31:38.083Z", "created_by": { "email": "admin@hms.gov.uk", "full_name": "Mr Admin", "username": "admin" }, "updated_at": null, "updated_by": null, "version": "WzE3NywxXQ==" }