Skip to main content

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

success

Schema
    accountId int32

    Prisma Account ID from cloud_account table

    loggingAccounts object[]

    List of logging accounts with selected buckets for the given feature

  • Array [
  • 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

  • ]
Loading...