LbServiceStatus (schema)

Name Description Type Notes
active_transport_nodes Ids of load balancer service related active transport nodes array of string
cpu_usage Cpu usage in percentage integer
error_message Error message, if available string
instance_detail_per_tn Details of load balancer service instance per transport node

Details of load balancer service instance per transport node.
array of LbServiceInstanceDetailPerTransportNode
last_update_timestamp Timestamp when the data was last updated EpochMsTimestamp
memory_usage Memory usage in percentage integer
pools status of load balancer pools array of LbPoolStatus
service_id Load balancer service identifier string Required
service_status Status of load balancer service

UP means the load balancer service is working fine on both
transport-nodes(if have);
PARTIALLY_UP means that some DLB instances on transport node are
working successfully and some instances are not working successfully;
DOWN means the load balancer service is down on both transport-nodes
(if have), hence the load balancer will not respond to any requests;
ERROR means error happens on transport-node(s) or no status is
reported from transport-node(s). The load balancer service may be
working (or not working);
NO_STANDBY means load balancer service is working in one of the
transport node while not in the other transport-node (if have). Hence
if the load balancer service in the working transport-node goes down,
the load balancer service will go down;
DETACHED means that the load balancer service has no attachment setting
and is not instantiated in any transport nodes;
DISABLED means that admin state of load balancer service is DISABLED;
UNKNOWN means that no status reported from transport-nodes.The load
balancer service may be working(or not working).
string Enum: UP, PARTIALLY_UP, DOWN, ERROR, NO_STANDBY, DETACHED, DISABLED, UNKNOWN
standby_transport_nodes Ids of load balancer service related standby transport nodes array of string
virtual_servers status of load balancer virtual servers array of LbVirtualServerStatus