Container Management/Container Management APIs
GETContainer Management APIsSince 5.3.6SynchronousAuth Required
QueryNativeHost
QueryNativeHost
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Query Parameters
Request Inputs
Query Parameters
qStringQuery conditions.
Responses
Endpoint
GET/zstack/v1/container/native/host
/zstack/v1/container/native/host
Request Example
curl -X GET 'http://{host}/zstack/v1/container/native/host?q=<q>' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "zoneUuid": "5abd68b3e648472f8cf8c77795186990", "name": "example", "uuid": "1758fe38a8cd4887ab445ff46aaf432f", "clusterUuid": "e2ecc4b7bc9342e3a7522b8fed4db0f7", "managementIp": "127.0.0.1", "hypervisorType": "KVM", "cpuSockets": 2 } ] }Change History
This API has no change history records yet.
