Skip to main content

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

Successfully retrieved list of accounts

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

Loading...