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

Update Content Inspection Engine Configuration

Description

Update CWS Content Inspection Engine configuration for an Enterprise

Request

Request

URL

URL


put
https://{api_host}//api/cws/v1/enterprises/{enterpriseLogicalId}/contentInspectionEngines
Copy

Path Parameters

Path Parameters

string
enterpriseLogicalId Required

Enterprise Logical ID


Request Body

Request Body

getContentInspectionEngineConfiguration of mimetype application/json Required
Response

Response

200 OK

CWS Content Inspection Engine configuration Updated

Errors

Errors

httpResponseError
400

Invalid Input


httpResponseError
404

CWS Content Inspection Engine configuration not found


httpResponseError
500

Internal Server Error

Code Samples

Code Samples

cURL Command

curl -X PUT -H "Content-Type: application/json" -d '{"avScan":{"desc":"string","enabled":false,"keepScreenshots":false,"name":"string","onEncSubfile":"string","onError":"string","passwordPrompt":false,"transferTypes":["string"]},"hash":{"desc":"string","documentActionOnUnknown":"allow","enabled":false,"fileActionOnUnknown":"allow","name":"string","onError":"allow","transferTypes":["uploads"]},"sandbox":{"desc":"string","enabled":false,"keepScreenshots":false,"name":"string","onError":"allow","timeout":0,"transferTypes":["uploads"]}}' https://{api_host}/api/cws/v1/enterprises/{enterpriseLogicalId}/contentInspectionEngines


Feedback

Was this page helpful?