Number of APIs: 4
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