NSX-T Data Center REST API
Update the constraint global configuration
Update the constraint global configurationRequest:
Method:
              PATCH
            URI Path(s):
              
                /policy/api/v1/infra/constraint-global-config
                
/policy/api/v1/global-infra/constraint-global-config
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/constraint-global-config
              
            /policy/api/v1/global-infra/constraint-global-config
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/constraint-global-config
Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    ConstraintGlobalConfig+
  Example Request:
PATCH https://<policy-mgr>/policy/api/v1/infra/constraint-global-config { "display_name": "constraint-global-config", "path": "/infra/constraint-global-config", "relative_path": "constraint-global-config", "include_system_resources": true, "_revision": 0 }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  n/a
                Response Body:
    n/a