Find connectorsedit

Retrieves 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 URLedit

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

Example requestedit

GET api/cases/configure/connectors/_find

Response codeedit

200
Indicates a successful call.

Response payloadedit

A JSON object describing the connectors and their settings.

Example responseedit

[{
  "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
}]