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

Update Security Rule By ID

Description

Updates CWS Content Inspection rule by id

Request

Request

URL

URL


patch
https://{api_host}//api/cws/v1/enterprises/{enterpriseLogicalId}/cwsPolicies/{policyId}/contentInspectionRules/{ruleId}
Copy

Path Parameters

Path Parameters

string
enterpriseLogicalId Required

Enterprise ID


string
policyId Required

CWS Policy ID


string
ruleId Required

Security Rule ID


Request Body

Request Body

patchContentInspectionRuleBody of mimetype application/json Required
Response

Response

200 OK

CWS Content Inspection Rule updated

Errors

Errors

httpResponseError
400

Invalid Input


httpResponseError
500

Internal Server Error

Code Samples

Code Samples

cURL Command

curl -X PATCH -H "Content-Type: application/json" -d '{}' https://{api_host}/api/cws/v1/enterprises/{enterpriseLogicalId}/cwsPolicies/{policyId}/contentInspectionRules/{ruleId}


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

Was this page helpful?