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
9
votes
1 answer
Apache web server timeout after 60 seconds
I am experiencing timeout after 60 seconds for apache web server + php running in IBM softlayer.
These are my settings (httpd server restart after these settings)
httpd.conf
TimeOut 300
Timeout 300
* tried both at the same, also single entry of…

gsy
- 327
- 1
- 4
- 10
9
votes
1 answer
Softlayer ISP Blocking Network dropping out when connecting to wp_remote_post Wordpress
We are really looking for help from the community we are getting issues where our clients website can no longer reach my api and timeout with.
Connection timed out after 10001 milliseconds.
We have contacted our hosts media temple and they cant…

user1503606
- 3,872
- 13
- 44
- 78
4
votes
2 answers
How to get a direct URL to a file on IBM Cloud Object Storage
So, I have a bucket on IBM's Cloud Object Storage.
In this bucket I have an file named 'test.png'.
What I need is an URL i can use to access this file directly. An URL that I can just write on browser and the image will open on my browser.
I've…

Bruno Lira
- 177
- 3
- 13
4
votes
1 answer
How to use object filter with softlayer rest api?
I read this article and have some problems trying to follow the examples. The following is one of the examples given in that article. The first parameter in the object filter is virtualGuests. This object filter can be used in api…

Hengguo
- 73
- 5
4
votes
0 answers
Is it possible to use the OpenStack.NET SDK with SoftLayer object storage?
SoftLayer Object Storage is based on the OpenStack Swift object store.
SoftLayer provide SDKs for their object storage in Python, Ruby, Java and PHP, but not in .NET. Searching for .NET SDKs for OpenStack, I came across OpenStack.NET.
Based on this…

Saxon Druce
- 17,406
- 5
- 50
- 71
3
votes
2 answers
Storing object with Control-Cache header in object storage is unachievable
I did upload an object with Cache-Control as parameter and it does not take effect in object storage bucket but it does in AWS S3 bucket using the same code:
$s3Client->putObject([
'ACL' => 'public-read',
'Bucket' =>…

user8322093
- 31
- 1
3
votes
1 answer
How to know id of the ordered block storage device
Hi i have ordered block storage device on softlayer, using place order method. I want to know name and id of ordered device. How can to know it . place order method doesnt return id or name in response. I need id to call some othrr methods on…

Raghav
- 89
- 10
3
votes
1 answer
Error when using SoftLayer Ruby API to specific additional disks with a virtual server
We are seeing same issue with the SoftLayer Ruby API as in this post:
CLI - Error when disk parameter is in use
This code can reproduce the issue:
#!/usr/bin/ruby
require 'softlayer_api'
def image_template_id(sl_client, image_template_name)
…

RichB
- 43
- 4
3
votes
1 answer
Configuring Softlayer Disk Partitions at Order Time
I was wondering how it would be possible to specify an extra partition to add to the boot drive (in this case a RAID1 storage group) at order time via the Softlayer Ppython API. That way the extra partition would persist on the server after…

Cullen Taylor
- 107
- 1
- 6
3
votes
2 answers
How to cancel SoftLayer order for Block Storage?
I was finally able to use SoftLayer services API to order an Endurance block storage. Now, the question is how can I cancel it using the API?
Which data that I need from the order that I need to use to cancel?
And what API do I use to cancel?
I…

KHP
- 379
- 1
- 2
- 10
2
votes
1 answer
Error SoftLayer_Product_Order. (SoftLayer_Product_Order:: verifyOrder)
I am having trouble with the modifyContact call. Every time I try to execute it I receive the error:
{
"error": "Invalid container specified: SoftLayer_Container_Product_Order. Ordering a server or service requires a specific container type, not…

Anupam Somani
- 224
- 1
- 7
- 17
2
votes
1 answer
python javascript IBMCloud remake Watson-voice-bot for Japanese
I am sorry for troubling you when you are busy.
I don't mind any hints or expectations, so I would appreciate it if you could tell me.
this is the first time for me to question here. I am a Japanese student.
This time, I want to remake…

what meaning
- 21
- 1
2
votes
3 answers
Configure terraform to connect to IBM Cloud
I try to connect terraform to IBM Cloud and I got messed up with
Softlayer and IBM Cloud credentials.
I followed the instruction on IBM sites to connect my terraform to the IBM Cloud and I am confused, because I may use SL and IBM Cloud…

Jan-Hendrik Palic
- 51
- 3
2
votes
1 answer
How to access deleted VSI's data in SoftLayer
I need to access deleted VSI's to find their ID. I have the hostnames of the devices that were deleted. In essence, I need to take the hostnames of the deleted VSI's and find their ID. Here is my code (Python):
import SoftLayer
import json
USERNAME…

Squick
- 41
- 4
2
votes
2 answers
SoftLayer Curl Command Does Not Match UI Output
I've been creating and deleting VMs, and trying to pull their status throughout the processing of the order.
The output is always '{"id":[ID],"statusId":1001}' no matter where in the process the order is.
In the UI, it may say 'Attaching Primary…

sumguy37
- 43
- 7