[{"label":"Latest (v1.0)","version":"latest"}]
vmware-sase-platform
Create Dlp Custom Dict
DescriptionCreate a DLP Custom Dictionary
Request
URLURL
https://{api_host}//api/cws/v1/enterprises/{enterpriseLogicalId}/dlp/dictionaries/custom
Path Parameters
Path Parameters
string
enterpriseLogicalId
Required
Enterprise Logical ID
Errors
httpResponseError
400
Invalid Input
httpResponseError
500
Internal Server Error
Code Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"description":"description","name":"dictionary1"}' https://{api_host}/api/cws/v1/enterprises/{enterpriseLogicalId}/dlp/dictionaries/custom
[{"label":"Latest (v1.0)","version":"latest"}]
vmware-sase-platform