Get Logging Account By ID
GET/v1/cloudAccounts/awsLoggingAccounts/:accountId
Get details of a logging account by ID.
Request
Path Parameters
accountId stringrequired
Responses
- 200
- 400
- 401
- 404
Successfully retrieved account
- 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"
}
Bad Request. Data validation failed.
Unauthorized Access
Account not found
Loading...