Get case connectors
Spaces method and path for this operation:
get /s/{space_id}/api/cases/configure/connectors/_find
Refer to Spaces for more information.
Get information about connectors that are supported for use in cases. You must have read privileges for the Actions and Connectors feature in the Management section of the Kibana feature privileges.
GET /api/cases/configure/connectors/_find
curl \ --request GET 'https://localhost:5601/api/cases/configure/connectors/_find' \ --header "Authorization: $API_KEY" Response examples (200)
[ { "id": "61787f53-4eee-4741-8df6-8fe84fa616f7", "name": "my-Jira", "config": { "apiUrl": "https://elastic.atlassian.net/", "projectKey": "ES" }, "actionTypeId": ".jira", "isDeprecated": false, "isPreconfigured": false, "isMissingSecrets": false, "referencedByCount": 0 } ]