Skip to main content

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

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

success

Schema
    id string
    name string
    status string
    statusMessage object
    message string
    staticMessage boolean
Loading...