The ibm-cloud-infrastructure tag refers to all of the IaaS services on IBM Cloud that were previously provided under SoftLayer. These services are now available in the Infrastructure section of the IBM Cloud catalog, which is available at the following URL: https://cloud.ibm.com/classic
Questions tagged [ibm-cloud-infrastructure]
1344 questions
-1
votes
1 answer
softlayer local Load Balancer manage API
after customer order local load balancer in softlayer control, customer act a few action for management (Add Group, Add Service, Cancel Load balancer) and then save configuration in control.
i can get detail infomation of load balancer using…

Dongshik Lee
- 1
- 2
-1
votes
1 answer
Getting bandWidth data in SL
I am trying to get a bandwidth usage using Java Client API of Softlayer.
The result of the API below is the throughput of bandwidth. Is there any API getting a bandwidth usage data with java ?
List dataList = Guest.service(client,…

Mike Oh
- 151
- 5
-1
votes
1 answer
SoftLayer blockstorage credential
I want to get credential data for storage by api.
so i tried to below…

jaepil
- 1
- 1
-1
votes
2 answers
How get the softlayer prices per region?
I note that prices differs from region to onother.
It's possible to request each region's price using the API.
For example :
curl https://user:token@api.softlayer.com/rest/v3/SoftLayer_Virtual_Guest/getCreateObjectOptions

khakem
- 1
-1
votes
1 answer
Does soft layer maintain historical record for devices
Does soft layer maintain historical record for devices. For eg: I want to know when a device was cancelled and for how many months the device was active and what was the invoice of the device for a particular month?
Thanks

codec
- 7,978
- 26
- 71
- 127
-1
votes
1 answer
Filter parameters to POST verify and place order request for Performance storage
I am trying to do BPM and SoftLayer integration using Java REST client. On my initial analysis(as well as help form stack overflow),I found
Step 1) we to get getPriceItem list to have all IDs for next…

Anupam Kamal
- 37
- 1
- 3
-1
votes
1 answer
Send email on softlayer
In Softlayer Portal, I ordered email delivery service. and i can see it at list. but how can send email with java api.
I tried to send email with below code.
Email email = new Email();
email.setfrom();
email.setBody();
email.setTo();
Boolean result…

jaepil
- 1
- 1
-1
votes
1 answer
EVault order on Bare Metal server ends with an error
I am basically following what was posted here to order an EVault on bare metal server: Sample code for ordering an EVault backup in SoftLayer
It works for Virtual Guest, but fails on Bare Metal server on verifyOrder call with an error message like…

KHP
- 379
- 1
- 2
- 10
-1
votes
1 answer
migrate google compute platform snapshot/disk to softlayer
I created a .tar.gz of a google compute platform disk (using gcimageundle). Is there some way to import this to ibm softlayer? softlayer wants an .iso, so assuming i find a way to convert the .tar.gz to .iso, can I expect using that .iso as a boot…

jeremy_rutman
- 3,552
- 4
- 28
- 47
-2
votes
1 answer
Need api to pull the last uploaded item to the COS bucket
I need to pull the last uploaded object to COS, but there seems to be no ideal API to do the same.

vignesh harish
- 1
- 2
-2
votes
1 answer
Creating user in Windows Server 2016
I have a remote Windows server 2016. With RDP I can login to the server as an Administrator.
I created a new user with Admin rights and also with Remote access enabled. But I am unable to login via RDP with the new user.
I have created the user…

Vini
- 1,978
- 8
- 40
- 82
-2
votes
1 answer
REST : suggestions on collecting firmware version details from Softaleyr API
Is there any way to collect firmware version from all the bare metal servers using slcli command line or using any other API method ?
I have already gone through the following links
https://softlayer.github.io/reference/softlayerapi/…

Altaf Hussain
- 3
- 1
-2
votes
1 answer
Receiving error when attempting to verify a virtual machine order
When I run the below code I get the error SoftLayer_Exception_InvalidValue: Invalid value provided for 'blockDevices.device'. A device number must be provided for all block devices. (HTTP 200)
What is wrong with the way I initialize the block…

Dennis
- 51
- 1
- 8
-2
votes
1 answer
How to add SSH Keys to virtual guest by Softlayer REST API
I tried the following REST API to add SSH Keys to virtual guest when provisioning it, but it doesn`t work.
url: https://api.softlayer.com/rest/v3/SoftLayer_Virtual_Guest.json
body:
{"parameters": [{"datacenter": {"name": "lon02"}, "domain":…
-2
votes
1 answer
softlayer api: How can I get the initial vpn password by softlayer api?
I'm developing a program about softlayer api, and I have a problem with get vpn password.
I call SoftLayer_Account::getPptpVpnUsers function and SoftLayer_Account::getSslVpnUsers function to get vpn information. However, the returned password in the…

J.allen
- 37
- 6