Container Management/Container Management APIs
GETContainer Management APIsSince 5.3.6SynchronousAuth Required
QueryNativeCluster
QueryNativeCluster
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/cluster
/zstack/v1/container/native/cluster
Request Example
curl -X GET 'http://{host}/zstack/v1/container/native/cluster?q=<q>' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "bizUrl": "http://example.com/biz", "masterUrl": "http://example.com/master", "kubeConfig": "kubeConfigContent", "prometheusURL": "http://example.com/prometheus", "version": "v1.0.0", "nodeCount": 3, "createType": "Manual" } ] }Change History
This API has no change history records yet.
