threefoldtech / home

Starting point for the threefoldtech organization
https://threefold.io
Apache License 2.0
9 stars 4 forks source link

ZOS API v4 #1468

Open muhamadazmy opened 9 months ago

muhamadazmy commented 9 months ago

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.

zos specs: https://github.com/threefoldtech/zos/pull/2062

despiegk commented 8 months ago

kristof working on the specs