OspfDatabaseStatus (type)

{
  "additionalProperties": false, 
  "id": "OspfDatabaseStatus", 
  "module_id": "PolicyConnectivityStatistics", 
  "properties": {
    "area_id": {
      "description": "OSPF area id to filter the the OSPF database.", 
      "required": false, 
      "title": "OSPF area id filter parameter", 
      "type": "string"
    }, 
    "asbr_summary_link_states": {
      "items": {
        "$ref": "MpOspfSummaryLinkStates
      }, 
      "readonly": true, 
      "required": true, 
      "title": "array of ASBR summary link state of OSPF database", 
      "type": "array"
    }, 
    "edge_path": {
      "description": "Policy path to edge node.", 
      "readonly": true, 
      "required": true, 
      "title": "Policy path to edge node", 
      "type": "string"
    }, 
    "external_link_states": {
      "items": {
        "$ref": "MpOspfExternalLinkState
      }, 
      "readonly": true, 
      "required": true, 
      "title": "array of external link of OSPF database", 
      "type": "array"
    }, 
    "net_link_states": {
      "items": {
        "$ref": "MpOspfNetworkLinkStates
      }, 
      "readonly": true, 
      "required": true, 
      "title": "array of network link state of OSPF database", 
      "type": "array"
    }, 
    "nssa_external_link_states": {
      "items": {
        "$ref": "MpOspfExternalLinkState
      }, 
      "readonly": true, 
      "required": true, 
      "title": "array of nssa external link of OSPF database", 
      "type": "array"
    }, 
    "router_link_states": {
      "items": {
        "$ref": "MpOspfRouterLinkStates
      }, 
      "readonly": true, 
      "required": true, 
      "title": "array of link state of OSPF database", 
      "type": "array"
    }, 
    "summary_link_states": {
      "items": {
        "$ref": "MpOspfSummaryLinkStates
      }, 
      "readonly": true, 
      "required": true, 
      "title": "array of summary link state of OSPF database", 
      "type": "array"
    }
  }, 
  "type": "object"
}