Get connector information
Headers
-
elastic-api-version string
The version of the API to use
Value is
2023-10-31
. Default value is2023-10-31
.
Path parameters
-
An identifier for the connector.
GET /api/actions/connector/{id}
curl \
-X GET https://localhost:5601/api/actions/connector/{id} \
-H "elastic-api-version: 2023-10-31"
Response examples (200)
{
"id": "df770e30-8b8b-11ed-a780-3b746c987a81",
"name": "my_server_log_connector",
"config": {},
"is_deprecated": false,
"is_preconfigured": false,
"is_system_action": false,
"connector_type_id": ".server-log",
"is_missing_secrets": false
}