Check AWS S3 Flow Log status
POST/cloud-accounts-manager/v1/cloud-accounts/aws/:accountId/features/aws-flow-logs/s3/status
Checks AWS S3 Flow Log status of monitored account.
Request
Path Parameters
accountId stringrequired
Query Parameters
isHourlyFormat booleanrequired
1 Hour format
- application/json
Body
required
AWS S3 Flow Logs 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
- 200
- 400
- 401
- 404
success
- */*
- Schema
- Example (from schema)
Schema
id string
name string
status string
statusMessage object
message string
staticMessage boolean
{
"id": "string",
"name": "string",
"status": "string",
"statusMessage": {
"message": "string",
"staticMessage": true
}
}
invalid_parameter_value / bad_request / AWS Flow Logs S3 feature not supported for account
unauthorized_access
invalid_account_id_format
Loading...