This builds on top of micro-billing feature over mycelium.
So this is a place mark until that work is done
ZOS need to provide a different API mechanism than the current implemented one. Right now we do everything (mainly deployments) with Contract and Deployment structure. Instead, what we need to do instead of provide a CRUD api where a user can basically make calls to create Network, Disk, ZDB, VM, etc .. and do some operations to the workloads while running for example Restart a VM, and similar calls.
ZOS can bill the user over used capacity but also micro billing per API call.
This builds on top of micro-billing feature over mycelium.
ZOS need to provide a different API mechanism than the current implemented one. Right now we do everything (mainly deployments) with Contract and Deployment structure. Instead, what we need to do instead of provide a CRUD api where a user can basically make calls to create Network, Disk, ZDB, VM, etc .. and do some operations to the workloads while running for example Restart a VM, and similar calls.
ZOS can bill the user over used capacity but also micro billing per API call.
zos specs: https://github.com/threefoldtech/zos/pull/2062