Datadog
Supports:
Connection
Configuration
| NAME | TYPE | DESCRIPTION | REQUIRED | READONLY |
|---|---|---|---|---|
| api_key | string | true | false | |
| region | string | Accepted values: US1, US3, US5, EU1, US1-FED, AP1, AP2 | true | false |
Example
1 { 2 "name": "Datadog connection", 3 "type": "datadog", 4 "configuration": { 5 "api_key": "secret", 6 "region": "" 7 } 8 }
