IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Find connectors
editFind connectors
editRetrieves information about all available connectors.
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.
Only ServiceNow, Jira, IBM Resilient, and Swimlane connectors are returned. For more information on connectors, see Actions API (for pushing cases to external systems).
Request URL
editGET <kibana host>:<port>/api/cases/configure/connectors/_find
Example request
editGET api/cases/configure/connectors/_find
Response code
edit-
200
- Indicates a successful call.
Response payload
editA JSON object describing the connectors and their settings.
Example response
edit[{ "id":"61787f53-4eee-4741-8df6-8fe84fa616f7", "actionTypeId": ".jira", "name":"my-Jira", "isMissingSecrets":false, "config": { "apiUrl":"https://elastic.atlassian.net/", "projectKey":"ES" }, "isPreconfigured":false, "referencedByCount":0 }]