NSX-T Data Center REST API
List Hostswitch Profiles (Deprecated)
Returns information about the configured hostswitch profiles. Hostswitchprofiles define networking policies for hostswitches (sometimes referred to
as bridges in OVS). Currently, only uplink teaming is supported. Uplink
teaming allows NSX to load balance traffic across different physical NICs
(PNICs) on the hypervisor hosts. Multiple teaming policies are supported,
including LACP active, LACP passive, load balancing based on source ID, and
failover order.
Deprecated: This api is now deprecated. Please use new api - policy/api/v1/infra/host-switch-profiles
Request:
Method:
GET
URI Path(s):
/api/v1/host-switch-profiles
Request Headers:
n/a
Query Parameters:
HostSwitchProfileListParameters+
Request Body:
n/a
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
HostSwitchProfilesListResult+