POST /accounts/{account_id}/dlp/profiles/predefined/{profile_id}/config
This is similar to update_predefined but only returns entries that are enabled.
This is needed for our terraform API
Creates a DLP predefined profile. Only supports enabling/disabling entries.
Servers
- https://api.cloudflare.com/client/v4
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
profile_id |
String | Yes | |
account_id |
String | Yes |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
allowed_match_count |
Integer | No |
Default value: 0 |
confidence_threshold |
String | No |
Default value: "low" |
enabled_entries[] |
Array | No | |
ai_context_enabled |
Boolean | No |
Default value: false |
entries[] |
Array | No | |
entries[].id |
String | Yes | |
entries[].enabled |
Boolean | Yes | |
ocr_enabled |
Boolean | No |
Default value: false |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.