For the complete documentation index, see llms.txt. This page is also available as Markdown.

클라우드 계정

개요

상호 작용하려면 다음 API 작업을 사용하세요 AWS 클라우드 계정 를 Panther에서.

필수 권한

  • 자체 호스팅 GET 작업을 수행하려면, API 토큰에 다음이 있어야 합니다 클라우드 보안 소스 보기 권한.

  • 자체 호스팅 POST, PUT, 그리고 DELETE 작업을 수행하려면, API 토큰에 다음이 있어야 합니다 클라우드 보안 소스 관리 권한.

작업

create aws cloud account

post
Authorizations
X-API-KeystringRequired
Body
awsAccountIdstringRequired

The 12-digit AWS account ID

Pattern: ^[0-9]{12}$
integrationLabelstring · max: 36Required

The display name for the AWS Cloud Account integration

Pattern: ^[0-9a-zA-Z- ]+$
regionIgnoreListstring[]Optional

Regions to exclude from scanning

resourceRegexIgnoreListstring[]Optional

Regex patterns matching resource ARNs to exclude from scanning

resourceTypeIgnoreListstring[]Optional

Resource types to exclude from scanning (e.g. AWS.S3.Bucket)

Responses
201

Created response.

application/json
awsAccountIdstringOptional

The 12-digit AWS account ID (immutable)

integrationIdstringOptional

The unique ID of the AWS Cloud Account integration

integrationLabelstring · max: 36Optional

The display name for the AWS Cloud Account integration

Pattern: ^[0-9a-zA-Z- ]+$
regionIgnoreListstring[]Required

Regions to exclude from scanning

resourceRegexIgnoreListstring[]Required

Regex patterns matching resource ARNs to exclude from scanning

resourceTypeIgnoreListstring[]Required

Resource types to exclude from scanning (e.g. AWS.S3.Bucket)

post/cloud-accounts/aws

get aws cloud account

get
Authorizations
X-API-KeystringRequired
Path parameters
idstringRequired

ID of the AWS Cloud Account to fetch

Responses
200

OK response.

application/json
awsAccountIdstringOptional

The 12-digit AWS account ID (immutable)

integrationIdstringOptional

The unique ID of the AWS Cloud Account integration

integrationLabelstring · max: 36Optional

The display name for the AWS Cloud Account integration

Pattern: ^[0-9a-zA-Z- ]+$
regionIgnoreListstring[]Required

Regions to exclude from scanning

resourceRegexIgnoreListstring[]Required

Regex patterns matching resource ARNs to exclude from scanning

resourceTypeIgnoreListstring[]Required

Resource types to exclude from scanning (e.g. AWS.S3.Bucket)

get/cloud-accounts/aws/{id}

put aws cloud account

put
Authorizations
X-API-KeystringRequired
Path parameters
idstringRequired

ID of the AWS Cloud Account to update

Body
integrationLabelstring · max: 36Required

The display name for the AWS Cloud Account integration

Pattern: ^[0-9a-zA-Z- ]+$
regionIgnoreListstring[]Optional

Regions to exclude from scanning

resourceRegexIgnoreListstring[]Optional

Regex patterns matching resource ARNs to exclude from scanning

resourceTypeIgnoreListstring[]Optional

Resource types to exclude from scanning (e.g. AWS.S3.Bucket)

Responses
200

OK response.

application/json
awsAccountIdstringOptional

The 12-digit AWS account ID (immutable)

integrationIdstringOptional

The unique ID of the AWS Cloud Account integration

integrationLabelstring · max: 36Optional

The display name for the AWS Cloud Account integration

Pattern: ^[0-9a-zA-Z- ]+$
regionIgnoreListstring[]Required

Regions to exclude from scanning

resourceRegexIgnoreListstring[]Required

Regex patterns matching resource ARNs to exclude from scanning

resourceTypeIgnoreListstring[]Required

Resource types to exclude from scanning (e.g. AWS.S3.Bucket)

put/cloud-accounts/aws/{id}

delete aws cloud account

delete
Authorizations
X-API-KeystringRequired
Path parameters
idstringRequired

ID of the AWS Cloud Account to delete

Responses
204

No Content response.

No content

delete/cloud-accounts/aws/{id}

No content

마지막 업데이트

도움이 되었나요?