NSX-T Data Center REST API
Update a transport zone profile (Deprecated)
Modifies a specified transport zone profile. The body of the PUT request must include the resource_type.This api is now deprecated. Please use new api -
PATCH /policy/api/v1/infra/transport-zone-profiles/<tz-profile>
Request:
Method:
              PUT
            URI Path(s):
              
              
                  
                  /api/v1/transportzone-profiles/<transportzone-profile-id>
                  
              
            Request Headers:
                n/a
            Query Parameters:
    n/a
  Request Body:
    BfdHealthMonitoringProfile+
  Example Request:
PUT https://<nsx-mgr>/api/v1/transportzone-profiles/4b772ead-0b70-4e96-8752-3cf87cdb98f5 { "resource_type": "BfdHealthMonitoringProfile", "id": "4b772ead-0b70-4e96-8752-3cf87cdb98f5", "display_name": "transport-zone-profile-East", "tags": [ { "scope": "home", "tag": "green" } ], "probe_interval": 500, "enabled": false, "latency_enabled": false, "_revision": 0 }Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    BfdHealthMonitoringProfile+