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 connectors currently used in the Elastic Security UI that the user has access to read.
Console supports only Elasticsearch APIs. Console doesn’t allow interactions with Kibana APIs. You must use curl
or another HTTP tool instead. For more information, refer to Run Elasticsearch API requests.
For more information on connectors, see Actions API (for pushing cases to external systems).
Request URL
editGET <kibana host>:<port>/api/cases/configure
URL query parameters
editName | Type | Description | Required |
---|---|---|---|
|
String or String[] |
A filter to limit the retrieved connectors to a specific set of applications. If this parameter is omitted, the response will contain all connectors that the user has access to read. |
No |
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", "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==" } ======= [ { "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" }, "error": null, "id": "7349772f-421a-4de3-b8bb-2d9b22ccee30", "owner": "securitySolution", "updated_at": null, "updated_by": null, "version": "WzE3NywxXQ==" } ] >>>>>>> 8bda004... [Security Solution][Cases] Updating the API docs for cases (#835)