...
Platform web services allow you to perform all cloud governance tasks: manage users, cloud accounts, organizations, groups, budgets, access rights, etc. as well as manage RosettaHUB cloud artefacts (virtual labs, workspaces, formations, engines, machines, clusters, storages, file systems, disks, ssl certificates, domains). IT administrators can create their own applications by using the RosettaHUB web services.
Create an API Key
Step 1: go to the API keys tab under the security tab
Step 2: press create
Step 3: input a label
Step 4: set the timeout of your API key if we input 0 it means that your key will have no timeout
Step 5(optional): you can also create keys that are restricted to specific API methods or categories of methods
Step 6: press create
Pyhton Examples
Below are some examples of how you can interact with the platform using Python
...