v1

latestOpenAPI 3.0.1Apache 2.02026-07-17304456.7 KB

Ping the VMM to check for API server availability

get/vmm.ping

Response

The VMM information

build_versionstring
versionstring required
pidinteger
featuresstring[]

Example response

{
  "features": [
    "features",
    "features"
  ],
  "build_version": "build_version",
  "pid": 0,
  "version": "version"
}
All 30 operations