URL : https://$USERNAME:$APIKEY@api.softlayer.com/rest/v3/SoftLayer_Hardware_Server/$ServerID/reloadOperatingSystem.json
Method: POST
JSON: {
"parameters": [
"FORCE",
{
"itemPrices": [
{
"id": $OSPriceID
}
]
}
]
}