Skip to main content

Add AWS Logging Account

POST 

/v1/cloudAccounts/awsLoggingAccounts

Add new AWS logging account.

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

successful operation

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...