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
58 changes: 29 additions & 29 deletions config/_default/menus/api.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5313,9 +5313,9 @@ menu:
url: /api/latest/agentless-scanning/
identifier: agentless-scanning
generated: true
- name: Get AWS On Demand task by id
url: '#get-aws-on-demand-task-by-id'
identifier: agentless-scanning-get-aws-on-demand-task-by-id
- name: Get AWS on demand task
url: '#get-aws-on-demand-task'
identifier: agentless-scanning-get-aws-on-demand-task
parent: agentless-scanning
generated: true
params:
Expand All @@ -5325,9 +5325,9 @@ menu:
- GetAwsOnDemandTask
unstable: []
order: 18
- name: Post an AWS on demand task
url: '#post-an-aws-on-demand-task'
identifier: agentless-scanning-post-an-aws-on-demand-task
- name: Create AWS on demand task
url: '#create-aws-on-demand-task'
identifier: agentless-scanning-create-aws-on-demand-task
parent: agentless-scanning
generated: true
params:
Expand All @@ -5337,9 +5337,9 @@ menu:
- CreateAwsOnDemandTask
unstable: []
order: 17
- name: Get AWS On Demand tasks
url: '#get-aws-on-demand-tasks'
identifier: agentless-scanning-get-aws-on-demand-tasks
- name: List AWS on demand tasks
url: '#list-aws-on-demand-tasks'
identifier: agentless-scanning-list-aws-on-demand-tasks
parent: agentless-scanning
generated: true
params:
Expand All @@ -5349,9 +5349,9 @@ menu:
- ListAwsOnDemandTasks
unstable: []
order: 16
- name: Patch GCP Scan Options
url: '#patch-gcp-scan-options'
identifier: agentless-scanning-patch-gcp-scan-options
- name: Update GCP scan options
url: '#update-gcp-scan-options'
identifier: agentless-scanning-update-gcp-scan-options
parent: agentless-scanning
generated: true
params:
Expand All @@ -5373,7 +5373,7 @@ menu:
- GetGcpScanOptions
unstable: []
order: 13
- name: Delete GCP Scan Options
- name: Delete GCP scan options
url: '#delete-gcp-scan-options'
identifier: agentless-scanning-delete-gcp-scan-options
parent: agentless-scanning
Expand All @@ -5385,9 +5385,9 @@ menu:
- DeleteGcpScanOptions
unstable: []
order: 15
- name: Post GCP Scan Options
url: '#post-gcp-scan-options'
identifier: agentless-scanning-post-gcp-scan-options
- name: Create GCP scan options
url: '#create-gcp-scan-options'
identifier: agentless-scanning-create-gcp-scan-options
parent: agentless-scanning
generated: true
params:
Expand All @@ -5397,7 +5397,7 @@ menu:
- CreateGcpScanOptions
unstable: []
order: 12
- name: List GCP Scan Options
- name: List GCP scan options
url: '#list-gcp-scan-options'
identifier: agentless-scanning-list-gcp-scan-options
parent: agentless-scanning
Expand All @@ -5409,7 +5409,7 @@ menu:
- ListGcpScanOptions
unstable: []
order: 11
- name: Update azure scan options
- name: Update Azure scan options
url: '#update-azure-scan-options'
identifier: agentless-scanning-update-azure-scan-options
parent: agentless-scanning
Expand All @@ -5433,7 +5433,7 @@ menu:
- GetAzureScanOptions
unstable: []
order: 8
- name: Delete azure scan options
- name: Delete Azure scan options
url: '#delete-azure-scan-options'
identifier: agentless-scanning-delete-azure-scan-options
parent: agentless-scanning
Expand All @@ -5445,7 +5445,7 @@ menu:
- DeleteAzureScanOptions
unstable: []
order: 10
- name: Create azure scan options
- name: Create Azure scan options
url: '#create-azure-scan-options'
identifier: agentless-scanning-create-azure-scan-options
parent: agentless-scanning
Expand All @@ -5457,7 +5457,7 @@ menu:
- CreateAzureScanOptions
unstable: []
order: 7
- name: List azure scan options
- name: List Azure scan options
url: '#list-azure-scan-options'
identifier: agentless-scanning-list-azure-scan-options
parent: agentless-scanning
Expand All @@ -5469,9 +5469,9 @@ menu:
- ListAzureScanOptions
unstable: []
order: 6
- name: Patch AWS Scan Options
url: '#patch-aws-scan-options'
identifier: agentless-scanning-patch-aws-scan-options
- name: Update AWS scan options
url: '#update-aws-scan-options'
identifier: agentless-scanning-update-aws-scan-options
parent: agentless-scanning
generated: true
params:
Expand All @@ -5493,7 +5493,7 @@ menu:
- GetAwsScanOptions
unstable: []
order: 3
- name: Delete AWS Scan Options
- name: Delete AWS scan options
url: '#delete-aws-scan-options'
identifier: agentless-scanning-delete-aws-scan-options
parent: agentless-scanning
Expand All @@ -5505,9 +5505,9 @@ menu:
- DeleteAwsScanOptions
unstable: []
order: 5
- name: Post AWS Scan Options
url: '#post-aws-scan-options'
identifier: agentless-scanning-post-aws-scan-options
- name: Create AWS scan options
url: '#create-aws-scan-options'
identifier: agentless-scanning-create-aws-scan-options
parent: agentless-scanning
generated: true
params:
Expand All @@ -5517,7 +5517,7 @@ menu:
- CreateAwsScanOptions
unstable: []
order: 2
- name: List AWS Scan Options
- name: List AWS scan options
url: '#list-aws-scan-options'
identifier: agentless-scanning-list-aws-scan-options
parent: agentless-scanning
Expand Down
20 changes: 10 additions & 10 deletions data/api/v2/CodeExamples.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,39 +105,39 @@
"description": "Update datastore returns \"OK\" response"
}
],
"CreateAzureScanOptions": [
"CreateAwsOnDemandTask": [
{
"group": "agentless_scanning",
"suffix": "",
"description": "Create azure scan options returns \"Created\" response"
"description": "Create AWS on demand task returns \"AWS on demand task created successfully.\" response"
}
],
"UpdateAwsScanOptions": [
"CreateAzureScanOptions": [
{
"group": "agentless_scanning",
"suffix": "",
"description": "Patch AWS Scan Options returns \"No Content\" response"
"description": "Create Azure scan options returns \"Created\" response"
}
],
"UpdateGcpScanOptions": [
"CreateGcpScanOptions": [
{
"group": "agentless_scanning",
"suffix": "",
"description": "Patch GCP Scan Options returns \"OK\" response"
"description": "Create GCP scan options returns \"Agentless scan options enabled successfully.\" response"
}
],
"CreateGcpScanOptions": [
"UpdateAwsScanOptions": [
{
"group": "agentless_scanning",
"suffix": "",
"description": "Post GCP Scan Options returns \"Agentless scan options enabled successfully.\" response"
"description": "Update AWS scan options returns \"No Content\" response"
}
],
"CreateAwsOnDemandTask": [
"UpdateGcpScanOptions": [
{
"group": "agentless_scanning",
"suffix": "",
"description": "Post an AWS on demand task returns \"AWS on demand task created successfully.\" response"
"description": "Update GCP scan options returns \"OK\" response"
}
],
"CreateApp": [
Expand Down
30 changes: 15 additions & 15 deletions data/api/v2/full_spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54749,7 +54749,7 @@ paths:
appKeyAuth: []
- AuthZ:
- security_monitoring_findings_read
summary: List AWS Scan Options
summary: List AWS scan options
tags:
- Agentless Scanning
x-menu-order: 1
Expand Down Expand Up @@ -54783,7 +54783,7 @@ paths:
appKeyAuth: []
- AuthZ:
- org_management
summary: Post AWS Scan Options
summary: Create AWS scan options
tags:
- Agentless Scanning
x-codegen-request-body-name: body
Expand All @@ -54810,7 +54810,7 @@ paths:
appKeyAuth: []
- AuthZ:
- org_management
summary: Delete AWS Scan Options
summary: Delete AWS scan options
tags:
- Agentless Scanning
x-menu-order: 5
Expand Down Expand Up @@ -54871,7 +54871,7 @@ paths:
appKeyAuth: []
- AuthZ:
- org_management
summary: Patch AWS Scan Options
summary: Update AWS scan options
tags:
- Agentless Scanning
x-codegen-request-body-name: body
Expand All @@ -54894,7 +54894,7 @@ paths:
appKeyAuth: []
- AuthZ:
- security_monitoring_findings_read
summary: List azure scan options
summary: List Azure scan options
tags:
- Agentless Scanning
x-menu-order: 6
Expand All @@ -54921,7 +54921,7 @@ paths:
appKeyAuth: []
- AuthZ:
- org_management
summary: Create azure scan options
summary: Create Azure scan options
tags:
- Agentless Scanning
x-menu-order: 7
Expand All @@ -54947,7 +54947,7 @@ paths:
appKeyAuth: []
- AuthZ:
- org_management
summary: Delete azure scan options
summary: Delete Azure scan options
tags:
- Agentless Scanning
x-menu-order: 10
Expand Down Expand Up @@ -55017,7 +55017,7 @@ paths:
appKeyAuth: []
- AuthZ:
- org_management
summary: Update azure scan options
summary: Update Azure scan options
tags:
- Agentless Scanning
x-menu-order: 9
Expand All @@ -55041,7 +55041,7 @@ paths:
appKeyAuth: []
- AuthZ:
- security_monitoring_findings_read
summary: List GCP Scan Options
summary: List GCP scan options
tags:
- Agentless Scanning
x-menu-order: 11
Expand Down Expand Up @@ -55075,7 +55075,7 @@ paths:
appKeyAuth: []
- AuthZ:
- org_management
summary: Post GCP Scan Options
summary: Create GCP scan options
tags:
- Agentless Scanning
x-codegen-request-body-name: body
Expand Down Expand Up @@ -55108,7 +55108,7 @@ paths:
appKeyAuth: []
- AuthZ:
- org_management
summary: Delete GCP Scan Options
summary: Delete GCP scan options
tags:
- Agentless Scanning
x-menu-order: 15
Expand Down Expand Up @@ -55185,7 +55185,7 @@ paths:
appKeyAuth: []
- AuthZ:
- org_management
summary: Patch GCP Scan Options
summary: Update GCP scan options
tags:
- Agentless Scanning
x-codegen-request-body-name: body
Expand All @@ -55210,7 +55210,7 @@ paths:
appKeyAuth: []
- AuthZ:
- security_monitoring_findings_read
summary: Get AWS On Demand tasks
summary: List AWS on demand tasks
tags:
- Agentless Scanning
x-menu-order: 16
Expand Down Expand Up @@ -55248,7 +55248,7 @@ paths:
appKeyAuth: []
- AuthZ:
- org_management
summary: Post an AWS on demand task
summary: Create AWS on demand task
tags:
- Agentless Scanning
x-codegen-request-body-name: body
Expand Down Expand Up @@ -55283,7 +55283,7 @@ paths:
appKeyAuth: []
- AuthZ:
- security_monitoring_findings_read
summary: Get AWS On Demand task by id
summary: Get AWS on demand task
tags:
- Agentless Scanning
x-menu-order: 18
Expand Down
Loading
Loading