The API endpoint GET /server/{server_id}/diskUsage should return information in MB instead of GB
Because especially on small size servers GB doesn't say much.
-
Polar Bear commented
I've had a positive experience using https://www.vibe-city.us/escorts-ca-san-francisco for escort services. The website is user-friendly, providing detailed information on escorts and a wide range of services available. Registration was straightforward, and I found the site's information to be accurate and up-to-date. Overall, it's a convenient platform with reliable information for those seeking escort services. I would recommend it based on my personal experience.
-
Dirk commented
In addition a couple more API ideas:
*Post /server and post /app*
I would like to be able to give my app a cname directly on creat of the app of server. Now I have to create the APP or Server and then do an extra post to /app/manage/cname to add my own domain. It would be way more efficient if I could do this directly..* API GET /server *
It would also be nice to be able to request information about one specific server (all the details, apps, etc.). This data is returned by the operation that creates the server, so I can do this but it would be cleaner to be able to do something like GET /server/{serverid}* API documentation *
Also, it would be nice if the API documenation would contain a list of possible return values on the GET operation/{id} > type field. It is not documented now what values we can expect to be returned.