Check Data Security Preconditions (AWS Org)
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
Returns whether or not the set up for your AWS Organization meets the prerequisites for successful creation of a data security configuration.
- application/json; charset=UTF-8
Request Body
- accountId string required
AWS account ID
- externalId string required
AWS master external ID
- roleArn string required
AWS master role ARN
- snsTopicArn string required
SNS topic ARN for notification of storage object changes
- tenantId string
Tenant Id
Responses
- 200
- 400
- 500
success
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- isSuccess boolean
Boolean indicating if the operation was a success
- message string
List of error messages if the status check failed
- sections string[]
List indicating the location of failure
{
"isSuccess": true,
"message": "string",
"sections": [
"string"
]
}
bad_request
- application/json; charset=UTF-8
- Schema
- Example (from schema)
Schema
- detail string
Exception details
- message string
API response
- name string
Exception name
{
"detail": "string",
"message": "string",
"name": "string"
}
internal_error
Loading...