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 : tagging device
I couldn't find any option to Tag a device while creating the device in Customer portal, so I am Using SoftLayer_Tag::setTags Rest API to tag a device:
POST: https://Username:API_KEY@api.softlayer.com/rest/v3/SoftLayer_Tag/setTags.json
BODY:…

Nagesh
- 37
- 7
1
vote
0 answers
Creating link between SoftLayer Virtual Guest and Users to be notified for the Basic monitor
I have created a basic monitor for the Virtual Guest. Now trying to add the user to be notified via
POST https://api.softlayer.com/rest/v3/SoftLayer_User_Customer_Notification_Virtual_Guest.json
Content-Type:…

akt
- 19
- 3
1
vote
2 answers
how to write a client code in Golang to call createSnapshot softlayer API
Being new to Golang (in fact started learning it just a couple of days back) I have a very basic question on creating a client code for consuming the SL APIs.
So my requirement is to call a createsnapshot SL API using Golang which will take…

Sanket
- 149
- 1
- 8
1
vote
1 answer
API: Fetch cloud storage S3
cannot Fetch Cloud Object Storage S3, I tried the calls
https://api.service.softlayer.com/rest/v3/SoftLayer_Account/getNetworkStorage
https://api.service.softlayer.com/rest/v3/SoftLayer_Account/getHubNetworkStorage
but all the network storages and…

donsar
- 15
- 2
1
vote
1 answer
Output of SoftLayer_Account::getNextInvoiceTopLevelBillingItems after Billign Date
I am getting below output when i run SoftLayer_Account::getNextInvoiceTopLevelBillingItems. 20th of every month is my nextBilling date, wanted to know what will be values for hoursUsed,currentHourlyCharge,recurringFee etc for an active device in…

Nagesh
- 37
- 7
1
vote
1 answer
How to create, attach/detach, delete volume to bare metal server
How to create, attach/detach, delete volume to bare metal server?
I am trying with this api.
https://[username]:[apikey]@api.softlayer.com/rest/v3/SoftLayer_Network_Storage/[Storage_id]/allowAccessFromHostList
Payload ={
"parameters": [
[
…

Gaurav Dabhade
- 11
- 2
1
vote
2 answers
SoftLayer Vulnerability Scan Python
I'm trying to use SoftLayer's Python library to run automated vulnerability scans. Unfortunately I get the following exception:
SoftLayerAPIError: SoftLayerAPIError(SoftLayer_Exception): Unable to create a new object of type…

Keymandll
- 35
- 3
1
vote
2 answers
ObjectFilter in SoftLayer doesn't work
I find ObjectFilter doesn't work in SoftLayer.
I even tried the example provided in the SoftLayer webpage here:
https://sldn.softlayer.com/article/object-filters
REST:
List the ID and hostname of all servers in…

Fan Zhang
- 59
- 7
1
vote
1 answer
Creating SoftLayer Virtual_Guest with WHM/cPanel
I am trying to create Virtual Server with WHM/cPanel on Softlayer,
Unfortunately, Softlayer API doesn't Support code Examples and any API Call will incur charges on my account.
And the service generateOrderTemplate will not validate but required…

Abdo Mohamed
- 11
- 1
1
vote
1 answer
How to find the POD of a particular virtual guest using SoftLayer API?
How to find the POD of a particular virtual guest using SL API. I tried using the SoftLayer_Hardware_Router but was not successful in fetching the information.
Thanks,
Mala

Mala Kannan
- 21
- 4
1
vote
1 answer
How to assign subnet to a vlan on softlayer?
For softlayer api SoftLayer_Network_Subnet, the description says:
Every SoftLayer ip address is associated with a subnet which is defined in the SoftLayer_Network_Subnet service. SoftLayer subnets define a group of ip addresses and are assigned to…

Hengguo
- 73
- 5
1
vote
2 answers
JSON validation not working
I am trying to use the SoftLayer_Product_Order//verifyOrder.json API to validate my JSON for ordering some Endurance NAS, but for many combinations.
I keep getting the error:
Order is missing the following category: Storage Space
But I…

Chris Ratcliffe
- 116
- 1
- 10
1
vote
2 answers
awscli, the request signature we calculated does not match the signature you provided
I'm using awscli (S3 Api) to operate some requests with my softlayer objectstorage. I can retrieve the buckets list, create or delete bucket.
When i try to copy a sample file to a specific bucket, i'm getting an error :
aws…

Houssem Fathallah
- 171
- 5
- 16
1
vote
2 answers
Having issue connecting to SoftLayer ObjectStorage using SFTP
I am having issue to connect to my SoftLayer ObjectStorage via SFTP by following the instructions listed on:
https://knowledgelayer.softlayer.com/procedure/connect-object-storage-using-sftp
When I tried to make the connection, it returns the…

Dickson Fu
- 13
- 3
1
vote
1 answer
How to tag a block storage using softlayer api
I can't find any method about tag a block storage in following link:
https://sldn.softlayer.com/reference/services/SoftLayer_Network_Storage_Iscsi
Also I checked the command of tag:
https://sldn.softlayer.com/reference/services/SoftLayer_Tag
This…

fleix_li
- 17
- 2