Save AWS S3 Flow Log details
PATCH/cloud-accounts-manager/v1/cloud-accounts/aws/:accountId/features/aws-flow-logs/s3
Saves AWS S3 Flow Log feature details of monitored account.
Request
Path Parameters
accountId stringrequired
Query Parameters
isHourlyFormat booleanrequired
1 Hour format
- application/json
Body
required
AWS S3 Flow Logs feature
- Array [
- ]
accountId int32
Prisma Account ID from cloud_account table
loggingAccounts object[]
List of logging accounts with selected buckets for the given feature
awsS3FlowLogsLoggingAccountId int32
Logging Account Internal ID
bucketIds int32[]
List of bucket Ids for the feature
buckets string[]
List of buckets for the feature
loggingAccountId string
Account ID of the Logging Account
Responses
- 201
- 400
- 401
- 404
success
invalid_parameter_value / bad_request / missing_required_parameter / Logging account and monitored account are in different partition / logging_account_bucket_not_found / AWS Flow Logs S3 feature not supported for account
unauthorized_access
account_not_exist_or_disabled / logging_account_not_exists
Loading...