NSX-T Data Center REST API

DiscoveredVifState (type)

{
  "description": "State of VIFs connected to discovered segment on the TransportNode.",
  "id": "DiscoveredVifState",
  "module_id": "PolicyHostTransportNode",
  "properties": {
    "error_msg": {
      "description": "Error encountered during segment port creation for the discovered VIF.",
      "required": false,
      "title": "Error message",
      "type": "string"
    },
    "id": {
      "description": "Id of discovered VIF.",
      "required": true,
      "title": "VIF Id",
      "type": "string"
    },
    "segment_path": {
      "description": "Segment path related with discovered VIF.",
      "required": true,
      "title": "Path of the discovered segment",
      "type": "string"
    },
    "segment_port_path": {
      "description": "SegmentPort path related with discovered VIF.",
      "required": true,
      "title": "Path of the segment port",
      "type": "string"
    },
    "state": {
      "description": "The state of specific discovered VIF.",
      "enum": [
        "PENDING",
        "ATTACHMENT_IN_PROGRESS",
        "ATTACHMENT_SUCCESS",
        "ATTACHMENT_FAILED"
      ],
      "title": "Discovered VIF State",
      "type": "string"
    }
  },
  "title": "Discovered Vif State",
  "type": "object"
}