November 23, 2017


REST-Reload.txt

REST-Reload.txt
URL : https://$USERNAME:$APIKEY@api.softlayer.com/rest/v3/SoftLayer_Hardware_Server/$ServerID/reloadOperatingSystem.json

Method: POST

JSON: {
    "parameters": [
        "FORCE",
        {
            "itemPrices": [
                {
                    "id": $OSPriceID
                }
            ]
        }
    ]
}