Update Security Rules
Update CWS Content Inspection rules for a Security Policy
Request
URI
PATCH
https://{api_host}/api/cws/v1/enterprises/{enterpriseLogicalId}/cwsPolicies/{policyId}/contentInspectionRules
COPY
Path Parameters
string
enterpriseLogicalId
Required
Enterprise ID
string
policyId
Required
CWS Policy ID
Request Body
Array of object of type(s) application/json
Optional
[
{
"op": "string",
"from": "/attributes/destination/protocols/0",
"path": "/attributes/destination/protocols/1"
}
]
Responses
200
CWS Content Inspection Rules updated
Operation doesn't return any data structure
400
Invalid Input
Returns httpResponseError of type(s) application/json
{
"code": "error code",
"errors": [
{
"message": "error message",
"path": "object.path"
}
]
}
string
code
Required
code
Possible values are : INTERNAL_ERROR, INVALID_PARAMS, INVALID_QUERY_PARAMS, INVALID_LICENSE,
array of object
errors
Required
errors
500
Internal Server Error
Returns httpResponseError of type(s) application/json
{
"code": "error code",
"errors": [
{
"message": "error message",
"path": "object.path"
}
]
}
string
code
Required
code
Possible values are : INTERNAL_ERROR, INVALID_PARAMS, INVALID_QUERY_PARAMS, INVALID_LICENSE,
array of object
errors
Required
errors
Cws Content Inspection Rules Operations
POST
Add Security Rules
DELETE
Delete Security Rule By Id
GET
Get Security Rule By Id
GET
Get Security Rules
PATCH
Update Security Rule By Id
PATCH
Update Security Rules