TnNodeStackSpanStatus

TnNodeStackSpanStatus
TnNodeStackSpanStatus

List all the TNs spaned in L3PortMirrorSession mirror stack health status.

JSON Example
{
    "dedicated_stack_status": "string",
    "detail": "string",
    "last_updated_time": 0,
    "tn_node_id": "string",
    "tn_node_name": "string",
    "vmknic_status": "string"
}
string
dedicated_stack_status
Required

Show the dedicated mirror stack health status, if the TN node has the mirror stack, it will show SUCCESS or it will show FAILED.

Possible values are : UNKNOWN, SUCCESS, FAILED,
string
detail
Required

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.

integer As int64 As int64
last_updated_time
Required

TN miror stack status will be updated periodically, this item indicates the lastest timestamp of TN node stack status is updated.

string
tn_node_id
Optional

For L3PortMirrorSession configured mirror stack, show the TN node UUID which spaned in L3PortMirrorSession.

string
tn_node_name
Required

For L3PortMirrorSession configured mirror stack, show the TN node friendly name which spaned in L3PortMirrorSession.

string
vmknic_status
Required

Show the vmknic health status, if the vmknic has been bouned to mirror stack, it will show SUCCESS or it will show FAILED.

Possible values are : UNKNOWN, SUCCESS, FAILED,