Get Load Balancer Service Status
Returns the status of the given load balancer service.
service-id
Data source type.
OK
{
"pools": [
{
"status": "string",
"last_update_timestamp": 0,
"pool_id": "string",
"members": [
{
"status": "string",
"failure_cause": "string",
"last_check_time": 0,
"ip_address": "string",
"last_state_change_time": 0,
"port": "string"
}
]
}
],
"cpu_usage": 0,
"active_transport_nodes": [
"string"
],
"memory_usage": 0,
"service_id": "string",
"last_update_timestamp": 0,
"standby_transport_nodes": [
"string"
],
"error_message": "string",
"virtual_servers": [
{
"status": "string",
"last_update_timestamp": 0,
"virtual_server_id": "string"
}
],
"service_status": "string"
}
Cpu usage in percentage
Ids of load balancer service related active transport nodes
Memory usage in percentage
Load balancer service identifier
Timestamp when the data was last updated
Ids of load balancer service related standby transport nodes
Error message, if available
UP means the load balancer service is working fine on both transport-nodes(if have); 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).
{
"module_name": "string",
"error_message": "string",
"error_code": 0,
"details": "string",
"related_errors": [
{
"module_name": "string",
"error_message": "string",
"error_code": 0,
"details": "string"
}
]
}
{
"module_name": "string",
"error_message": "string",
"error_code": 0,
"details": "string",
"related_errors": [
{
"module_name": "string",
"error_message": "string",
"error_code": 0,
"details": "string"
}
]
}
{
"module_name": "string",
"error_message": "string",
"error_code": 0,
"details": "string",
"related_errors": [
{
"module_name": "string",
"error_message": "string",
"error_code": 0,
"details": "string"
}
]
}
{
"module_name": "string",
"error_message": "string",
"error_code": 0,
"details": "string",
"related_errors": [
{
"module_name": "string",
"error_message": "string",
"error_code": 0,
"details": "string"
}
]
}
{
"module_name": "string",
"error_message": "string",
"error_code": 0,
"details": "string",
"related_errors": [
{
"module_name": "string",
"error_message": "string",
"error_code": 0,
"details": "string"
}
]
}
{
"module_name": "string",
"error_message": "string",
"error_code": 0,
"details": "string",
"related_errors": [
{
"module_name": "string",
"error_message": "string",
"error_code": 0,
"details": "string"
}
]
}