v1

latestOpenAPI 3.0.02026-07-142351,1971.3 MB
AWS Integration

List all AWS integrations

This endpoint is deprecated - use the V2 endpoints instead. List all Datadog-AWS integrations available in your Datadog organization.

get/api/v1/integration/aws

Query parameters

account_idstring

Only return AWS accounts that matches this account_id.

role_namestring

Only return AWS accounts that matches this role_name.

access_key_idstring

Only return AWS accounts that matches this access_key_id.

Response

OK

Example response

{
  "accounts": [
    {
      "account_id": "123456789012",
      "account_specific_namespace_rules": {
        "auto_scaling": false,
        "opswork": false
      },
      "cspm_resource_collection_enabled": true,
      "excluded_regions": [
        "us-east-1",
        "us-west-2"
      ],
      "extended_resource_collection_enabled": true,
      "filter_tags": [
        "$KEY:$VALUE"
      ],
      "host_tags": [
        "$KEY:$VALUE"
      ],
      "resource_collection_enabled": true,
      "role_name": "DatadogAWSIntegrationRole"
    }
  ]
}