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
vote
1 answer

Invalid Guest Template for Autoscale in SL

I am implementing an edit action for autoscale policy, but it returns error "Invalid guest template, internal error A single action is required for a policy". There is only one action for policy, but it still returns the error. This is my sample…
Mike Oh
  • 151
  • 5
1
vote
1 answer

What are the conversion rules in the SoftLayer_Virtual_Guest::getBillingCyclePublicBandwidthUsage’s return value?

I’m developing total usage for bandwidth. And I tried a lot of method to get total usage for bandwidth. The result always different from portal site while they are nearly. I don’t know whether the rules is wrong or not. Because the return value of…
J.allen
  • 37
  • 6
1
vote
1 answer

Softlayer API: How to do image capture with specify certain data disk?

I have a vm with disk 1,2,3,4, I want to do some image operations: Q1: How can i capture the image only contain system disk and disk 3? Q2: If I achieve the image production described in Q1, can I use this image install or reload a vm? How SL api…
lippman
  • 33
  • 4
1
vote
1 answer

SoftLayer CLI Command or REST API to Boot from ISO Image

Is there a SoftLayer CLI command (or REST API) to boot an existing VSI from an ISO Image Template? This exists in the GUI as "Boot from Image", but not able to find any documentation on anything close that exists. Closest CLI command I could find…
19gary
  • 13
  • 2
1
vote
2 answers

softlayer api: change root password and ssh-key operation

I am a developer, my current work is writing a script to manage the softlayer VMs. The problems are about change Root Password and binding(remove binding) the SshKey. My questions are: I have a running softlayer vm, wihch softlayer api can help me…
lippman
  • 33
  • 4
1
vote
1 answer

Softlayer object Expiration date to Automatic delete from Object´s Storage

Before start using Softlayer I´ve been using AWS services, and it Object´s Storage service has a funcionallity where you could define what was the life time of a file and automatically this file was deleted from the Bucket. I´ve tried a lot of…
1
vote
1 answer

Softlayer VLAN association and protection options

We have a Softlayer account with multiple VLANs configured in one datacenter. When launching an instance we can specify which vlan it should use for its frontend and backend interfaces, but if we don't seemingly they will be chosen randomly. First…
pepov
  • 53
  • 4
1
vote
2 answers

How to set Speed with network type in Softlayer

In setting a computing instance for auto scale option, there are public and private network uplinks. When I set the network component, I am setting a speed only. How can I set Private & Public network along with the speed ? // Network…
Mike Oh
  • 151
  • 5
1
vote
1 answer

How to get credentials of volume storage on softlayer

I have tried below methods, to get credentials of iscsi storage on softlayer( i have endurance block storage on softlayer) but unable to retrieve password. SoftLayer_Network_Storage_Iscsi::getCredentials eg. res =…
Raghav
  • 89
  • 10
1
vote
1 answer

Softlayer API for ordering VMware licenses

We want to implement automated vmware provisioning and as part of the process we need to order VMware licenses (ie vCenter) in an automated manner. In http://knowledgelayer.softlayer.com/procedure/order-vmware-licenses it provides instructions on…
Liang Wang
  • 17
  • 2
1
vote
1 answer

scaleGroup.CreateObject() in Softlayer

I'm trying to create a scale group using Java Client. How can I set NetworkComponent, Storage(San,local), LoadBalancer, and Policy ? This is a sample code to create a group object. I want to make sure this is a correct way to set. Please check my…
Mike Oh
  • 151
  • 5
1
vote
1 answer

Softlayer API for VLAN Trunk

I tried to use softlayer api to get/remove/add trunk. http://sldn.softlayer.com/reference/services/SoftLayer_Network_Component our baremetal has already trunked by Softlayer ticket. We want to remove the trunk first. and then add trunk. We could…
yqdou
  • 11
  • 1
1
vote
1 answer

Is there a rate limit on Softlayer API

We are running some load test for our product and it includes some REST calls to Softlayer API. Sometimes our rest calls (Softlayer) fails to return any value. We are trying 50+ concurrent requests. Are there any limitations on concurrent requests…
1
vote
1 answer

Soflayer Command-line (slcli) read timeout on create new vm

I am using Softlayer's command-line client(v5.1.0) to create new virtual machines. When I pass several parameters along, it always returns a timeout error. However, the VM is successfully created. Is this a bug? I run this within a Jenkins job so…
MarcSitges
  • 282
  • 3
  • 11
1
vote
1 answer

How to automate eVault backup, are ther any APIs?

I want automate eVault backup without login webCC. Are there APIs can configure agent, create jobs, confiure jobs and set schedule etc for eVault backup? From following links, they mentioned eVault backup can only do in…