NSX 9.1.1.0 and later
Use the following API call and request payload to set the host_tn_min_os_version value.
PUT https://<nsx-mgr>/policy/api/v1/infra/sites/default/enforcement-points/default/host-transport-nodes/feature-opt-in
{ "host_tn_min_os_version": "9.1.1.0"}
GET https://<nsx-mgr>/policy/api/v1/infra/sites/default/enforcement-points/default/host-transport-nodes/feature-opt-in Example response:
{ "host_tn_min_os_version": "9.1.1.0", "resource_type": "FeatureOptIn", "id": <id>, "display_name": <display_name>, "_create_time": 1780982377053, "_create_user": "admin", "_last_modified_time": 1780982377053, "_last_modified_user": "admin", "_system_owned": false, "_protection": "NOT_PROTECTED", "_revision": 0 }