List S3 Bucket Names
GET/v1/cloudAccounts/awsLoggingAccounts/:loggingAccountId/buckets
Get a list of all the S3 bucket names associated to a logging account.
Request
Path Parameters
loggingAccountId stringrequired
AWS Logging Account ID
Responses
- 200
- 400
- 401
- 404
Successfully retrieved buckets
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- Array [
- ]
object
[
{}
]
Bad Request. Data validation failed.
Unauthorized Access
Account not found
Loading...