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
IBM Cloud: Public IP ranges
are the public IP ranges being used by IBM Cloud documented anywhere? I have a customer who would want to look at whitelisting these IPs in their VPN firewall

jeet
- 629
- 1
- 4
- 15
1
vote
1 answer
How to perform an OS Reload via Terraform
We currently use terraform to provision and tear down infrastructure in Softlayer. However we want to reuse monthly hardware for reprovisioning rather than a complete teardown/reprovision. Is this possible using Terraform? Does the Softlayer or IBM…

Aaron Cohen
- 55
- 4
1
vote
2 answers
IAM authentication with SoftLayer API
I'm using the SoftLayer REST API, and instead of username and API key, I'd like to authenticate with my IAM token. Is this possible?

BenJuan26
- 70
- 1
- 8
1
vote
1 answer
How to retrieve all the licenses associated with an account using Python API
I'm trying to retrieve license information (license name, license version, expiry date, etc...) that are associated with each hardware components (instances) under a specific account ID. Can someone help how to list down all the hardware components…

user3106163
- 47
- 1
- 7
1
vote
1 answer
Key missing inspite of defining object mask
I am trying query GetNetworkStorageService with the following mask
volumeSnapshotInfoMask string =…

codec
- 7,978
- 26
- 71
- 127
1
vote
1 answer
soft layer: how to add vlans to servers using golang
How we can add Vlans to servers using Golang ? I am using soft layer-go package.
I have found the link to do it python but I want to know how it can be achieved via go packages

jayant kumar
- 39
- 4
1
vote
1 answer
Softlayer golang object mask not working
I have the following piece of gloang code. ALthough this works I cannot see the relational property primaryRouter in the result.
package main
import…

codec
- 7,978
- 26
- 71
- 127
1
vote
1 answer
Can't filter the Datacenters having servers while provisioning Network Gateway on softlayer
We can retrieve the datacenters for Network Gateway service from softlayer using below api.
"https://api.softlayer.com/rest/v3.1/SoftLayer_Location_Datacenter/getDatacenters.json"
It lists all the datacenters but I want those datacenter which will…

Sagar Kale
- 11
- 1
1
vote
1 answer
SoftLayer API - Email Subscriptions For Users
Hello: For some reason all of my users (sales, marketing, finance etc...) are receiving email notices about unplanned events, planned maintenance etc... and are complaining about the number of "spam" messages. Using the API I see class…

J.d. Jackson
- 33
- 2
1
vote
1 answer
Unable to cancel IBM Cloud virtual server
I'm attempting to cancel a virtual server, but the button 'Cancel Device' is disabled:
How can I cancel my device?

Chris Snow
- 23,813
- 35
- 144
- 309
1
vote
1 answer
Can I add secondary gpu to baremetal server
Can I add secondary or another GPU to bare metal server,
I tried to get the price details to confirm the same but getting following error
slcli order place --verify --billing monthly --complex-type…

Ahamad
- 11
- 1
1
vote
1 answer
IBM Cloud infrastructure cli error - setUserMetadata is not implemented
I am following the IBM Cloud infrastructure (ibmcloud sl) cli documentation at https://console.bluemix.net/docs/cli/reference/softlayer/index.html#sl_vs_create to create a new virtual server. I am using the latest version 0.7.0.
I want to read…

Andrew Yu
- 19
- 2
1
vote
1 answer
Get bytesUsed for volumes in a SoftLayer account
I am trying to find out the amount of space used by the volumes for an account. I am using SoftLayer_Account::getIscsiNetworkStorage with object mask as bytesUsed.
objectMask = 'mask[bytesUsed]'
bytesUsed =…

ana23d
- 15
- 4
1
vote
1 answer
Get Metrics for Soft layer resources
We are looking for API on getting disk related metrics of soft-layer something like Read / Write count.
From documentation it looks like using monitoring service we can get them but that's in beta and we need to activate those services
Updated
Here…

Vikrant Pawar
- 789
- 1
- 6
- 23
1
vote
0 answers
How to connetct (accessing) to IBM cloud object store swift from R?
How to connect to IBM cloud object swift with R?
I've had that informations:
auth_url = "https://dal05.objectstorage.softlayer.net/auth/v1.0",
username = "my_user_name",
password = "my_pass",
container = "my_container",
filename…

Kirill Panin
- 49
- 5