MAAS 3.1 has been released. Find out
what’s new in 3.1.
Python API client reference
The python-libmaas
client library is an asyncio-based client library whose purpose is to allow developers, integrators and administrators to better interact with MAAS. This software is in development and does not yet support all MAAS endpoints (nor all operations). It currently supports MAAS versions 2.1 and 2.2-beta3.
This article will help you learn:
About library endpoints
At this time, the client library supports these eight endpoints:
- account
- boot-sources, boot-resources
- machines, devices, region controllers, rack controllers
- events
- configuration
- tags
- version
- zones
There are two resources that will help you better understand the above terms and how they are used:
How to install and use python-libmaas
For installation and initial steps, see these external links:
For examples, see these external links:
For pypi information, see this external link.
Last updated 21 days ago.