According to SLDn of softlayer Softlayer_hardware/some id/getObjects?mask with domain name and Vm name will give provision status.But when I make RESt call with same I get 200 ok but xml output hass error.
Please let me know how can I get VM provision successful or not? Help me with REST API.
https://userid:apikey@api.softlayer.com/sldn/rest/SoftLayer_Hardware/****/getObject?mask=[hostName,domain]
* is ID which got when we made below rest call
https://userid:apikey@api.softlayer.com/rest/v3/SoftLayer_Hardware.json
<?xml version="1.0" encoding="UTF-8" ?>
<SOAP-ENV:Envelope>
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Client</faultcode>
<faultstring>Service does not exist</faultstring>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Execute the following requests to get information of Virtual Guest/Hardware already provisioned:
Virtual Guest:
Hardware:
or
Where:
To know that a Server is already provisioned, please review that:
To get VSI/Hardware ids, please review:
Some References: