NSX-T Data Center REST API
Sets configuration for enabling opt-in features for host transport nodes
Sets the minimum OS version for host transport nodes. OS version of all existing host transport nodes must be same orhigher than the specified value, otherwise API will fail.
Once this value is set, the NSX opt-in features which are applicable from this version can be used.
Any new host transport node must be same or higher than the specified value
Request:
Method:
PUT
URI Path(s):
/policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcementpoint-id}/host-transport-nodes/feature-opt-in
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
FeatureOptIn+
Example Request:
PUT https://<nsx-mgr>/policy/api/v1/infra/sites/<site-id>/enforcement-points/<enforcementpoint-id>/host-transport-nodes/feature-opt-in { "host_tn_min_os_version": "9.1.1" }Successful Response:
Response Code:
201 Created
Response Headers:
Content-type: application/json
Response Body:
FeatureOptIn+