Would it also be possible to use REST for interaction?
Interaction with the Nodana api you mean? If so then yes as the nodana-cli just calls these endpoints anyway. If you mean interaction with phoenixd then again yes as per their documentation. This would simply be a cloud-based version and you can call the endpoints in the normal way via your own dedicated connection uri.
reply
Thanks for clarifying.
reply
No problem. By REST, I assumed you actually meant standard HTTP requests rather than use a cli. The Phoenixd API isn't particularly RESTful though fwiw but Nodana's will be.
reply
Minimal REST support only, according to their API doc: https://phoenix.acinq.co/server/api
What will you do differently, if I may ask?
reply
I just mean Nodana's API (to control containers for example) will be a RESTful API but I would recommend using the cli anyway. Nodana doesn't control the Phoenixd API so you would need to consult their docs when interacting with it.
reply
Thank you.
reply