v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
AWS Integration

List available namespaces

Get a list of available AWS CloudWatch namespaces that can send metrics to Datadog.

get/api/v2/integration/aws/available_namespaces

Response

AWS Namespaces List object

Example response

{
  "data": {
    "attributes": {
      "namespaces": [
        "AWS/ApiGateway"
      ]
    },
    "id": "namespaces",
    "type": "namespaces"
  }
}