NSX-T Data Center REST API

SegmentExtraConfig (type)

{
  "additionalProperties": false,
  "description": "Segment extra config is intended for supporting vendor specific configuration on the data path, it can be set as key value string pairs on either segment or segment port.",
  "id": "SegmentExtraConfig",
  "module_id": "PolicyConnectivity",
  "properties": {
    "config_pair": {
      "$ref": "UnboundedKeyValuePair",
      "description": "Key value pair in string for the configuration.",
      "required": true,
      "title": "Key value pair in string for the configuration"
    }
  },
  "title": "Vendor specific configuration on segment or Segment port",
  "type": "object"
}