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
2 answers
SoftLayer API : getNasNetworkStorage return null
I am checking to get NAS storage list.
I tested 2 ways, one ways is using BAP id, another way is direct account id
first
Using BAP id, get account list.
Using account id, get NAS Storage list.
==> I didn't NAS Storage list
second
Using direct…

HyungJun
- 21
- 4
1
vote
2 answers
SoftLayer API doesn't recognize new Datacenter (osl01)
As shown below, the new SoftLayer Datacenter in Norway is not recognized by the API. This call works with other Datacenters.
SoftLayer.managers.hardware._get_location(package, "osl01")
Traceback (most recent call…

pgra
- 13
- 3
1
vote
1 answer
Softlayer API: Global IP Routing not working with ipv6
We are setting up automatic failover for our ipv4/ipv6 global ip's. I can set the route for the ipv4 just fine by executing a get:
https://api.service.softlayer.com/rest/v3/SoftLayer_Network_Subnet_IpAddress_Global/xxxx/route/111.111.111.111/
But…

Paul Lemke
- 5,494
- 3
- 47
- 66
1
vote
1 answer
How to create virtual server using standard template softlayer using rest api?
I create one image template, and want to create a virtual server using this template. I can do this on WEB GUI. For rest api, I saw that operatingSystemReferenceCode is used to create virtual server. I think operatingSystemReferenceCode is…

Hengguo
- 73
- 5
1
vote
2 answers
Is there any way to sync container in swift object storage with bucket in IBM COS S3?
Example:
Swift object storage
authurl=
username=
apikey=
conatainer = test1
IBM COS
access_key=
secret_key=
bucket_name= test2
could we sync container and the bucket?

Dixon Joseph Dalmeida
- 302
- 3
- 23
1
vote
4 answers
SoftLayer (multiple) client responding with errors after API upgrade
I am having issues connecting to the SoftLayer Product/Orders APIs.
Endpoints: Product_Packages is dropping the connection, Product_Place_Orders is returning invalid auth. Hardware and VirtualGuests are accepting the credentials and returning the…

verdverm
- 329
- 4
- 11
1
vote
2 answers
SoftLayer Invalid login credentials provided
I tried SL account and my IBMid to login Softlayer portal (http://control.softlayer.com/), both work fine.
But when I tried these account with SLcli (softlayer-python), it returns "Invalid login credentials provided".
Do anyone met this…

Steve Ruan
- 13
- 3
1
vote
2 answers
How do I setup slcli Softlayer api
Looking for help to start using slcli in order to run commands against Softlayer machines for shutdown, startup and reboot vms. I installed the package under ubuntu 14.04 sudo apt-get install python-softlayer, now trying to run slcli setup command,…

John Westrik
- 11
- 1
- 2
1
vote
1 answer
Can I point a a Spark/Hadoop configuration to IBM Cloud Object Storage?
I am using IBM object storage (comparable to AWS S3) to store data. IBM's object storage implements the S3 api. Spark's Hadoop Configuration can be modified to allow it to connect to Amazon S3.
I am attempting (in pyspark) to access my data by…

David Ott
- 71
- 7
1
vote
1 answer
Softlayer cleversafe object storage feature questions
I am evaluating the Softlayer Cleversafe Cloud Object Storage with S3 API (currently in Open Trial), and I had a few questions about the features.
1) It looks like the object storage account has a limit of 2 credentials.
Can this limit be…

H. Vega
- 13
- 3
1
vote
2 answers
Batch checking the VM status with Softlayer API
We are using Softlayer APIs to check the status of the VMs we create. Below are the APIs we are using now, and we have to check the status for one VM at a time. Is there a Softlayer API that can retrieve the status of a list of VMs?
Here are the…

Little Fish
- 11
- 2
1
vote
1 answer
Uploading files from my app to Softlayer's Object Storage using Gaufrette
I'm building a web application that allows to upload many types of files, some of them very big. Backend is built using Symfony (v3.1 in fact, but I don't think this matters for the issue) and I am using Gaufrette Bundle to interact with the…

MarcSitges
- 282
- 3
- 11
1
vote
1 answer
SoftLayer OS Template usage with Softlayer Service API
Is it possible to take or apply Softlayer OS image templates with the Services API?
I intend to use the python libraries to do both of these operations.

Recurrsion
- 231
- 3
- 13
1
vote
1 answer
What are the options for SoftLayer_Container_Metric_Data_Type?
Following on from this question:
Resource Data In SoftLayer
I'd like to use the http://sldn.softlayer.com/reference/services/SoftLayer_Metric_Tracking_Object/getSummaryData call to get Memory information, not CPU or bandwidth.
The answer is great…

Stephen
- 52
- 1
- 4
1
vote
1 answer
What is the API service and method to give a user access to an Object Storage account
I'm looking for the API equivalent of the "Manage Users" operation that appears in the SoftLayer Portal when displaying an Object Storage account.
I have a situation where I'm creating both a new softlayer userid and object storage account in python…

Rob H
- 1,676
- 10
- 18