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
SoftLayer_Network_Service_Vpn_Overrides creating and deleting objects
I am trying to create a script for subnets assignment using Softlayer API.
In the Softlayer documentation i saw some templates are needed for the request:
SoftLayer_Network_Service_Vpn_Overrides::createObjects
templateObjects…

Plamen Danov
- 13
- 2
1
vote
1 answer
Network storage API to retrieve target IPs
I'm currently using this SoftLayer API call to retrieve ISCSI target IP.
client['Network_Storage'].getNetworkConnectionDetails(id=iscsi_id)
However, this calls only return one IP but we need both IPs to configure multi path.
Please advice on the…

B.Tong
- 53
- 1
- 4
1
vote
1 answer
datetime filter is not working on getCpuMetricDataByDate API
I am trying to get Metric data of my resources in a specific period.
First, I have tried with SoftLayer_Virtual_Guest/$id/getCpuMetricDataByDate
for one of my vm instance.
curl --user "$id:$password" -sk…

Daul
- 11
- 1
1
vote
1 answer
IBM Cloud Object Storage - can the order be made using API?
Is it possible for customers to make IBM ’could-object-storage' orders via API? It will be great if related guidance or samples can be provided. Ordering IBM Cloud Object Storage is described in knowlegelayer, but it seems that there is not any info…

nyker
- 57
- 4
1
vote
1 answer
Is there a way to check if SSL vpn is enabled for a softlayer ID using Python API?
Is there a way to check if SSL vpn is enabled for a softlayer ID using Python API? I have to retrieve all users with VPN access.

Prisha
- 11
- 3
1
vote
1 answer
How can we order "Storage As A Service (StaaS)"?
We are able to order Endurance Storage using packageId 240 even now.
However there are recent updates for Endurance Storage, it can be encrypted at rest and selected at more granular level, for example, 1, 2, 3... TB rather than 1, 2, 4... TB.
Then…

kyouhei
- 54
- 1
- 1
- 6
1
vote
1 answer
Softlayer API Hardware: RAM-related Error when calling verifyOrder() for Bare Metal
I'm trying to do a dry-run for ordering a bare metal server using the Softlayer python API following the instructions here: http://sldn.softlayer.com/blog/bpotter/ordering-bare-metal-servers-using-softlayer-api and leveraging the sample code…

Andy Pham
- 11
- 2
1
vote
2 answers
Softlayer api passes username and password place order virtual server
I have used the softlayer Python API.
How to pass the username and password when we place in a virtual server?
I have no idea, how to pass the username and the password.
Here is my code:
import SoftLayer
client =…

Robert
- 3,373
- 1
- 18
- 34
1
vote
1 answer
SoftLayer Load Balancer Command Line API Disable / Enable Service
I am trying to disable/enable a service using SoftLayer command line API on Python
The command
slcli lb service-edit local:690561 --enabled
gives following error.
SoftLayerAPIError(SOAP-ENV:Server): Internal Error
whereas
slcli lb…

LazyProgrammer
- 197
- 5
- 17
1
vote
1 answer
softlayer api: How to order Public Secondary IP Addresses when I ordering?
I want to order Public Secondary IP Addresses when I ordering. And How to submit these order infomation by softlayer api ?

J.allen
- 37
- 6
1
vote
1 answer
Does softlayer cloud object storage support Bucket Lifecycle configuration
We are using a object storage account on softlayer and looking to create a lifecycle configuration on the buckets inorder to implement time to live.
I am using the aws-sdk-java library as the amazon client.
however any requests such as
…

Raviraj mithipati
- 13
- 2
1
vote
1 answer
how can i cache purge on softlayer's "standalone cdn + object storage"?
we are using softlayer's "standalone cdn + object storage" and trying to purge the cache of a url like
HTTP URL
http:// 000aa.http.cdn.softlayer.net/00000AA/tok02/v1/AUTH_secretsecretsecretsecretsecretsecret/web/test.txt
HTTPS URL
https://…

user7878786
- 13
- 3
1
vote
1 answer
Add SAN or Local disk to already provisioned Server in Softlayer using rest api?
I was trying to add SAN or Local disk to existing Server in Softlayer using REST API ,I searched in google but I can't get any solution and got a solution in stack overflow but it was in ruby .
Can anyone tell how to frame it using REST API…

kannanchinnakannu
- 65
- 6
1
vote
1 answer
Softlayer Got "Connection reset by peer" error when capturing a VM image
I use the Softlayer python API to automate create a VM and install some packages to the VM, then capture the VM image. The code worked for the last three years. The code runs in a VM inside Softlayer. But I kept getting "Connection reset by peer"…

Susan D
- 11
- 1
1
vote
1 answer
Retrieving IBM Cloud Object Storage S3 pricing via API
Is there any way that I can retrieve "IBM Cloud Object Storage - S3" pricing figures through some API calls?
The pricing figures that I am looking to retrieve through API are highlighted in this screenshot.

Hassan
- 23
- 6