Questions tagged [ibm-cloud-infrastructure]

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

1344 questions
-1
votes
1 answer

I can not order SUSPEND_CLOUD_SERVER with sshkey

I want to add ssh key to the SUSPEND_CLOUD_SERVER vsi. When I execute the commend below, I get "Item sshkey does not exist for package SUSPEND_CLOUD_SERVER" and the vsi does not be created. Please advice me to add sshkey. slcli order place --verify…
-1
votes
1 answer

Is there a way to identified the image loaded with a particular SoftLayer VM?

I need to find out the image name used for a particular SoftLayer VM. I've looked around on the Soflayer UI but I cannot find it.
hulk1218
  • 1
  • 1
-1
votes
1 answer

Can I order specific storage size using softlayer API - like 65GB

When I listed the storage spaces for endurance storage(package ID=240) using SL APIs, it is not returning all the spaces and I can see only few : 20,40,80,100,250,500,1000,2000,8000 (in GBs). Is it possible to order storage of specific size like…
-1
votes
1 answer

List VSI with not exist tag, server return {"error":"Internal Error","code":"SoftLayer_Exception_Public"}

When I use a non-existent tag to list VSI in api https://api.softlayer.com/mobile/v3.1/. server returns 200 {"error":"Internal Error","code":"SoftLayer_Exception_Public"}. Normally, server should return 200 with []. If there is an error in the…
Johan
  • 1
-1
votes
1 answer

Cannot order IBM Cloud virtual servers with suspended billing

I got the error about the newly introduced service. Ref. Virtual servers now with suspended billing and 1-minute granularity - IBM Cloud Blog : https://www.ibm.com/blogs/bluemix/2018/06/virtual-servers-suspended-billing/ Item C1_1X1X25 does not…
kyouhei
  • 54
  • 1
  • 1
  • 6
-1
votes
1 answer

softlayer bandwidth pool delete

is there any method to delete a record for bandwidth pools?? for the api- SoftLayer_Network_Bandwidth_Version1_Allotment
-1
votes
1 answer

Do we have any API to fetch configurations based on location in softlayer?

Currently we are using below API to fetch configurations from softlayer. https://api.softlayer.com/rest/v3.1/SoftLayer_Virtual_Guest/getCreateObjectOptions
-1
votes
1 answer

Unable to provision VM in Tokyo data center

we are trying to provision VM in tokyo data center(Location Code: TOK02) using Order API and we are receiving the error below: A datacenter could not be found with the name tok02 Below is the code : Guest.Service service =…
-1
votes
1 answer

How to get VM credentials using soft layer REST API?

How to get VM credentials using soft layer REST API? Following error on invoking the rest api. ser%!(EXTRA services.Software_Component_Password={0xc420184000 { }}) 2017/12/27 00:02:48 [DEBUG] Request URL: GET…
-1
votes
1 answer

Ordering bare metal with fixedConfigurationPreset fails

I am using the following API to generate the order template and then use it in the place order POST https://api.softlayer.com/rest/v3/SoftLayer_Hardware/generateOrderTemplate.json { "parameters":[ { …
akt
  • 19
  • 3
-1
votes
1 answer

Softlayer API storage offers with prices

I would like to gather information about storage offers from SoftLayer using SoftLayer API. There are different categories of storage in SoftLayer, for example: object, block and file storages. According to this page…
-1
votes
1 answer

Softlayer Java Api to create volume using Rest API client

I have been using the softlayer-api-client (.0.2.3), by using these API client I am able to order the virutal server in IBM softlayer cloud, then able to get the VM and list those VM. sample code below Guest.Service service =…
Subbiah
  • 11
  • 1
-1
votes
1 answer

SoftLayer REST API to order 100Mbps hardware firewall

I can't find the REST API to order a 100Mbps hardware firewall for a virtual guest. Please advise!
Ludvig A. Norin
  • 5,115
  • 7
  • 30
  • 34
-1
votes
1 answer

Is that possible to get invoices by users?

I am trying to calculate how many items and cost by each sub-account. I read the article. It shows using "getNextInvoiceTopLevelBillingItems"…
-1
votes
1 answer

Soflayer Billing API user

Can I only use the username of the softlayer master account and the API - key to get the billing information of each account through the API?Can't I get my billing information on my account?
Eason
  • 1