NSX-T Data Center REST API
Saves the configuration for policy partial patch
Update partial patch configuration values.Only boolean value is allowed for enable_partial_patch
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/system-config/nsx-partial-patch-config
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    PartialPatchConfig+
  Example Request:
PATCH https://<policy-mgr>/policy/api/v1/system-config/nsx-partial-patch-config { "enable_partial_patch": "true" }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a