LBServiceStatus (schema)

Name Description Type Notes
active_transport_nodes Ids of load balancer service related active transport nodes

Ids of load balancer service related active transport nodes.
array of string Readonly
alarm Alarm Information Details

Alarm information details.
PolicyRuntimeAlarm Readonly
cpu_usage Cpu usage in percentage

Cpu usage in percentage.
integer Readonly
enforcement_point_path Enforcement point Path

Policy Path referencing the enforcement point where the info is fetched.
string Readonly
error_message Error message, if available

Error message, if available.
string Readonly
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

Timestamp when the data was last updated.
EpochMsTimestamp Readonly
memory_usage Memory usage in percentage

Memory usage in percentage.
integer Readonly
pools status of load balancer pools

status of load balancer pools.
array of LBPoolStatus Readonly
resource_type Must be set to the value LBServiceStatus string Required
service_path Load balancer service object path

Load balancer service object path.
string Readonly
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 Readonly
Enum: UP, PARTIALLY_UP, DOWN, ERROR, NO_STANDBY, DETACHED, DISABLED, UNKNOWN
standby_transport_nodes Ids of load balancer service related standby transport nodes

Ids of load balancer service related standby transport nodes.
array of string Readonly
virtual_servers status of load balancer virtual servers

status of load balancer virtual servers.
array of LBVirtualServerStatus Readonly