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
vote
1 answer
Add version to vs get_instance in SoftLayer API
Can the OS version be added to the vsManager get_instance output same as it is for the hardwareManager get_hardware output please.
Alternatively: How do I lookup the OS version from the "softwareDescriptionId" for a VS Instance?
#…

Fletch
- 11
- 1
1
vote
1 answer
Object Filters in Softlayer in Java
I am trying to make a call using softlayer client in java , i am able to make normal and straight forward calls even able to apply the object mask.
But not getting a way to apply object filter in my service or in my api call using softlayer…

Lucifer007
- 107
- 1
- 14
1
vote
1 answer
Vyatta order fails with vlan selection
I am implementing order Vyatta by selecting Vlans but It returns the following error.
Got 500 on https://api.softlayer.com/rest/v3.1/SoftLayer_Product_Order/verifyOrder.json with body: {"error":"Subnets may not be specified for gateway…

Mike Oh
- 151
- 5
1
vote
1 answer
How to add two or more disk to softlayer virtual server while provisioning
Add two or more disk to virtual server while provisioning in softlayer
using rest query

BERIN C DHAS
- 17
- 2
1
vote
1 answer
Softlayer API - Custom Hardware_Component_Partition_Template
My team is trying to order Baremetal Servers with RAID configurations through the API.
We are running into trouble with not having enough Swap space on the primary storage group where the OS is installed.
We are able to specify a Partition Template…

martinlai
- 11
- 1
1
vote
1 answer
Soflayer Billing API using Ruby- Extracting per user billing details
Have a question about Softlayer billing API. When I try to run the API code to extract the data into an object mask I receive an error as below:
/Library/Ruby/Gems/2.0.0/gems/softlayer_api-3.2.1/lib/softlayer/APIParameterFilter.rb:82:in…

Raju Narayankar
- 11
- 1
1
vote
1 answer
Python API Monitoring manager
I have been checking the Python API and its managers. However, I did not see an option / a manager to address the monitoring side.
Can you please tell me if there is such an option (viewing alerts / customizing thresholds / viewing graphs in CSV…

Gabriel Tanase
- 21
- 2
1
vote
1 answer
Select Available Vlans in purchasing on Softlayer
I am implementing Vlan Selection on purchasing a virtual machine using Softlayer java API.
The code below is what I have tested to list available vlans in a specific data center. It returns more available vlan list than "control.softlayer.com"…

Mike Oh
- 151
- 5
1
vote
1 answer
Is it possible to add a ticket response as a specific user via the SoftLayer API using the PHP SOAP client?
I'm attempting to use the SoftLayer API (via the PHP client) to add an update to an existing ticket, as a specific user under our main account (a sibling to our API user).
What I'm trying to achieve is that as the API user, I call…

Esrahaddon
- 15
- 3
1
vote
2 answers
Is it possible to order/configure IBM SoftLayer file storage using slcli or Python API?
Is it possible to order file storage using either the SoftLayer CLI slcli or the Python API?
I can list the file storage in my account, but I do not see any sub-commands for ordering new storage or authorizing hosts.
slcli nas
Usage: slcli nas…

jtyberg
- 63
- 4
1
vote
1 answer
Softlayer- A template guest record is required to use this method
I am using postman REST client to execute softlayer REST API's.current trying to create snapshot of vm
I am getting error,
"A template guest record is required to use this method"
when executing below rest…

Raghav
- 89
- 10
1
vote
2 answers
(Softlayer API) How can I get volume status for NAS Storage in softlayer?
I tried this code but it doesn't return status.
Storage.Service service = Nas.service(client, storageId);
service.withMask().volumeStatus();
service.withMask().parentVolume().volumeStatus();
And is this related to the volume status? This is the…

hjjo
- 105
- 1
- 6
1
vote
1 answer
Can subnets be tagged (besides notes)?
getTagReferences service of SoftLayer_Tag makes it very clear which objects may be tagged. Is it possibly (or will it be possible in the future) to tag subnets other than the notes section?
Thank you.

Jonathan Levine
- 19
- 3
1
vote
2 answers
How to paging the folders and files in swift object storage?
I used the query parameters 'limit', 'marker', and 'end_marker'.
The parameter limit with marker works well(ex ?limit=10&marker=image.png) but when I try to use 'end_marker' to retrieve the previous page(ex ?limit=10&end_marker=image.png), it…

hjjo
- 105
- 1
- 6
1
vote
1 answer
Product_Order verifyOrder API fails when adding guest_disks
I have a C# application in which I imported API methods using wsdl, as described in the Softlayer guidelines.
I'm editing virtual guests by passing a Container_Product_Order_Virtual_Guest_Upgrade structure to the Product_Order service.
Everything…

basarab
- 46
- 1
- 6