-1

I need to poweron softlayer virtual server by using API. I need the JSON request Poweroff,pause JSON request

1 Answers1

0

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:

SoftLayer_Virtual_Guest::powerOn