Skip to main content

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

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

success

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

Loading...