During a recent Nutanix Era proof of concept (POC) the customer wanted to drive database management via the Era API and not provide the consumers with Era UI access. This can easily be done since Era provides a rich set of functionality via its API, actually everything you do via the UI is an API call.
Based on this i created a video where i deploy a database using a simple python script. In addition to the provisioning i also included user quota and SM confirmation when the provisioning is completed. Both user quota and SMS confirmation is managed via the python code.