I have been using the softlayer-api-client (.0.2.3), by using these API client I am able to order the virutal server in IBM softlayer cloud, then able to get the VM and list those VM. sample code below
Guest.Service service = Guest.service(client);
In the guest I am setting all VM related information, then place order
guest = service.createObject(guest);
while create VM, few of the default block device (disk) getting attached to the VM instance.
Do we have similar kind of RestApiClient service to Create/delete the additional volume?
please share the API to create the volume.
Let me know in case need further clarification for the same.