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
How do I get the Package, categories and items associated with a Virtual Guest OR Baremetal using Softlayer Rest API
I am trying to find a way to get a consolidated response, having the details of a VirtualGuest's / BareMetal's Package , Categories , Items in the VirtualGuest or BareMetal.
Please suggest a way to get a consolidated Rest API for it.

Raj
- 1
-1
votes
2 answers
Softlayer API get load balancer destinationIpAddress
I am wanting to find out the ids of the servers a load balancer is distributing traffic to.
https://sldn.softlayer.com/reference/datatypes/SoftLayer_Network_Application_Delivery_Controller_LoadBalancer_VirtualIpAddress
We've experimented with some…

Komra Beth Salo
- 5
- 1
-1
votes
1 answer
SoftLayer API version 3.x
I am working with a team on a Automation Provisioning program written in Python based on the SoftLayer API. The base program was written on an outdate SL API version 3.x.
The program is up and running and its only being used to run some tests. We…

Joe
- 1
-1
votes
1 answer
How can i get the list of virtual servers created by a specific user?
I want to get the list of VMs created by a specific user.
Does SoftLayer provide any API for this purpose?

Yogesh
- 1
-1
votes
1 answer
why can't I order vlan with subnet size=32 from web UI?
When order a vlan from web UI, I'm only offered with 2 options about subnet size = 8 or 16.
But from this API: https://api.softlayer.com/rest/v3.1/SoftLayer_Product_Package/0/getItems.json
Static Public IP Addresses has 5 options: 4,6,8,16,32, and I…

Wilma
- 17
- 1
-1
votes
1 answer
SoftLayer API: Missing active preset values for package 200 hourly bare metal servers
We noticed we got the error from SoftLayer API when trying to get categories from
product package 200 ( hourly bare metal server) preset Id=64 starting 10/18.
The following API…

mnnmountain
- 143
- 1
- 9
-1
votes
1 answer
Softlayer API- How to track the status of gateway appliance after I ordered one?
I am using softlayer api to place an vyatta pair, which is network gateway, how can I know when the provison is complete?
I read an article here, but still not dont know in the last part where did the gateway name comes from?
can someone help me?

kagawa
- 1
-1
votes
1 answer
Unable to order snapshot space
I see that my volume does not have space. Both, the SL portal and SL API confirm that there is no snapshot space.
The volume object in question has these details (There is no 'snapshotCapacityGb')-
{'username': 'XXX', 'capacityGb': 100, 'hostId':…

Urjit
- 375
- 1
- 3
- 12
-1
votes
1 answer
Load Balancer SSL Offload manage
I want to implement ssl offload of load balancer
how to ssl enable/disable and save changed secure transport protocols and ciphers infomation
my develop language is java
load balancer ssl offload tab ui

Dongshik Lee
- 1
- 2
-1
votes
1 answer
Write complex queries with Softlayer Object Storage Search API
I follow the content of this page: API Operations for Search Services and was able to make simple queries using cURL or a ruby client. I would like to make more complex queries with the API, for example on the non-existence of a metadata field, a…

Damien Imberdis
- 3
- 2
-1
votes
1 answer
How to get details (like username, password, host IQN) of a particular authorized Virtual Machine and storage target address through REST API
I need details of Authorized host(Virtual Machine) like username, password, hostIQN and Storage target Address through REST API.
From Stack Overflow, I got the API by which I can get the mentioned…

Dave
- 1
- 5
-1
votes
2 answers
A single action in Autoscale configuration
Whenever I edit a scale group configuration in softlayer, it returns the following message. "A single action is required for a policy"
What is a single action for a policy ?
There is no way to edit a cpu rate in policy since the error message.

Mike Oh
- 151
- 5
-1
votes
1 answer
Softlayer: determine scsi disk Softlayer-ID using the dev mapper device id
In a setup of a multiple iscsi disks attached to a Linux host (LVM pools setup), I want to be able to take a snapshot of a specific disk, using Softlayer API.
How can I know the id or the LUN name of the iscsi device from the Linux device name. …

csny
- 164
- 1
- 2
- 14
-1
votes
1 answer
Packetfence unable to configure due to multiple IPs on same network
I'm trying to install PacketFence on a virtual machine, and have dedicated 8 IPs to the server.
They all are static on eth1:0 -> eth1:7, so not eth1, eth2, etc.
When trying to configure vlans for "normal", "registration" etc. in Packetfence I get an…

Michael Nielsen
- 1,194
- 3
- 22
- 37
-1
votes
1 answer
Not able to download log files using API
When i run below command, it is getting unable parse to filter from myside. I got alert 2nd day log feed down for SL logs. Please help me for this issue.
[root@syslogserver ~]# curl -X GET -u username:password -g…

ramachandran
- 1
- 2