Document navigation

GetHypervisorTypes

API Request

URLs
GET zstack/v1/hosts/hypervisor-types
Headers
Authorization: OAuth the-session-uuid
Curl Sample
curl -H "Content-Type: application/json;charset=UTF-8" \
-H "Authorization: OAuth fa53caa553b8446e9bb1c3ccae31cfcd" \
-X GET http://localhost:8080/zstack/v1/hosts/hypervisor-types
Request Parameters
Name Type Location Description Optional Value Starting Version
systemTags List query Optional. The system tags. 0.6
userTags List query Optional. The user tags. 0.6

API Response

When the API succeeded, an empty JSON structure {} is returned. When the API failed, the returned JSON structure includes an error field. For example,
{
"error": {
"code": "SYS.1001",
"description": "A message or a operation timeout",
"details": "Create VM on KVM timeout after 300s"
    }
}

SDK Sample

Java SDK
GetHypervisorTypesAction action = new GetHypervisorTypesAction();
action.sessionId = "6e32c684aeab461db30fb6631a1ac898";
GetHypervisorTypesAction.Result res = action.call();
Python SDK
GetHypervisorTypesAction action = GetHypervisorTypesAction()
action.sessionId = "48f0a488d41d4f84b77c343a24e206e4"
GetHypervisorTypesAction.Result res = action.call()
API Reference | 5.4.12 | ZStack Cloud · ZCF | ZStack Resource Center