Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .generated-info
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"spec_repo_commit": "c3b2b7d",
"generated": "2025-08-25 10:18:04.330"
"spec_repo_commit": "55aea96",
"generated": "2025-08-25 15:33:44.229"
}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2025-03-05T15:30:09.058Z
2025-08-24T22:41:50.537Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/v2/agentless-scanning/CreateAwsOnDemandTask.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
body = DatadogAPIClient::V2::AwsOnDemandCreateRequest.new({
data: DatadogAPIClient::V2::AwsOnDemandCreateData.new({
attributes: DatadogAPIClient::V2::AwsOnDemandCreateAttributes.new({
arn: "arn:aws:lambda:eu-west-3:376334461865:function:This-Is-An-Api-Spec-Test",
arn: "arn:aws:lambda:us-west-2:123456789012:function:my-function",
}),
type: DatadogAPIClient::V2::AwsOnDemandType::AWS_RESOURCE,
}),
Expand Down
4 changes: 2 additions & 2 deletions features/v2/agentless_scanning.feature
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ Feature: Agentless Scanning
@team:DataDog/k9-agentless
Scenario: Post an AWS on demand task returns "AWS on demand task created successfully." response
Given new "CreateAwsOnDemandTask" request
And body with value {"data": {"attributes": {"arn": "arn:aws:lambda:eu-west-3:376334461865:function:This-Is-An-Api-Spec-Test"}, "type": "aws_resource"}}
And body with value {"data": {"attributes": {"arn": "arn:aws:lambda:us-west-2:123456789012:function:my-function"}, "type": "aws_resource"}}
When the request is sent
Then the response status is 201 AWS on demand task created successfully
And the response "data.attributes.arn" is equal to "arn:aws:lambda:eu-west-3:376334461865:function:This-Is-An-Api-Spec-Test"
And the response "data.attributes.arn" is equal to "arn:aws:lambda:us-west-2:123456789012:function:my-function"
And the response "data.attributes.status" is equal to "QUEUED"

@team:DataDog/k9-agentless
Expand Down
Loading