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"
  }
}

Changes