Skip to content

Commit 8b90e2a

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Homogenize agentless routes summaries (#3212)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 54fe113 commit 8b90e2a

File tree

80 files changed

+982
-193
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+982
-193
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -54561,7 +54561,7 @@ paths:
5456154561
appKeyAuth: []
5456254562
- AuthZ:
5456354563
- security_monitoring_findings_read
54564-
summary: List AWS Scan Options
54564+
summary: List AWS scan options
5456554565
tags:
5456654566
- Agentless Scanning
5456754567
post:
@@ -54594,7 +54594,7 @@ paths:
5459454594
appKeyAuth: []
5459554595
- AuthZ:
5459654596
- org_management
54597-
summary: Post AWS Scan Options
54597+
summary: Create AWS scan options
5459854598
tags:
5459954599
- Agentless Scanning
5460054600
x-codegen-request-body-name: body
@@ -54620,7 +54620,7 @@ paths:
5462054620
appKeyAuth: []
5462154621
- AuthZ:
5462254622
- org_management
54623-
summary: Delete AWS Scan Options
54623+
summary: Delete AWS scan options
5462454624
tags:
5462554625
- Agentless Scanning
5462654626
get:
@@ -54679,7 +54679,7 @@ paths:
5467954679
appKeyAuth: []
5468054680
- AuthZ:
5468154681
- org_management
54682-
summary: Patch AWS Scan Options
54682+
summary: Update AWS scan options
5468354683
tags:
5468454684
- Agentless Scanning
5468554685
x-codegen-request-body-name: body
@@ -54701,7 +54701,7 @@ paths:
5470154701
appKeyAuth: []
5470254702
- AuthZ:
5470354703
- security_monitoring_findings_read
54704-
summary: List azure scan options
54704+
summary: List Azure scan options
5470554705
tags:
5470654706
- Agentless Scanning
5470754707
post:
@@ -54727,7 +54727,7 @@ paths:
5472754727
appKeyAuth: []
5472854728
- AuthZ:
5472954729
- org_management
54730-
summary: Create azure scan options
54730+
summary: Create Azure scan options
5473154731
tags:
5473254732
- Agentless Scanning
5473354733
/api/v2/agentless_scanning/accounts/azure/{subscription_id}:
@@ -54752,7 +54752,7 @@ paths:
5475254752
appKeyAuth: []
5475354753
- AuthZ:
5475454754
- org_management
54755-
summary: Delete azure scan options
54755+
summary: Delete Azure scan options
5475654756
tags:
5475754757
- Agentless Scanning
5475854758
get:
@@ -54820,7 +54820,7 @@ paths:
5482054820
appKeyAuth: []
5482154821
- AuthZ:
5482254822
- org_management
54823-
summary: Update azure scan options
54823+
summary: Update Azure scan options
5482454824
tags:
5482554825
- Agentless Scanning
5482654826
/api/v2/agentless_scanning/accounts/gcp:
@@ -54843,7 +54843,7 @@ paths:
5484354843
appKeyAuth: []
5484454844
- AuthZ:
5484554845
- security_monitoring_findings_read
54846-
summary: List GCP Scan Options
54846+
summary: List GCP scan options
5484754847
tags:
5484854848
- Agentless Scanning
5484954849
post:
@@ -54876,7 +54876,7 @@ paths:
5487654876
appKeyAuth: []
5487754877
- AuthZ:
5487854878
- org_management
54879-
summary: Post GCP Scan Options
54879+
summary: Create GCP scan options
5488054880
tags:
5488154881
- Agentless Scanning
5488254882
x-codegen-request-body-name: body
@@ -54908,7 +54908,7 @@ paths:
5490854908
appKeyAuth: []
5490954909
- AuthZ:
5491054910
- org_management
54911-
summary: Delete GCP Scan Options
54911+
summary: Delete GCP scan options
5491254912
tags:
5491354913
- Agentless Scanning
5491454914
get:
@@ -54983,7 +54983,7 @@ paths:
5498354983
appKeyAuth: []
5498454984
- AuthZ:
5498554985
- org_management
54986-
summary: Patch GCP Scan Options
54986+
summary: Update GCP scan options
5498754987
tags:
5498854988
- Agentless Scanning
5498954989
x-codegen-request-body-name: body
@@ -55007,7 +55007,7 @@ paths:
5500755007
appKeyAuth: []
5500855008
- AuthZ:
5500955009
- security_monitoring_findings_read
55010-
summary: Get AWS On Demand tasks
55010+
summary: List AWS on demand tasks
5501155011
tags:
5501255012
- Agentless Scanning
5501355013
x-permission:
@@ -55044,7 +55044,7 @@ paths:
5504455044
appKeyAuth: []
5504555045
- AuthZ:
5504655046
- org_management
55047-
summary: Post an AWS on demand task
55047+
summary: Create AWS on demand task
5504855048
tags:
5504955049
- Agentless Scanning
5505055050
x-codegen-request-body-name: body
@@ -55078,7 +55078,7 @@ paths:
5507855078
appKeyAuth: []
5507955079
- AuthZ:
5508055080
- security_monitoring_findings_read
55081-
summary: Get AWS On Demand task by id
55081+
summary: Get AWS on demand task
5508255082
tags:
5508355083
- Agentless Scanning
5508455084
x-permission:

examples/v2/agentless-scanning/CreateAwsOnDemandTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Post an AWS on demand task returns "AWS on demand task created successfully." response
1+
// Create AWS on demand task returns "AWS on demand task created successfully." response
22

33
import com.datadog.api.client.ApiClient;
44
import com.datadog.api.client.ApiException;

examples/v2/agentless-scanning/CreateAwsScanOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Post AWS Scan Options returns "Agentless scan options enabled successfully." response
1+
// Create AWS scan options returns "Agentless scan options enabled successfully." response
22

33
import com.datadog.api.client.ApiClient;
44
import com.datadog.api.client.ApiException;

examples/v2/agentless-scanning/CreateAzureScanOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Create azure scan options returns "Created" response
1+
// Create Azure scan options returns "Created" response
22

33
import com.datadog.api.client.ApiClient;
44
import com.datadog.api.client.ApiException;

examples/v2/agentless-scanning/CreateGcpScanOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Post GCP Scan Options returns "Agentless scan options enabled successfully." response
1+
// Create GCP scan options returns "Agentless scan options enabled successfully." response
22

33
import com.datadog.api.client.ApiClient;
44
import com.datadog.api.client.ApiException;

examples/v2/agentless-scanning/DeleteAwsScanOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Delete AWS Scan Options returns "No Content" response
1+
// Delete AWS scan options returns "No Content" response
22

33
import com.datadog.api.client.ApiClient;
44
import com.datadog.api.client.ApiException;

examples/v2/agentless-scanning/DeleteAzureScanOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Delete azure scan options returns "No Content" response
1+
// Delete Azure scan options returns "No Content" response
22

33
import com.datadog.api.client.ApiClient;
44
import com.datadog.api.client.ApiException;

examples/v2/agentless-scanning/DeleteGcpScanOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Delete GCP Scan Options returns "No Content" response
1+
// Delete GCP scan options returns "No Content" response
22

33
import com.datadog.api.client.ApiClient;
44
import com.datadog.api.client.ApiException;

examples/v2/agentless-scanning/GetAwsOnDemandTask.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Get AWS On Demand task by id returns "OK." response
1+
// Get AWS on demand task returns "OK." response
22

33
import com.datadog.api.client.ApiClient;
44
import com.datadog.api.client.ApiException;

examples/v2/agentless-scanning/ListAwsOnDemandTasks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Get AWS On Demand tasks returns "OK" response
1+
// List AWS on demand tasks returns "OK" response
22

33
import com.datadog.api.client.ApiClient;
44
import com.datadog.api.client.ApiException;

0 commit comments

Comments
 (0)