TnNodeStackSpanStatus (type)

{
  "description": "List all the TNs spaned in L3PortMirrorSession mirror stack health status.", 
  "id": "TnNodeStackSpanStatus", 
  "module_id": "PortMirroring", 
  "properties": {
    "dedicated_stack_status": {
      "$ref": "MirrorStackStatusType, 
      "description": "Show the dedicated mirror stack health status, if the TN node has the mirror stack, it will show SUCCESS or it will show FAILED.", 
      "required": true, 
      "title": "Mirror stack health status"
    }, 
    "detail": {
      "description": "Give the detail info for mirror stack and vmknic health status. If the stack or vmknic is FAILED, detail info will tell user reason why the stauts is FAILED. So that user can correct their configuration.", 
      "required": true, 
      "title": "give detail info and reason about the vmknic and statck status", 
      "type": "string"
    }, 
    "last_updated_time": {
      "$ref": "EpochMsTimestamp, 
      "description": "TN miror stack status will be updated periodically, this item indicates the lastest timestamp of TN node stack status is updated.", 
      "required": true, 
      "title": "last updated time of TN node stack status"
    }, 
    "tn_node_id": {
      "description": "For L3PortMirrorSession configured mirror stack, show the TN node UUID which spaned in L3PortMirrorSession.", 
      "title": "TN node ID that configured L3PortMirrorSession mirror stack", 
      "type": "string"
    }, 
    "tn_node_name": {
      "description": "For L3PortMirrorSession configured mirror stack, show the TN node friendly name which spaned in L3PortMirrorSession.", 
      "required": true, 
      "title": "TN node name that configured L3SPAN mirror stack", 
      "type": "string"
    }, 
    "vmknic_status": {
      "$ref": "MirrorStackStatusType, 
      "description": "Show the vmknic health status, if the vmknic has been bouned to mirror stack, it will show SUCCESS or it will show FAILED.", 
      "required": true, 
      "title": "Mirror vmknic status"
    }
  }, 
  "title": "List all L3PortMirrorSession TN nodes mirror stack health status", 
  "type": "object"
}