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
- 200
- 401
- 404
Successfully retrieved bucket
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- ]
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[]
string
lastUpdatedTs int64
Last Updated Timestamp
{
"bucketName": "string",
"bucketRegion": "string",
"bucketPathPrefixes": "string",
"keyArn": "string",
"loggingAccountId": 0,
"featureMap": {},
"lastUpdatedTs": 0
}
Unauthorized Access
Resource not found
Loading...