Update Content Inspection Engine Configuration
Update CWS Content Inspection Engine configuration for an Enterprise
Request
URI
PUT
https://{api_host}/api/cws/v1/enterprises/{enterpriseLogicalId}/contentInspectionEngines
COPY
Path Parameters
string
enterpriseLogicalId
Required
Enterprise Logical ID
Request Body
getContentInspectionEngineConfiguration of type(s) application/json
Required
{
"hash": {
"desc": "Multi-Engine Hash Check for Virus",
"name": "File Hash Check",
"transferTypes": [
"downloads",
"uploads"
],
"enabled": false,
"onError": "block",
"documentActionOnUnknown": "allow",
"fileActionOnUnknown": "allow"
},
"avScan": {
"desc": "Anti-Virus Scan",
"name": "Full File Scan",
"transferTypes": [
"downloads",
"uploads"
],
"enabled": true,
"onError": "allow",
"passwordPrompt": true,
"onEncSubfile": "block"
},
"sandbox": {
"desc": "Cloud-Based SandBox Inspection",
"name": "SandBox Inspection",
"enabled": true,
"onError": "allow",
"transferTypes": [
"downloads",
"uploads"
],
"keepScreenshots": false
}
}
object
hash
Required
hash
object
avScan
Required
avScan
object
sandbox
Required
sandbox
Responses
200
CWS Content Inspection Engine configuration 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
404
CWS Content Inspection Engine configuration not found
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
Customers Operations
POST
Decode Cert
GET
Get Anonymous Access
GET
Get Casb App Categories
GET
Get Casb Controls Metadata
GET
Get Categories
GET
Get Content Filtering Metadata
GET
Get Content Inspection Engine Configuration
GET
Get Content Inspection Metadata
GET
Get Dlp Content Types
GET
Get Dlp Dict Categories
GET
Get Dlp Dict Regions
GET
Get File Types
GET
Get License Type
GET
Get Pac Metadata
GET
Get Saml Authentication
GET
Get Saml Auth Providers
GET
Get Threats
PUT
Update Anonymous Access
PUT
Update Content Inspection Engine Configuration
PUT
Update Saml Authentication