Add AWS Logging Account
POST/v1/cloudAccounts/awsLoggingAccounts
Add new AWS logging account.
Request
- 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
- 201
- 400
- 401
successful operation
- 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"
}
Successfully created account
Bad Request. Data validation failed.
Unauthorized Access
Loading...