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

Get Dlp Security Rules

Description

Get DLP rule for a CWS Security policy

Request

Request

URL

URL


get
https://{api_host}//api/cws/v1/enterprises/{enterpriseLogicalId}/cwsPolicies/{policyId}/dlpRules
Copy

Path Parameters

Path Parameters

string
enterpriseLogicalId Required

Enterprise ID


string
policyId Required

CWS Policy ID


Query Parameters

Query Parameters

boolean
_count Optional

return total count or not


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 GetDlpRulesResponse of type application/json

CWS DLP Rules

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}/cwsPolicies/{policyId}/dlpRules


Feedback

Was this page helpful?