[{"label":"Latest (v1.0)","version":"latest"}]
vmware-sase-platform
Get Dlp Custom Dict By ID
DescriptionGet the Custom Dictionary by Id
Request
URLURL
https://{api_host}//api/cws/v1/enterprises/{enterpriseLogicalId}/dlp/dictionaries/custom/{dictId}
Path Parameters
Path Parameters
string
enterpriseLogicalId
Required
Enterprise Logical ID
string
dictId
Required
Dictionary ID
Query Parameters
Query Parameters
dlpCustomDictFilterFields
fields
Optional
filter fields
Response
Response
Response BodyResponse Body
200 OK
Returns
GetDlpCustomDictResponse
of type application/json
The Custom Dictionary
Errors
httpResponseError
400
Invalid Input
httpResponseError
500
Internal Server Error
Code Samples
cURL Command
curl https://{api_host}/api/cws/v1/enterprises/{enterpriseLogicalId}/dlp/dictionaries/custom/{dictId}
[{"label":"Latest (v1.0)","version":"latest"}]
vmware-sase-platform