NSX-T Data Center REST API
Update the global Operations Configuration
Update the global Operations ConfigurationRequest:
Method:
              PUT
            URI Path(s):
              
              
                  
                  /policy/api/v1/infra/ops-global-config
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    OpsGlobalConfig+
  Example Request:
PUT https://<policy-mgr>/policy/api/v1/infra/ops-global-config { "display_name": "ops-global-config", "path": "/infra/ops-global-config", "relative_path": "ops-global-config", "_revision": 0 }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    OpsGlobalConfig+
  