NSX-T Data Center REST API

TransportNodeCollectionSpanAssociations (type)

{
  "id": "TransportNodeCollectionSpanAssociations",
  "module_id": "TransportNodeCollection",
  "nsx_feature": "VpcTgwSpan",
  "properties": {
    "network_span_paths": {
      "description": "This list will include - 1. User-defined cluster-based network spans associated to the cluster. 2. System managed transport-zone based span. Applicable only if the above user-defined network span is not exclusive.",
      "items": {
        "type": "string"
      },
      "required": false,
      "title": "NetworkSpans associated with the cluster",
      "type": "array"
    },
    "zones": {
      "description": "This list will include all availability zone ids for the cluster.",
      "items": {
        "type": "string"
      },
      "required": false,
      "title": "Availability Zone ids associated with the cluster",
      "type": "array"
    }
  },
  "title": "Network span associations",
  "type": "object"
}