OVH - How to use the API to order any server? The answer is here!
I wrote this tutorial in 2024 and since this it is very popular on the LET Kimsufi topic, I make a few changes to help to understand better how the API works behind the scenes.
There are many APPs that helps you to order machines with OVH API automatable so when you understand the steps, you can use all of them as a pro.
And let me to say thanks to everyone who mention me and my tutorial on the forum.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # READ BEFORE RUNNING! | |
| # This script can install a luks encrypted, two-disks array EXT4 Debian system. | |
| # Very beta stage, tested only on Kimsufi KS-LE and KS-LE-1. Two SSDs. | |
| # On OVH, the new Rescue not working. Use the old, rescue pro! | |
| # Use this script only on your own risk. By default every data lost on disks! | |
| # init vars | |
| # You need to init variables in the first stage and after deep into the chroot |