SDKs
Official SDKs for the IBEE Solutions API. Install a client library in your language and start building.
Python SDK
Install the Python SDK from PyPI:
To create a VM from the same kind of choices shown in the portal, pass the selected IDs into the create call:
plan_id is the selected instance plan. template_id is the selected OS
template or image. ssh_key_ids are the SSH keys to inject at first boot.
In the current SDK, cpu and ram_mb are still required fallback fields even
when plan_id is provided.
Async support is built in:
TypeScript SDK
The TypeScript SDK is coming soon.
Using the API without an SDK
You can call the REST API directly using any HTTP client:
