Sysinfo

Use /sysinfo to retrieve detailed information from V-Blaze.

Gets additional detailed V‑Blaze engine status information

get
Responses
200
Status information retrieved successfully
get
GET /sysinfo HTTP/1.1
Host: 
Accept: */*

No content

Sample Response

{
    "sysinfo": {
           "aminfo": {
            "eng1-acoustic31": "3x GPU, 0.99 GiB",
            "eng1-acoustic31hs": "3x GPU, 0.56 GiB"
        },
             "dbsize": "0",
              "expires": "2021-07-15 00:00:00",
        "gpu": [
            "1x Tesla T4, 14.75 GiB"
        ],
        "gpudriver": "440.33.01",
        "gpumem": "4.67 GiB / 14.75 GiB",
           "licenses": {
            "ASRUse-voci_advtest-3c722804e93e4d0c": [
                21.1493,
                0.0
            ],
            "ASRWkr-voci_advtest-autosize-f6e81df": "permission"
        },
             "maxconns": 350,
        "maxdecoders": 12,
        "maxstreams": 300,
        "product": "V-Blaze AWS : 300",
        "revdate": "2021-01-08 17:17:13",
        "uname": "uname",
        "uptime": "18:03:54 up 2 days, 18:30,  0 users,  load average: 0.00, 0.01, 0.05",
        "version": "7.2.0-0",
        "webapi": "2.2.0-0"
    }
}

Explanation

The example response is a JSON object providing detailed information about the V‑Blaze server.

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

Last updated