Get connector information Deprecated
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/action/{id}
curl \
-X GET https://localhost:5601/api/actions/action/{id} \
-H "elastic-api-version: 2023-10-31"
Response examples (200)
{
"config": {},
"connector_type_id": "string",
"id": "string",
"is_deprecated": true,
"is_missing_secrets": true,
"is_preconfigured": true,
"is_system_action": true,
"name": "string"
}