Hi all,
Trying to speak to maas through it’s REST API.
-
curl requests go unanswered since it’s using oauth - understood…
-
no way that I’ve found to login and generate oauth keys for users (consumer, secret, api key) via json dict as described here: https://docs.maas.io/2.4/en/api#operations
-
I’m aware of the API key that each user gets generated upon creation in maas and have successfully used that to login to the maascli but it’s not been helpful in getting me anywhere in the REST API
-
have had success using the python-libmaas to access maas however it would be much easier for development if we can just send REST API requests without a middleware python library.
Any thoughts? Is there a switch I need to turn on to get the REST API to fully function?
Thanks!!!