APIErrorResponse
Error response object.
Properties
Name | Type | Description | Notes |
---|---|---|---|
errors | [str] | Array of errors returned by the API. |
[Back to Model list] [Back to API list] [Back to README]
diff --git a/v1/APIErrorResponse/index.html b/v1/APIErrorResponse/index.html index 818ce04415..31b3caaacf 100644 --- a/v1/APIErrorResponse/index.html +++ b/v1/APIErrorResponse/index.html @@ -1 +1 @@ -
Error response object.
Name | Type | Description | Notes |
---|---|---|---|
errors | [str] | Array of errors returned by the API. |
[Back to Model list] [Back to API list] [Back to README]
Error response object.
Name | Type | Description | Notes |
---|---|---|---|
errors | [str] | Array of errors returned by the API. |
[Back to Model list] [Back to API list] [Back to README]
Returns the AWS account associated with this integration.
Name | Type | Description | Notes |
---|---|---|---|
access_key_id | str | Your AWS access key ID. Only required if your AWS account is a GovCloud or China account. | [optional] |
account_id | str | Your AWS Account ID without dashes. | [optional] |
account_specific_namespace_rules | {str: (bool,)} | An object, (in the form `{\"namespace1\":true/false, \"namespace2\":true/false}`), that enables or disables metric collection for specific AWS namespaces for this AWS account only. | [optional] |
excluded_regions | [str] | An array of AWS regions to exclude from metrics collection. | [optional] |
filter_tags | [str] | The array of EC2 tags (in the form `key:value`) defines a filter that Datadog uses when collecting metrics from EC2. Wildcards, such as `?` (for single characters) and `` (for multiple characters) can also be used. Only hosts that match one of the defined tags will be imported into Datadog. The rest will be ignored. Host matching a given tag can also be excluded by adding `!` before the tag. For example, `env:production,instance-type:c1.,!region:us-east-1` | [optional] |
host_tags | [str] | Array of tags (in the form `key:value`) to add to all hosts and metrics reporting through this integration. | [optional] |
role_name | str | Your Datadog role delegation name. | [optional] |
secret_access_key | str | Your AWS secret access key. Only required if your AWS account is a GovCloud or China account. | [optional] |
[Back to Model list] [Back to API list] [Back to README]
Returns the AWS account associated with this integration.
Name | Type | Description | Notes |
---|---|---|---|
access_key_id | str | Your AWS access key ID. Only required if your AWS account is a GovCloud or China account. | [optional] |
account_id | str | Your AWS Account ID without dashes. | [optional] |
account_specific_namespace_rules | {str: (bool,)} | An object, (in the form `{\"namespace1\":true/false, \"namespace2\":true/false}`), that enables or disables metric collection for specific AWS namespaces for this AWS account only. | [optional] |
excluded_regions | [str] | An array of AWS regions to exclude from metrics collection. | [optional] |
filter_tags | [str] | The array of EC2 tags (in the form `key:value`) defines a filter that Datadog uses when collecting metrics from EC2. Wildcards, such as `?` (for single characters) and `` (for multiple characters) can also be used. Only hosts that match one of the defined tags will be imported into Datadog. The rest will be ignored. Host matching a given tag can also be excluded by adding `!` before the tag. For example, `env:production,instance-type:c1.,!region:us-east-1` | [optional] |
host_tags | [str] | Array of tags (in the form `key:value`) to add to all hosts and metrics reporting through this integration. | [optional] |
role_name | str | Your Datadog role delegation name. | [optional] |
secret_access_key | str | Your AWS secret access key. Only required if your AWS account is a GovCloud or China account. | [optional] |
[Back to Model list] [Back to API list] [Back to README]
AWS account ID and Lambda ARN.
Name | Type | Description | Notes |
---|---|---|---|
account_id | str | Your AWS Account ID without dashes. | |
lambda_arn | str | ARN of the Datadog Lambda created during the Datadog-Amazon Web services Log collection setup. |
[Back to Model list] [Back to API list] [Back to README]
AWS account ID and Lambda ARN.
Name | Type | Description | Notes |
---|---|---|---|
account_id | str | Your AWS Account ID without dashes. | |
lambda_arn | str | ARN of the Datadog Lambda created during the Datadog-Amazon Web services Log collection setup. |
[Back to Model list] [Back to API list] [Back to README]
The Response returned by the AWS Create Account call.
Name | Type | Description | Notes |
---|---|---|---|
external_id | str | AWS external_id. | [optional] |
[Back to Model list] [Back to API list] [Back to README]
The Response returned by the AWS Create Account call.
Name | Type | Description | Notes |
---|---|---|---|
external_id | str | AWS external_id. | [optional] |
[Back to Model list] [Back to API list] [Back to README]
List of enabled AWS accounts.
Name | Type | Description | Notes |
---|---|---|---|
accounts | [AWSAccount] | List of enabled AWS accounts. | [optional] |
[Back to Model list] [Back to API list] [Back to README]
List of enabled AWS accounts.
Name | Type | Description | Notes |
---|---|---|---|
accounts | [AWSAccount] | List of enabled AWS accounts. | [optional] |
[Back to Model list] [Back to API list] [Back to README]
Name | Type | Description | Notes |
---|---|---|---|
body | AWSAccount | AWS request object | |
account_id | str | Only return AWS accounts that matches this `account_id`. | [optional] |
role_name | str | Only return AWS accounts that match this `role_name`. Required if `account_id` is specified. | [optional] |
access_key_id | str | Only return AWS accounts that matches this `access_key_id`. Required if none of the other two options are specified. | [optional] |
{str: (bool, date, datetime, dict, float, int, list, str, none_type)}
Status code | Description | Response headers |
---|---|---|
200 | OK | - |
400 | Bad Request | - |
403 | Authentication Error | - |
409 | Conflict Error | - |
[Back to top] [Back to API list] [Back to Model list] [Back to README]