Get Logging Account Status - POST
POST/v1/cloudAccounts/awsLoggingAccounts/:loggingAccountId/permissionsStatus
Get detailed status of a logging account based on ID, name, roleRN or bucket name.
Request
Path Parameters
loggingAccountId stringrequired
- application/json
Body
loggingAccountId stringrequired
CSP Cloud Account Id
loggingAccountName stringrequired
Account Name
loggingAccountRoleArn stringrequired
Account Role ARN
loggingAccountBuckets stringrequired
List of buckets associated with account
Responses
- 200
- 400
- 401
- 404
Successfully completed status check for existing logging account
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
id string
name string
status string
statusMessage object
message string
staticMessage boolean
{
"id": "string",
"name": "string",
"status": "string",
"statusMessage": {
"message": "string",
"staticMessage": true
}
}
Invalid parameter
Unauthorized Access
Logging Account doesn't exist
Loading...