Skip to content

Commit 7923fb5

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 5d99303 of spec repo
1 parent 34b2150 commit 7923fb5

File tree

8 files changed

+2439
-0
lines changed

8 files changed

+2439
-0
lines changed

config/_default/menus/api.en.yaml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5324,6 +5324,54 @@ menu:
53245324
- ListAwsOnDemandTasks
53255325
unstable: []
53265326
order: 6
5327+
- name: Update azure scan options
5328+
url: '#update-azure-scan-options'
5329+
identifier: agentless-scanning-update-azure-scan-options
5330+
parent: agentless-scanning
5331+
generated: true
5332+
params:
5333+
versions:
5334+
- v2
5335+
operationids:
5336+
- UpdateAzureScanOptions
5337+
unstable: []
5338+
order: 9
5339+
- name: Delete azure scan options
5340+
url: '#delete-azure-scan-options'
5341+
identifier: agentless-scanning-delete-azure-scan-options
5342+
parent: agentless-scanning
5343+
generated: true
5344+
params:
5345+
versions:
5346+
- v2
5347+
operationids:
5348+
- DeleteAzureScanOptions
5349+
unstable: []
5350+
order: 10
5351+
- name: Create azure scan options
5352+
url: '#create-azure-scan-options'
5353+
identifier: agentless-scanning-create-azure-scan-options
5354+
parent: agentless-scanning
5355+
generated: true
5356+
params:
5357+
versions:
5358+
- v2
5359+
operationids:
5360+
- CreateAzureScanOptions
5361+
unstable: []
5362+
order: 11
5363+
- name: List azure scan options
5364+
url: '#list-azure-scan-options'
5365+
identifier: agentless-scanning-list-azure-scan-options
5366+
parent: agentless-scanning
5367+
generated: true
5368+
params:
5369+
versions:
5370+
- v2
5371+
operationids:
5372+
- ListAzureScanOptions
5373+
unstable: []
5374+
order: 12
53275375
- name: Patch AWS Scan Options
53285376
url: '#patch-aws-scan-options'
53295377
identifier: agentless-scanning-patch-aws-scan-options

content/en/api/v2/agentless-scanning/examples.json

Lines changed: 137 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"data": {
3+
"attributes": {
4+
"vuln_containers_os": true,
5+
"vuln_host_os": true
6+
},
7+
"id": "12345678-90ab-cdef-1234-567890abcdef",
8+
"type": "azure_scan_options"
9+
}
10+
}

data/api/v2/CodeExamples.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,13 @@
9898
"description": "Update datastore returns \"OK\" response"
9999
}
100100
],
101+
"CreateAzureScanOptions": [
102+
{
103+
"group": "agentless_scanning",
104+
"suffix": "",
105+
"description": "Create azure scan options returns \"Created\" response"
106+
}
107+
],
101108
"UpdateAwsScanOptions": [
102109
{
103110
"group": "agentless_scanning",

0 commit comments

Comments
 (0)