Fetch AWS S3 Flow Log details
GET/cloud-accounts-manager/v1/cloud-accounts/aws/:accountId/features/aws-flow-logs/s3
Fetches AWS S3 Flow Log feature details of monitored account.
Request
Path Parameters
accountId stringrequired
Responses
- 200
- 400
- 401
- 404
success
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- 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
{
"accountId": 0,
"loggingAccounts": [
{
"awsS3FlowLogsLoggingAccountId": 0,
"bucketIds": [
0
],
"buckets": [
"string"
],
"loggingAccountId": "string"
}
]
}
invalid_parameter_value / bad_request
unauthorized_access
account_not_exist_or_disabled / AWS Flow Logs S3 feature not configured
Loading...