Logo
Akamai APIs API Documentation

DLP dictionary patterns

Number of APIs: 4


1. Create a DLP pattern

POST https://{{host}}/etp-config/v3/configs/:configId/patterns

Creates a DLP custom dictionary pattern.



2. List DLP dictionary patterns

GET https://{{host}}/etp-config/v3/configs/:configId/patterns

Returns the DLP dictionary patterns.



3. Get a DLP dictionary pattern

GET https://{{host}}/etp-config/v3/configs/:configId/patterns/:patternId

Returns the specified DLP dictionary pattern.



4. Delete a DLP dictionary pattern

DELETE https://{{host}}/etp-config/v3/configs/:configId/patterns/:patternId

Removes the specified DLP dictionary pattern.



ENDPOINTS