Check Data Security Preconditions (AWS Org)
POST/dlp/api/v1/config/awsorg/status
deprecated
This endpoint has been deprecated and may be replaced or 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.
Request
- application/json; charset=UTF-8
Body
accountId stringrequired
AWS account ID
externalId stringrequired
AWS master external ID
roleArn stringrequired
AWS master role ARN
snsTopicArn stringrequired
SNS topic ARN for notification of storage object changes
tenantId string
Tenant Id
Responses
- 200
- 400
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"
}
Loading...