Skip to main content

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

Body

required

AWS S3 Flow Logs feature

    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

  • ]

Responses

success

Loading...