NSX-T Data Center REST API

MpOspfNetworkLinkStates (type)

{
  "additionalProperties": false,
  "description": "OSPF router link state details.",
  "id": "MpOspfNetworkLinkStates",
  "module_id": "AggSvcLogicalRouter",
  "properties": {
    "advertised_router": {
      "readonly": true,
      "required": true,
      "title": "OSPF advertised router",
      "type": "string"
    },
    "checksum": {
      "readonly": true,
      "required": true,
      "title": "Cost of the route",
      "type": "string"
    },
    "link_state_id": {
      "readonly": true,
      "required": true,
      "title": "OSPF link id",
      "type": "string"
    },
    "sequence_number": {
      "readonly": true,
      "required": true,
      "title": "Sequence number",
      "type": "string"
    },
    "up_time": {
      "readonly": true,
      "required": true,
      "title": "LSA age",
      "type": "integer"
    }
  },
  "title": "OSPF router link state",
  "type": "object"
}