Redact Config Management API Reference
post/v1beta/config
cURL
curl -sSLX POST 'https://redact.aws.us.pangea.cloud/v1beta/config' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
Get Redact config
POST
https://redact.aws.us.pangea.cloud/v1beta/configRetrieve a Redact service configuration by its ID.
post/v1beta/config/create
cURL
curl -sSLX POST 'https://redact.aws.us.pangea.cloud/v1beta/config/create' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
This endpoint cannot be called through the documentation site
Create Redact config
POST
https://redact.aws.us.pangea.cloud/v1beta/config/createCreate a new Redact service configuration.
post/v1beta/config/update
cURL
curl -sSLX POST 'https://redact.aws.us.pangea.cloud/v1beta/config/update' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
Update Redact config
POST
https://redact.aws.us.pangea.cloud/v1beta/config/updateUpdate a Redact service configuration.
To update a configuration, first retrieve the current version, apply your changes, and submit the updated configuration to this endpoint.
For a full example using a Project Admin management client, see the Service Configuration APIs documentation.
post/v1beta/config/delete
cURL
curl -sSLX POST 'https://redact.aws.us.pangea.cloud/v1beta/config/delete' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
This endpoint cannot be called through the documentation site
Delete redact config (Beta)
POST
https://redact.aws.us.pangea.cloud/v1beta/config/deletepost/v1beta/config/list
cURL
curl -sSLX POST 'https://redact.aws.us.pangea.cloud/v1beta/config/list' \
-H 'Authorization: Bearer <your_token>' \
-H 'Content-Type: application/json' \
-d '{}'
Response
200
List Redact configs
POST
https://redact.aws.us.pangea.cloud/v1beta/config/listRetrieve a paginated list of Redact service configurations.
Status Codes
Status | Status Code | Description |
---|---|---|
InvalidFPEKey | 400 | FPE key provided was not valid |
RegexTimeout | 400 | A user-provided regex took too long to run |
Was this article helpful?