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
Unable to get itemCategory info from call GetConfiguration when called from golang
The api call
GET https://api.softlayer.com/rest/v3/SoftLayer_Product_Package/257/getConfiguration?objectMask=mask[itemCategory]
returns an object, []datatypes.Product_Package_Order_Configuration where ItemCategory is populated.
sample…

Dennis
- 51
- 1
- 8
1
vote
1 answer
Access Bluemix CLI from private VLAN
I want to access the basic Bluemix CLI to do some infrastructure management (formerly softlayer) however the way I have configured my network is that all virtual machines are on a private VLAN with no access to the public internet, thus the Bluemix…

user1772250
- 319
- 5
- 15
1
vote
1 answer
How could I get duration of my VM halt?
my VM just halted a long time, and I want to check the halt beginning date. There are so many properties about Virtual_Guest and I didn't find the power state information such as 'halted'. I tried getNetworkMonitorIncidents,…

Edward
- 352
- 1
- 3
- 14
1
vote
2 answers
Softlayer API: How to get OS price list?
I'm develop an project to auto deploy infrastructure (vm instance and others) using terraform.
So, i need to find "os_reference_code" for Terraform.
Ideally i want to show os list just as same as portal site and it could be able to be used for…

YuZong Jiang
- 53
- 6
1
vote
2 answers
Vyatta Router order not honoring VLAN id's
Ordering a Vyatta router on #SoftLayer #BlueMix and the order JSON is the following
gatewayOrder = {
'orderContainers': [{
'quantity': 2, # high availability is 2 quantity
'hardware': [
{
'hostname':…

Andrew Anderson
- 11
- 2
1
vote
1 answer
SoftLayer_ObjectMask for SoftLayer_Network_Gateway_Vlan::getObject
I would like to use SoftLayer_Network_Gateway_Vlan::getObject in Python in order to check whether a VLAN is already attached to a gateway before using createObject.
I have no problem to use createObject with such a piece of code:
obj =…

Pierre-Yves Lochou
- 15
- 5
1
vote
1 answer
What is the 'rate limit' exceeded of SoftLayer API endpoint?
I just met the rate limit exceeded error when send an API request. Its rate was about 1 per second. The service is SoftLayer_Resource_Metadata.
So do anyone know the SoftLayer's rate limit strategy? Such as the number of limits, the scope of…

Edward
- 352
- 1
- 3
- 14
1
vote
1 answer
Softlayer Python API failing to order VMs with 1 Gbps network speeds
I am getting this exception when trying to order VMs with the Softlayer Python API.
SoftLayer.exceptions.SoftLayerAPIError: SoftLayerAPIError(SoftLayer_Exception_Public): 1 Gbps Public & Private Network Uplinks must be ordered with permission Add…

bitscuit
- 976
- 1
- 11
- 26
1
vote
1 answer
Error when using the SoftLayer Ruby API to specify a flavor
I have a working ruby script that we have been using for a quite a while to order VSIs from SoftLayer. The script specifies a certain price item for CPU, one for memory, and another for disk. I am trying to modify the script to work with flavors…

RichB
- 43
- 4
1
vote
1 answer
Connecting to softlayer object storage using apache libcloud
Problem:
Trying to connect to Softlayer Swift Object Storage using apache libcloud and I can't get it to work. I have tried passing in different options to the provider but no matter what I pass in I get the same error. I would appreciate any and…

Abraham
- 230
- 3
- 15
1
vote
2 answers
softlayer SDK SoftLayer_Exception_Public: Access Denied
Using examples in Go SDK with Username and apikey returned
{"error":"Access Denied. ","code":"SoftLayer_Exception_Public"}
package main
import (
"fmt"
"github.com/softlayer/softlayer-go/services"
…

sheldon
- 13
- 4
1
vote
1 answer
How to migrate a Virtual Server from one account to another
I was wondering how to migrate a Virtual Server from one account to another one.
In particular, if I have a VSI on a Softlayer account and I want to migrate the same to a IBM Cloud account (the new one which includes the IaaS part as well), how can…

g_tech
- 251
- 1
- 4
- 13
1
vote
1 answer
Softlayer API: How to specify an account ID in an order?
I have multiple accounts in SoftLayer and I'm ordering hardware using "placeOrder()" function from the API. The problem is that, even though that I'm using different credentials to connect to SoftLayer, it seems that the hardware is ordered always…

cleto
- 33
- 2
1
vote
1 answer
How do I use the Account_Partner_Business api
I'm trying to use this API: http://sldn.softlayer.com/reference/services/SoftLayer_Account_Partner_Business/getObject
Any calls result in
SoftLayer.exceptions.SoftLayerAPIError: SoftLayerAPIError(SoftLayer_Exception): Object does not exist to…

Rob H
- 1,676
- 10
- 18
1
vote
1 answer
REST API request that will give the same result as block storage order in control panel
I am having trouble understanding how to form a REST API request to order block storage identical to what I order through the web-based control interface.
I have ordered a "Performance" storage type disk, in the ams01 location, with monthly billing,…

Ludvig A. Norin
- 5,115
- 7
- 30
- 34