We automate the creation of new VMs in our AHV cluster using RestAPI calls and JSON provided VM specification (generated by script etc). Nowhere in our provided JSON do we specify the storage container that vdisks should be created in, but all new VMs have their storage allocated inside ‘SelfServiceContainer’. Wondering if SelfServiceContainer is somehow configured as a default inside AOS - as I would like to change this to a different container if such a config exists? Now I know that I can specify the storage container inside the JSON I provide for each VM creation (and this might be the only way I achieve this), but I am trying to understand if there is someway of configuring a default storage container inside AOS?
Thanks in advance, Paul