Skip to content

Add x-model-simple-name to agentless scanning spec #2586

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
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": "2025-05-27 17:12:13.841874",
"spec_repo_commit": "ed439f7c"
"regenerated": "2025-05-28 13:02:46.527315",
"spec_repo_commit": "2024b158"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2025-05-27 17:12:13.857049",
"spec_repo_commit": "ed439f7c"
"regenerated": "2025-05-28 13:02:46.542946",
"spec_repo_commit": "2024b158"
}
}
}
20 changes: 20 additions & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3989,6 +3989,7 @@ components:
description: The ID of the AWS account.
example: '123456789012'
type: string
x-model-simple-name: AccountId
AwsCURConfig:
description: AWS CUR config.
properties:
Expand Down Expand Up @@ -4223,6 +4224,7 @@ components:
example: QUEUED
type: string
type: object
x-model-simple-name: OnDemandAttributes
AwsOnDemandCreateAttributes:
description: Attributes for the AWS on demand task.
properties:
Expand All @@ -4234,6 +4236,7 @@ components:
required:
- arn
type: object
x-model-simple-name: OnDemandCreateAttributes
AwsOnDemandCreateData:
description: Object for a single AWS on demand task.
properties:
Expand All @@ -4245,6 +4248,7 @@ components:
- type
- attributes
type: object
x-model-simple-name: OnDemandCreateData
AwsOnDemandCreateRequest:
description: Request object that includes the on demand task to submit.
properties:
Expand All @@ -4253,6 +4257,7 @@ components:
required:
- data
type: object
x-model-simple-name: OnDemandCreateRequest
AwsOnDemandData:
description: Single AWS on demand task.
properties:
Expand All @@ -4265,6 +4270,7 @@ components:
type:
$ref: '#/components/schemas/AwsOnDemandType'
type: object
x-model-simple-name: OnDemandData
AwsOnDemandListResponse:
description: Response object that includes a list of AWS on demand tasks.
properties:
Expand All @@ -4274,12 +4280,14 @@ components:
$ref: '#/components/schemas/AwsOnDemandData'
type: array
type: object
x-model-simple-name: OnDemandListResponse
AwsOnDemandResponse:
description: Response object that includes an AWS on demand task.
properties:
data:
$ref: '#/components/schemas/AwsOnDemandData'
type: object
x-model-simple-name: OnDemandResponse
AwsOnDemandType:
default: aws_resource
description: The type of the on demand task. The value should always be `aws_resource`.
Expand All @@ -4289,6 +4297,7 @@ components:
type: string
x-enum-varnames:
- AWS_RESOURCE
x-model-simple-name: OnDemandType
AwsScanOptionsAttributes:
description: Attributes for the AWS scan options.
properties:
Expand All @@ -4310,6 +4319,7 @@ components:
example: true
type: boolean
type: object
x-model-simple-name: ScanOptionsAttributes
AwsScanOptionsCreateAttributes:
description: Attributes for the AWS scan options to create.
properties:
Expand All @@ -4336,6 +4346,7 @@ components:
- vuln_containers_os
- vuln_host_os
type: object
x-model-simple-name: ScanOptionsCreateAttributes
AwsScanOptionsCreateData:
description: Object for the scan options of a single AWS account.
properties:
Expand All @@ -4350,6 +4361,7 @@ components:
- type
- attributes
type: object
x-model-simple-name: ScanOptionsCreateData
AwsScanOptionsCreateRequest:
description: Request object that includes the scan options to create.
properties:
Expand All @@ -4358,6 +4370,7 @@ components:
required:
- data
type: object
x-model-simple-name: ScanOptionsCreateRequest
AwsScanOptionsData:
description: Single AWS Scan Options entry.
properties:
Expand All @@ -4370,6 +4383,7 @@ components:
type:
$ref: '#/components/schemas/AwsScanOptionsType'
type: object
x-model-simple-name: ScanOptionsData
AwsScanOptionsListResponse:
description: Response object that includes a list of AWS scan options.
properties:
Expand All @@ -4379,12 +4393,14 @@ components:
$ref: '#/components/schemas/AwsScanOptionsData'
type: array
type: object
x-model-simple-name: ScanOptionsListResponse
AwsScanOptionsResponse:
description: Response object that includes the scan options of an AWS account.
properties:
data:
$ref: '#/components/schemas/AwsScanOptionsData'
type: object
x-model-simple-name: ScanOptionsResponse
AwsScanOptionsType:
default: aws_scan_options
description: The type of the resource. The value should always be `aws_scan_options`.
Expand All @@ -4394,6 +4410,7 @@ components:
type: string
x-enum-varnames:
- AWS_SCAN_OPTIONS
x-model-simple-name: ScanOptionsType
AwsScanOptionsUpdateAttributes:
description: Attributes for the AWS scan options to update.
properties:
Expand All @@ -4415,6 +4432,7 @@ components:
example: true
type: boolean
type: object
x-model-simple-name: ScanOptionsUpdateAttributes
AwsScanOptionsUpdateData:
description: Object for the scan options of a single AWS account.
properties:
Expand All @@ -4429,6 +4447,7 @@ components:
- type
- attributes
type: object
x-model-simple-name: ScanOptionsUpdateData
AwsScanOptionsUpdateRequest:
description: Request object that includes the scan options to update.
properties:
Expand All @@ -4437,6 +4456,7 @@ components:
required:
- data
type: object
x-model-simple-name: ScanOptionsUpdateRequest
AzureStorageDestination:
description: The `azure_storage` destination forwards logs to an Azure Blob
Storage container.
Expand Down