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

How to get details(like username, password, host IQN) of an already authorized Virtual Machine and storage target address through REST API

I am new for Softlayer. I need details of Authorized host(Virtual Machine) like username, password, hostIQN and Storage target Address through REST API. So could you kindly provide the information to me.
1
vote
1 answer

Unable to attach files through Softlayer create ticket rest api

we are able to create tickets without attachment through SoftLayer API. We have issues doing same with attachments. We are able to retrieve attachments using SLAPI. We have tried attaching files using rest api with base 64 bit encoding, byte array,…
Poonam Sharma
  • 73
  • 2
  • 9
1
vote
1 answer

How to find storage space of an Image Template is taking?

I was told that SoftLayer charges $0.25 per GB for storage space used by each of the image template created. I've created a virtual guest and create an image template using it. How do I know how much space it has taken for storing the generated…
KHP
  • 379
  • 1
  • 2
  • 10
1
vote
1 answer

Can I change the boot order of a machine via the SoftLayer API?

Encountering an issue when trying to PXE boot a node where after the reboot to reload the node, it will try to use the NIC as a boot device again. Is there anyway to change the boot order so it will boot from disk via an API?
adev
  • 95
  • 1
  • 2
  • 9
1
vote
1 answer

(Softlayer, Open Stack Swift) How to solve cross domain origin with object storage api?

I used this document : http://docs.openstack.org/developer/swift/cors.html#test-cors-page Used the below code, sends Option request and get 200 as the response. But the orginal method 'get' doesn't get response. And browser console says…
hjjo
  • 105
  • 1
  • 6
1
vote
1 answer

Softlayer API information needed on using SoftLayer_Ticket with subjectId

I have found an example on how to create a ticket via the Softlayer API: And I have found the documentation on the SoftLayer_Ticket data type: What I cannot find is a list of "internal identifiers" that the subjectId type can use. In the example…
TyMac
  • 783
  • 2
  • 9
  • 32
1
vote
1 answer

What is relationShip between IOPS values Id and in Storage Size ID in Endurance Storage .?

I got confused while placing order for Endurance. As we have these three values for Storage Package :- 0.25_IOPS_PER_GB = 45074 2_IOPS_PER_GB = 45084 4_IOPS_PER_GB = 45094 There Ids are fixed but when we select one of these while placing…
Ravi Dutt
  • 135
  • 2
  • 4
  • 16
1
vote
2 answers

How can I reliably track the status of a newly provisioned BareMetal server using the REST API

In SL support ticket opened last year, I was looking for assistance in working around a SoftLayer issue where when my team orders Baremetal servers through some custom scripting, sometimes, the server id associated with the new BM server changes…
Chris Ratcliffe
  • 116
  • 1
  • 10
1
vote
2 answers

Bandwidth summary per server

I am trying to get the bandwidth data for all the softlayer servers under my account. Thanks to account_servers.rb I am able to get the server id for all the servers. Now I would like to get the Bandwidth used by the servers for a particular time…
Ankit Gupta
  • 565
  • 6
  • 18
1
vote
0 answers

SAML SSO to SoftLayer

Let say I have a PHP app that maintains some of SoftLayer user information. And I want to present an SSO link that will take the user to SoftLayer portal site. I know that SoftLayer supports IdP initiated SAML SSO. And my PHP app is going to be…
KHP
  • 379
  • 1
  • 2
  • 10
1
vote
1 answer

Resource Data In SoftLayer

I'm developing resource graph such as Bandwidth, usage, memory, and cpu in detailed device using SL java client. Data retrieved from api are different from the graph on control portal. These are data from graph on control.softlayer.com Date …
Mike Oh
  • 151
  • 5
1
vote
1 answer

API for Listing All Performance Storages for a user

I am new to softlayer. We need to have all the performance storages for a user so that by selecting any of these we can get corresponding Virtual Machine Id for authorizing with storage. Please help me as I am struggling in same for last 4-5 days.…
Ravi Dutt
  • 135
  • 2
  • 4
  • 16
1
vote
2 answers

Create sub brand account on SoftLayer API (API returning #500)

I'm trying to create a Sub brand (using a self written SOAP client). on wsdl SoftLayer_Brand#createObject asked for a parameter templateObject that is a tns:SoftLayer_Brand Checking this complex type on xsd file I got the file type and I'm passing…
1
vote
1 answer

Softlayer API to activate storage failover

I'm trying to activate the failover of the storage via Softlayer API. I wrote this code import SoftLayer API_USERNAME = 'xxx' API_KEY = 'yyy' iscsiId_primary = AAAA iscsiId_replica = BBBB client = SoftLayer.Client(username=API_USERNAME,…
1
vote
2 answers

I want to get the insights of the image stored on the Softlayer cloud WITHOUT DOWNLOADING IT LOCALLY using ibm watson Visual Recognition

I want to do some Analytics on the image hosted on the cloud using IBM Watson Visual recognition. Currently I am downloading the image and storing it locally and then give it to the Watson visual Recognition service. I dont want to download the…