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

Get Predefined Dicts

Description

Get all Predefined Dictionaries

Request

Request

URL

URL


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

Path Parameters

Path Parameters

string
enterpriseLogicalId Required

Enterprise Logical ID


Query Parameters

Query Parameters

boolean
_count Optional

return total count or not


SecurityRuleFilterFields
fields Optional

return fields


number
limit Optional

response data max count


string
nextPageLink Optional

next page link


string
prevPageLink Optional

previous page link


string
quickSearch Optional

quick search string


Response

Response

Response Body

Response Body

200 OK

Returns GetPredefinedDictsResponse of type application/json

All Predefined Dictionaries

{
	"data": [
		{
			"cclRegions": [
				"string"
			],
			"cclTypes": [
				"string"
			],
			"createAt": 1611961646,
			"description": "description",
			"dictId": "PostaladdressesGlobal",
			"fileUploadCount": 1,
			"logicalId": "ac611099-9872-4b29-bd87-8c2ba8b62c81",
			"name": "dictionary1",
			"quantity": 2,
			"quantityDesc": 0,
			"updatedAt": 1611961646,
			"userInputCount": 1
		}
	]
}
array of InlineGetPredefinedDictsResponse_data_Array
data 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


Feedback

Was this page helpful?