Skip to content

Commit

Permalink
Regenerate client from commit 96810b7f of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Oct 17, 2024
1 parent 8a1f52b commit 283bb5c
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-17 14:12:18.095835",
"spec_repo_commit": "fb024a45"
"regenerated": "2024-10-17 21:37:52.521037",
"spec_repo_commit": "96810b7f"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-17 14:12:26.096579",
"spec_repo_commit": "fb024a45"
"regenerated": "2024-10-17 21:38:00.609211",
"spec_repo_commit": "96810b7f"
}
}
}
44 changes: 44 additions & 0 deletions content/en/api/v2/aws-integration/request.CreateAWSAccount.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"data": {
"attributes": {
"account_tags": [
"key:value"
],
"auth_config": {
"role_name": "DatadogIntegrationRole"
},
"aws_account_id": "123456789012",
"aws_partition": "aws",
"logs_config": {
"lambda_forwarder": {
"lambdas": [
"arn:aws:lambda:us-east-1:123456789012:function:DatadogLambdaLogForwarder"
],
"sources": [
"s3"
]
}
},
"metrics_config": {
"automute_enabled": true,
"collect_cloudwatch_alarms": true,
"collect_custom_metrics": true,
"enabled": true,
"tag_filters": [
{
"namespace": "AWS/EC2",
"tags": [
"key:value"
]
}
]
},
"resources_config": {
"cloud_security_posture_management_collection": false,
"extended_collection": false
},
"traces_config": {}
},
"type": "account"
}
}
44 changes: 44 additions & 0 deletions content/en/api/v2/aws-integration/request.UpdateAWSAccount.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"data": {
"attributes": {
"account_tags": [
"key:value"
],
"auth_config": {
"role_name": "DatadogIntegrationRole"
},
"aws_account_id": "123456789012",
"aws_partition": "aws",
"logs_config": {
"lambda_forwarder": {
"lambdas": [
"arn:aws:lambda:us-east-1:123456789012:function:DatadogLambdaLogForwarder"
],
"sources": [
"s3"
]
}
},
"metrics_config": {
"automute_enabled": true,
"collect_cloudwatch_alarms": true,
"collect_custom_metrics": true,
"enabled": true,
"tag_filters": [
{
"namespace": "AWS/EC2",
"tags": [
"key:value"
]
}
]
},
"resources_config": {
"cloud_security_posture_management_collection": false,
"extended_collection": false
},
"traces_config": {}
},
"type": "account"
}
}
14 changes: 14 additions & 0 deletions data/api/v2/CodeExamples.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@
"description": "Update a retention filter returns \"OK\" response"
}
],
"CreateAWSAccount": [
{
"group": "aws_integration",
"suffix": "",
"description": "AWS Integration - Create account config returns \"AWS Account object\" response"
}
],
"UpdateAWSAccount": [
{
"group": "aws_integration",
"suffix": "",
"description": "AWS Integration - Patch account config returns \"AWS Account object\" response"
}
],
"SearchAuditLogs": [
{
"group": "audit",
Expand Down

0 comments on commit 283bb5c

Please sign in to comment.