NSX-T Data Center REST API

HostSwitchConfigSource (type)

{
  "description": "This object contains references to transport node profile sub configurations that will be used to generate overridden host switch configuration.Such overridden configuration can be applied to a sub-cluster defined within vSphere managed cluster.",
  "id": "HostSwitchConfigSource",
  "module_id": "HostTransportNodeCollection",
  "nsx_feature": "HostSwitchSubset",
  "properties": {
    "host_switch_id": {
      "required": true,
      "title": "HostSwitch Id",
      "type": "string"
    },
    "transport_node_profile_sub_config_name": {
      "required": true,
      "title": "Name of the TransportNodeProfile sub configuration to be used.",
      "type": "string"
    }
  },
  "title": "Overridden HostSwitch Configuration",
  "type": "object"
}