I need to poweron softlayer virtual server by using API. I need the JSON request Poweroff,pause JSON request
Try the following Rest request:
https://$username:$apiKey@api.softlayer.com/rest/v3/SoftLayer_Virtual_Guest/$virtualId/powerOn
Method: Get
Replace: $username, $apiKey and $virtualId with your own information.
References: