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 API How to get id of load balancer
Please tell me How to get id of load balancer by softlayer API.
thanks.

nekoneko
- 23
- 4
-1
votes
2 answers
Softlayer Object Storage Containers: Unable to find the server
Problem:
I'm trying to debug some of my code that uses Softlayer Object Storage however I kept getting some errors from SL itself. Since I was getting the error from SL I went ahead and tried writing some code that reproduces the error. Which can be…

Abraham
- 230
- 3
- 15
-1
votes
1 answer
Using SL API can't get the storage IP of the disk
curl "https://711197_bxadm%40us.ibm.com:@api.softlayer.com/rest/v3/SoftLayer_Network_Storage/6640135/getObject.json?objectMask=serviceResourceBackendIpAddress"
{}
We can't get the storage IP of the disk. You can easily recreate the issue with…
-1
votes
1 answer
i want place order virtual server with mutiple quantity ,how i can generate order container
Hi all i have used softlayer api using python
i need place virtual server with multiple quantity ,how generate order container ??
i have like this,
import SoftLayer
client = SoftLayer.Client(username='XXXXXX',api_key='xxxxxx')
vmorderparmers =…

Robert
- 3,373
- 1
- 18
- 34
-1
votes
1 answer
list of users who have access to a portal
I'm trying to get list of users who has access to softlayer portal.
but i'm getting below error
users = client.getUsers()
AttributeError: 'BaseClient' object has no attribute 'getUsers'
this is my python code
#!/usr/bin/python
import…

kushan.kjk
- 3
- 1
- 3
-1
votes
1 answer
Getting the global IP from the Softlayer API
I am trying to get the global_ip_id using the SoftLayer::API::SOAP. But when I try
$global_ip_id = $client->getGlobalIpRecords()->result->[0]->{id};
I get the error:
Can't use an undefined value as an ARRAY reference at
/usr/bin/reroute_global…

N. Re
- 1
-1
votes
1 answer
Defining which protocol to serve through
I'm looking for a way to change the serving protocol for objects from http/1.1 to something like h2 or spdy. I can't seem to find anything from IBM on the subject. Has anyone worked out this issue before or possibly have any suggestions?

Shai James
- 56
- 1
- 6
-1
votes
1 answer
knife softlayer server create with monthly billing
I am trying to create new VSI in Softlayer with monthly billing using knife softlayer plugin, there is tag for that:
--billing-monthly
but seems its now working. Also I tried as:
'--billing-monthly'
'--billing-monthly true'…
-1
votes
1 answer
REST API for authorising endurance file storage Softlayer
I want a REST API for authorising File storage(endurance) that I ordered from Softlayer to my VM or BM. Please help me with how can I do that.
Thanks,
Kishore
-1
votes
1 answer
Getting users with permissions for specific devices
would like to know is it possible to get users who are allowed to access/login for a specific devices
it's not useful for me to get information for all my servers. i would like to know for some specific devices
please advice

donsar
- 15
- 2
-1
votes
1 answer
Softlayer API: Storage information
I'm trying to get storage information specifically cost, and what host is it assigned to from the API.
Using this endpoint (https://api.softlayer.com/rest/v3/SoftLayer_Account/getNextInvoiceTopLevelBillingItems.json
I was able to get the cost of…

Leo Truong
- 3
- 2
-1
votes
1 answer
how to associate the portable subnet to virtual server through API and portal?
I am trying to find the way that we could associate portable subnet to Virtual server by API and portal for the secondary ip address. I read many documents I can't find a good solution for it.

Sovongsa Ly
- 1
- 1
-1
votes
1 answer
PHP SoftLayer_User_Customer (createOjbect)
Creating user with PHP SoftLayer_User_Customer (createOjbect). The username assigned is in the format of "AcctNum_UserEmail" regardless of the username requested. It appears to be the only username returned by the API. Can I get confirmation re:…

Don
- 3
- 1
-1
votes
1 answer
Softlayer ReST API to get all billing items for an account
I have been using this endpoint to get all billing items for an existing account.
https://api.softlayer.com/rest/v3/SoftLayer_Account/getAllBillingItems.json
However, it stop working and I'm getting an error below. Other API endpoint still works…

Leo Truong
- 3
- 2
-1
votes
1 answer
How to reactivate customer in softlayer?
I am using the latest version of java api. I found that even in control.softlayer.com ui, failed to re-active the user. I got the error message "{"error":"Subscribing to the notification failed.…

hjjo
- 105
- 1
- 6