Datadog integration (Developer Tools, Data). Imported from open-connector.
https://{site}/api/v1/validate
/api/v1/monitor
| Param | Type | Required | Description |
|---|---|---|---|
| groupStates | array | optional | Monitor group states to include. |
| name | string | optional | Filter monitors by name. |
| tags | array | optional | Filter monitors by tags. |
| monitorTags | array | optional | Filter monitors by monitor tags. |
| withDowntimes | boolean | optional | Whether to include monitor downtimes in the response. |
/api/v1/monitor/{monitorId}
| Param | Type | Required | Description |
|---|---|---|---|
| monitorId | integer | required | The Datadog monitor ID. |
| groupStates | array | optional | Monitor group states to include. |
| withDowntimes | boolean | optional | Whether to include monitor downtimes in the response. |
/api/v1/monitor/search
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | optional | Search query for monitors. |
| page | integer | optional | Search results page number. |
| perPage | integer | optional | Maximum number of monitors per page. |
| sort | string | optional | Datadog monitor search sort field. |
/api/v1/query
| Param | Type | Required | Description |
|---|---|---|---|
| from | integer | required | Unix timestamp in seconds for the query start. |
| to | integer | required | Unix timestamp in seconds for the query end. |
| query | string | required | Datadog metric query expression. |
/api/v1/metrics
| Param | Type | Required | Description |
|---|---|---|---|
| from | integer | required | Unix timestamp in seconds for the earliest active metric time. |
| host | string | optional | Filter metrics by host. |
| tagFilter | string | optional | Filter metrics by Datadog tag expression. |
/api/v1/metrics/{metricName}
| Param | Type | Required | Description |
|---|---|---|---|
| metricName | string | required | The Datadog metric name. |