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
2
votes
1 answer

How to get the proper list of SoftLayer datacenters for a given package?

I'm building an application for ordering hardware and I've seen that I can't get the same list of available datacenters for a given package id. I'm currently using getRegions() which it is supposed to return the list of datacenter where the given…
cleto
  • 33
  • 2
2
votes
1 answer

CORS XMLHttpRequest using POST to send multipart form-data to Softlayer object storage fails

I have been encountering error in storing a file to Object Storage using HTTP POST method sent using Async XMLHttpRequest. The request is a CORS HTTP request sent to the Object storage public URL with required headers set. The error message says:…
ag_
  • 21
  • 3
2
votes
2 answers

softlayer API missing serverRoom

I'm seeing an issue where the SoftLayer API is missing the serverRoom field for over 75% of our servers. I've confirmed this using both their python and ruby libraries…
wonderfulthunk
  • 555
  • 4
  • 16
2
votes
2 answers

How to reboot a virtual machine using Softlayer Python API

I cannot find where using SoftLayer Python API VSManager to reboot or power-off/on a virtual machine instance. The operations are described in the XMLRPC API at: http://developer.softlayer.com/reference/services/SoftLayer_Virtual_Guest but I can't…
2
votes
1 answer

API for Performance and Endurance storage(Block storage)

We are a part of DST India team and currently we are working for an offering for our client where we are trying to integrate performance and endurance storage features (of SoftLayer) in ICO using REST API provided by SoftLayer. I have gone through…
Anupam Kamal
  • 37
  • 1
  • 3
2
votes
1 answer

Enable VLAN Spanning with Python API

I want to make a REST api call via the SoftLayer Python API to enable VLAN spanning for an account. I found the following link and I am trying to adapt its contents into what I think the call would look like, what I have so far: url = 'https://' +…
Cullen Taylor
  • 107
  • 1
  • 6
2
votes
2 answers

SoftLayer API: Need PHP sample code to ordering security products

Can somebody please provide PHP examples for ordering the following security products using SoftLayer API: SSL certificate Hardware Firewall ( to devices and to VLANS) FortiGate Seucirty Applicace ( to VLANs) Security Software To order Security…
mnnmountain
  • 143
  • 1
  • 9
1
vote
3 answers

delete all resources in a resource group in ibmcloud?

Is there a convenient way to delete all resources in a resource group in ibmcloud? Or even delete the whole resouce group at once? I have multiple resource groups in my account that need to be deleted with dozens of resources each. Is there a…
Maximilian Jesch
  • 623
  • 7
  • 16
1
vote
0 answers

Error SoftLayer_Exception_Public. (SoftLayer_Dns_Domain_Registration:: modifyContact)

I am having trouble with the modifyContact call. Every time I try to execute it I receive the error: { "error": "Internal Error", "code":…
Anupam Somani
  • 224
  • 1
  • 7
  • 17
1
vote
0 answers

Object does not exist to execute method on. (SoftLayer_Dns_Domain_Registration::addNameserversToDomain)

I am having trouble with the addNameserversToDomain call. Every time I try to execute it I receive the error: { "error": "Object does not exist to execute method on. (SoftLayer_Dns_Domain_Registration::addNameserversToDomain)", "code":…
Anupam Somani
  • 224
  • 1
  • 7
  • 17
1
vote
0 answers

How to create Block Storage From Snapshot In SoftLayer Cloud

I am here trying to create Block Storage using existing Black Storage Snapshot, but I am unable to find API Document related to this. if anyone knows how to create Block Storage from Snapshot in Softlayer. Please help me, or share related Document.…
1
vote
0 answers

How to create block storage from snapshot using softlayer api

I have created snapshot of block storage. Now I need to create a duplicate block storage from the snapshot. unable to find the softlayer api to create block storage from snapshot, Please help on this
1
vote
0 answers

Some issue about setup slcli Softlayer api

setup with following commands $ pip install softlayer $ curl -sL https://ibm.biz/idt-installer | bash $ ibmcloud plugin install auto-scaling when I using slcli command, it report error. Is it still missing something? $ slcli vs list Traceback (most…
Hillson
  • 11
  • 1
1
vote
1 answer

How to restrict which hardware instances a user can access using ibmcloud CLI

Looking for a way to restrict a user to specific hardware instances via ibmcloud CLI. So far I've tried ibmcloud sl user detail-edit USER_ID --template '{"hardware": [{"id": HW_ID}]}' but it doesn't seem to work.
1
vote
0 answers

cloud HSM provision in IBM Cloud

I am creating the cloud HSM resource in IBM Cloud. I have given the info while creation of cloud hsm : Network interface Private VLAN: name of vplan Private Subnet: subnet name but I am getting an error: A backend VLAN is required but was not…
1 2
3
89 90