Skip to main content

Get all S3 Buckets

GET 

/v1/cloudAccounts/awsLoggingAccounts/:loggingAccountId/buckets/:bucketName

Get the list of all S3 bucket and its details associated with a logging account.

Request

Path Parameters

    loggingAccountId stringrequired
    bucketName stringrequired

Responses

Successfully retrieved bucket

Schema
    bucketName stringrequired

    S3 Bucket Name

    bucketRegion stringrequired

    S3 Bucket Region

    bucketPathPrefixes string

    Bucket Path Prefixes

    keyArn string

    CMS Key ARN

    loggingAccountId int32required

    Log Archive Account Id

    featureMap object

    Monitored account and bucket purpose details

    property name* string[]
  • Array [
  • string

  • ]
  • lastUpdatedTs int64

    Last Updated Timestamp

Loading...