Qbert API

Qbert is the PMK cluster manager, that lives in the management plane. Qbert enables CRUD (create, read, update, delete) operations on one or more Kubernetes clusters within PMK. Qbert exposes a REST API endpoint, that is used by the web UI to communicate with the management plane and can also be used directly.

You can locate the URL for the Qbert API endpoint specific to your PMK deployment by navigating to API Access -> API Endpoints in the PMK UI.

You can use the Qbert REST APIs to automate your cluster management operations with PMK.

Example Endpoint:

Bash
Copy

Qbert Reference

You can view the full API reference here: https://docs.platform9.com/qbert/ref

Qbert Example

Below is a simple example for generating an access token via KeyStone and then accessing the Qbert API to fetch a list of nodes using CURL.

Bash
Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard