Get all AWS Logging Accounts
GET/v1/cloudAccounts/awsLoggingAccounts
Get the list of all the AWS Logging accounts and its details.
Request
Query Parameters
awsPartition string
AWS Partition Name (optional)
Responses
- 200
- 204
- 401
Successfully retrieved list of accounts
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
loggingAccountId stringrequired
CSP Cloud Account Id
loggingAccountName stringrequired
Account Name
loggingAccountRoleName stringrequired
Account Role Name
loggingAccountRoleArn stringrequired
Account Role ARN
externalId stringrequired
External Id for Account
status stringrequired
Account status
loggingAccountBuckets stringrequired
List of buckets associated with account
{
"loggingAccountId": "string",
"loggingAccountName": "string",
"loggingAccountRoleName": "string",
"loggingAccountRoleArn": "string",
"externalId": "string",
"status": "string",
"loggingAccountBuckets": "string"
}
No logging archive accounts exists for customer
Unauthorized Access
Loading...