Um auf meine Docker-Container, die ich mit tutum verwalte zuzugreifen, mache ich folgendes:
- API-Key unter tutums `Account-Info API-Key holen
- Dann z.B. mit shell:
(python -m json.tool
formatiert den JSON-Output lesbar.)
curl -u dsteinkopf:apikey https://dashboard.tutum.co/api/v1/service/ | python -m json.tool | less
- Sehr gute API-Doku: https://docs.tutum.co/v2/api/
- die go-API hat ich auch schon erfolgreich benutzt: