LogicalRouterStatusPerNode

LogicalRouterStatusPerNode
LogicalRouterStatusPerNode
JSON Example
{
    "edge_path": "string",
    "high_availability_status": "string",
    "is_default_sub_cluster": false,
    "service_group_ha_status": "string",
    "service_router_id": "string",
    "sub_cluster_id": "string",
    "traffic_group_id": "string",
    "transport_node_id": "string"
}
string
edge_path
Optional

Only populated by Policy APIs

string
high_availability_status
Required

A service router's HA status on an edge node

Possible values are : ACTIVE, STANDBY, DOWN, SYNC, UNKNOWN, ADMIN_DOWN,
boolean
is_default_sub_cluster
Optional

True if edge transport node is a member of default sub cluster

string
service_group_ha_status
Optional

Service High availability status of service group linked with sub cluster.

Possible values are : UNKNOWN, ACTIVE, STANDBY,
string
service_router_id
Optional

id of the service router where the router status is retrieved.

string
sub_cluster_id
Optional

This field is populated for sateful active-active mode. Runtime state is only synced among nodes in the same sub cluster.

string
traffic_group_id
Optional

This field is populated only for VMC on AWS. It is the ID of the traffic group associated with the edge node.

string
transport_node_id
Required

id of the transport node where the router status is retrieved.