Get Content Filtering Security Rule By Id
Get CWS Content Filtering rule by Id for a Security Policy
Request
URI
GET
https://{api_host}/api/cws/v1/enterprises/{enterpriseLogicalId}/cwsPolicies/{policyId}/contentFilteringRules/{ruleId}
COPY
Path Parameters
string
enterpriseLogicalId
Required
Enterprise ID
string
policyId
Required
CWS Policy ID
string
ruleId
Required
Security Rule ID
Query Parameters
Responses
200
CWS Content Filtering Rule
Returns getContentFilteringRuleResponse of type(s) application/json
{
"name": "sample-policy",
"enabled": false,
"logicalId": "ac611099-9872-4b29-bd87-8c2ba8b62c81",
"version": "ac611099-9872-4b29-bd87-8c2ba8b62c81",
"_href": "/enterprise/1/cwsPolicies/7e5b6baa-e5fa-4272-ba4c-5f1941235584/contentFilteringRules/70844bf9-3b75-4a04-9c4d-83046ee52dc0",
"attributes": {
"transferType": "DOWNLOAD",
"fileType": "Archives and Compressed Packages",
"fileValues": [
"ZIP"
],
"fqdns": [
"www.google.com"
],
"userEntity": {
"users": [
"[email protected]"
]
}
},
"action": {
"isolatedSites": {
"action": "string",
"print": "string",
"viewer": "string",
"passwordAction": "string",
"skipAV": false,
"shareAction": "string",
"downloadOriginal": "string",
"downloadSafe": "string"
},
"allowedSites": {
"action": "string",
"print": "string",
"viewer": "string",
"passwordAction": "string",
"skipAV": false,
"shareAction": "string",
"downloadOriginal": "string",
"downloadSafe": "string"
}
}
}
string
name
Required
name
boolean
enabled
Optional
enabled
string
logicalId
Required
logicalId
string
version
Required
version
string
_href
Optional
_href
object
attributes
Required
attributes
object
action
Optional
action
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 Filtering Rules Operations
POST
Add Content Filtering Security Rules
DELETE
Delete Content Filtering Security Rule By Id
GET
Get Content Filtering Security Rule By Id
GET
Get Content Filtering Security Rules
PATCH
Update Content Filtering Security Rule By Id
PATCH
Update Content Filtering Security Rules