NSX-T Data Center REST API
Patch Malware Prevention profile
Patch Malware Prevention profile. This API is available when using VMware Cloud (AWS, Dell-EMC, Outpost, Hyperscalers) or VMware NSX-T.Request:
Method:
              PATCH
            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", "id": "test12", "display_name": "test12", "path": "/infra/settings/firewall/security/malware-prevention-service/profiles/test12", "relative_path": "test12", "parent_path": "/infra", "unique_id": "b709bc90-7335-4e41-9f03-49e8ce1144ea", "marked_for_delete": false, "overridden": false, "_create_user": "admin", "_create_time": 1612529707796, "_last_modified_user": "admin", "_last_modified_time": 1612529707797, "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 0 }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a
  