NSX-T Data Center REST API
Create or Update Malware Prevention profile
Update Malware Prevention profile. This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX.Request:
Method:
PUT
URI Path(s):
/policy/api/v1/infra/settings/firewall/security/malware-prevention-service/profiles/{profile-id}
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
MalwarePreventionProfile+
Example Request:
{ "file_type": ["PDF"], "detection_type": "SIGNATURE_BASED", "resource_type": "MalwarePreventionProfile" }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
MalwarePreventionProfile+