softlayer Softlayer_hardware/some id/getObjects?mask の SLDn によると、ドメイン名と Vm 名を指定するとプロビジョニング ステータスが表示されます。
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>