latestOpenAPI 3.1.0Wowza2026-08-10151446.2 KB

7128019ae2c5

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"
    }
  ]
}