Status & Health
Get system status
Returns a full snapshot of the VIF system: host information (WSE/VIF versions, CPU, NVIDIA GPU type and utilization) and an array of every stream currently registered with the VI service.
get/v1/{server}/plugin/vif/status
Response
System status returned successfully.
Example response
{
"host": {
"wse_version": "4.9.1",
"vif_module_version": "1.2.0",
"nvidia_gpu_type": "NVIDIA A10",
"gpu_avg": {
"unit": "%"
},
"gpu_memory_avg": {
"unit": "%"
},
"gpu_encode_avg": {
"unit": "%"
},
"gpu_decode_avg": {
"unit": "%"
}
},
"streams": [
{
"status": "running"
}
]
}