IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Query parameters
editQuery parameters
edit-
feature_id
- (Optional, string) Filters list of connector types to those that support the feature id.
Response codes
edit-
200
- Indicates a successful call.
Examples
editGET api/actions/connector_types
The API returns the following:
[ { "id": ".email", "name": "Email", "minimum_license_required": "gold", "enabled": false, "enabled_in_config": true, "enabled_in_license": true, "supported_feature_ids": ["alerting"] }, { "id": ".index", "name": "Index", "minimum_license_required": "basic", "enabled": true, "enabled_in_config": true, "enabled_in_license": true, "supported_feature_ids": ["alerting"] }, ... ]
|
|
|
|
|
|
|
|
|
|
|
|
|