builtin:security-enrichment.connections)Create and manage connections for security enrichment integrations
| Schema ID | Schema groups | Scope |
|---|---|---|
builtin:security-enrichment.connections | - | environment |
| GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:security-enrichment.connections |
| GET | SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:security-enrichment.connections |
| GET | Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:security-enrichment.connections |
To execute this request, you need an access token with Read settings (settings.read) scope. To learn how to obtain and use it, see Tokens and authentication.
| Property | Type | Description | Required |
|---|---|---|---|
Connection namename | text | Enter a unique connection name. | Required |
Integration vendor namevendor | text | A name to identify the vendor of the security enrichment integration. | Required |
Connection endpoint URLendpointUrl | text | The endpoint URL for the connection. | Required |
Authentication TypeauthenticationType | enum | Select the authentication type. The element has these enums
| Optional |
Authentication SecretauthenticationSecret | secret | Paste the authentication secret in this field. | Optional |
HTTP MethodhttpMethod | enum | The HTTP method to use for the connection. The element has these enums
| Required |
Supported Observable TypessupportedObservableTypes | Set<ObservableType> | The types of observables supported by this connection for enrichment. The element has these enums
| Required |
Query ParametersqueryParameters | Entry[] | - | Required |
Request Bodybody | text | The body of the HTTP request. | Optional |
HTTP Headersheaders | Entry[] | - | Required |
Custom OptionscustomOptions | Set<CustomOption> | The custom options available for this connection. | Required |
Mapping DQLmappingDql | text | The DQL script used for mapping the 3-rd party enrichment response to normalized fields in the mapped response. | Optional |
Entry object| Property | Type | Description | Required |
|---|---|---|---|
keykey | text | key | Required |
valuevalue | text | value | Optional |
CustomOption object| Property | Type | Description | Required |
|---|---|---|---|
keykey | text | key | Required |
The type of the custom optiontype | enum | type The element has these enums
| Required |
A brief description of the custom optiondescription | text | description | Optional |
Requiredrequired | boolean | Defines whether this CustomOption is required or not | Required |