Skip to main content

Get Logging Account Status

POST 

/v1/cloudAccounts/awsLoggingAccounts/permissionsStatus

Get the status of the AWS logging account based on filter criteria such as, ID, name, RoleRN, and bucket.

Request

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

Successfully completed status check for logging account

Schema
    id string
    name string
    status string
    statusMessage object
    message string
    staticMessage boolean
Loading...