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
                }
            ]
        }
    ]
}

Feedback?

If this article contains any error, or leaves any of your questions unanswered, please help us out by opening up a github issue.
Open an issue