I need to poweron softlayer virtual server by using API. I need the JSON request Poweroff,pause JSON request
Asked
Active
Viewed 152 times
1 Answers
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:

Ruber Cuellar Valenzuela
- 2,757
- 1
- 9
- 15