Statusfull

Use /statusfull to retrieve detailed status information from V-Blaze.

Gets product and server information

get
Responses
200
Information retrieved successfully
get
GET /statusfull HTTP/1.1
Host: 
Accept: */*

No content

Sample Response

{
    "statusfull": {
        "#active": 0,
        "#conns": 1,
        "#done": 0,
        "#queued": 0,
        "#streams": 0,
        "efficiency": 100.0,
        "idlefor": 3327.259,
        "lasterror": "2021-11-11 11:34:07.880521",
        "lasterrormsg": "missing data WAVE header",
        "maxconns": 106,
        "maxdecoders": 56,
        "maxstreams": 56,
        "memfree": "99.33 GiB",
        "memhuge": [
            4801,
            13180
        ],
        "memlow": "79.64 GiB",
        "mlru": [
            [
                "eng1:callcenter",
                3327.6
            ],
            [
                "eng1:callcenter-xa",
                675514.9
            ]
        ],
        "responses": {
            "server": {
                "http-200": [
                    22,
                    "2021-11-18 11:42:43.428792"
                ]
            },
            "stream": {
                "broken pipe": [
                    3,
                    "2021-11-05 15:48:59.494302"
                ],
                "http-200": [
                    55,
                    "2021-11-11 12:10:47.499335"
                ],
                "http-400": [
                    11,
                    "2021-11-11 12:06:15.837620"
                ],
                "http-500": [
                    20,
                    "2021-11-11 11:34:07.881692"
                ]
            },
            "unknown": {
                "http-400": [
                    2,
                    "2021-11-10 15:41:26.845205"
                ],
                "http-408": [
                    1,
                    "2021-11-10 15:41:04.837708"
                ]
            }
        },
        "started": "2021-11-10 15:08:33.629982",
        "stream.audiosecs": 57782.5,
        "stream.count": 61,
        "stream.errors": 11,
        "stream.speed": 21.112,
        "stream.warnings": 5,
        "utilization.idle": 99.761,
        "utt.audiosecs": 28552.3,
        "utt.count": 6637,
        "utt.speed": 15.305,
        "utt.tat": 18.134,
        "utt.tat.max": 68.233
    }
}

Explanation

The example response is a JSON object that shows detailed status information about the V‑Blaze engine.

Refer to Statusfull for more information on the returned list of values.

Last updated