[{"label":"Latest (v1.0)","version":"latest"}]
vmware-sase-platform

Get Predefined Dict

Description

Get one Predefined Dictionary

Request

Request

URL

URL


get
https://{api_host}//api/cws/v1/enterprises/{enterpriseLogicalId}/dlp/dictionaries/predefined/{logicalId}
Copy

Path Parameters

Path Parameters

string
enterpriseLogicalId Required

Enterprise Logical ID


string
logicalId Required

predefined dict logicalId


Query Parameters

Query Parameters

SecurityRuleFilterFields
fields Optional

return fields


Response

Response

Response Body

Response Body

200 OK

Returns GetPredefinedDictResponse of type application/json

All Predefined Dictionaries

{
    "createAt": 1611961646,
    "description": "description",
    "dictId": "PostaladdressesGlobal",
    "fileUploadCount": 1,
    "logicalId": "ac611099-9872-4b29-bd87-8c2ba8b62c81",
    "name": "dictionary1",
    "quantity": 2,
    "quantityDesc": "description",
    "updatedAt": 1611961646,
    "userInputCount": 1
}
string
logicalId Required

string
name Required

number as float
createAt Required

string
description Required

string
dictId Required

number as float
fileUploadCount Required

number as float
quantity Required

number as float
quantityDesc Required

number as float
updatedAt Required

number as float
userInputCount Required

array of string
cclRegions Optional

array of string
cclTypes Optional
Errors

Errors

httpResponseError
400

Invalid Input


httpResponseError
500

Internal Server Error

Code Samples

Code Samples

cURL Command

curl https://{api_host}/api/cws/v1/enterprises/{enterpriseLogicalId}/dlp/dictionaries/predefined/{logicalId}


Feedback

Was this page helpful?