Show node statistics (dlbv3)

Retrieves usage data for a specified node ID.

GET /{device_id}/nodes/{node_id}/stats

This operation does not accept a request body.

Response

Successfully processed the request.

{
    "load_balancer_data": {
        "id": "RdcTestNode6:22.22.2.22:75",
        "label": "RdcTestNode6",
        "ip": "22.22.2.22",
        "description": null,
        "port_name": "75",
        "port_number": 75,
        "weight": -1,
        "protocol": "BOTH",
        "health_strategy": {
            "strategy": "HTTP_RES_CODE",
            "port_number": 80,
            "ssl": false,
            "method": "GET",
            "path": "/",
            "http_codes_ok": [
                200,
                203
            ],
            "http_body_pattern": null
        },
        "limit": -1,
        "admin_state": "ENABLED",
        "runtime_state": "UNHEALTHY",
        "vendor_extensions": {
            "reassign_count": 0
        },
        "stats": {
            "bytes_in": 0,
            "bytes_out": 0,
            "conn_cur": 0,
            "conn_max": 0,
            "conn_tot": 0,
            "pkts_in": 0,
            "pkts_out": 0
        }
    }
}