You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to figure out the right server code?
Example: if i want to check the availability from the cheapest kimsufi server, what's the search string?
I figured out, that with the string "curl -s "https://www.ovh.com/engine/api/dedicated/server/availabilities?country=eu" | json_pp | grep hardware | grep -v , | sort | uniq | grep sk" i can see the Kimsufi servers but which is which?
Is there any list with description?
The text was updated successfully, but these errors were encountered:
Hello,
How to figure out the right server code?
Example: if i want to check the availability from the cheapest kimsufi server, what's the search string?
I figured out, that with the string "curl -s "https://www.ovh.com/engine/api/dedicated/server/availabilities?country=eu" | json_pp | grep hardware | grep -v , | sort | uniq | grep sk" i can see the Kimsufi servers but which is which?
Is there any list with description?
The text was updated successfully, but these errors were encountered: