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
0 answers

javax.net.ssl.SSLPeerUnverifiedException: Certificate for doesn't match any of the subject alternative names

i am using the IBM Cloud Bluemix Push-notification services and the IBM Push java SDK Client integrated with spring boot application. When i trigger the push notification to Tokyo region bluemix instance getting the below exception . This one is…
Madhu
  • 552
  • 2
  • 10
  • 23
1
vote
1 answer

How to add Terraform based software to IBM Cloud's private catalog?

I use IBM Cloud Schematics to generate and then apply a plan to create resources in IBM Cloud. Terraform templates are present in github repository and the URL of the same is provided in IBM Cloud Schematics' workspace. How shall I make this…
1
vote
1 answer

How to filter Bare metal response from network gateway appliances response?

In the Response of IBM Bare-Metal server API we are getting the response of Network gateway appliances also . Is there Any way to filter the response of Bare metal from network gateway appliances. API for getting Bare metal server is…
1
vote
1 answer

Can you create a React Native app with IBM Cloud?

I have to create an app via IBM Cloud, and the amount of information in IBM Cloud is a bit overwhelming for a beginner. I have two questions: 1) With respect to creating apps, is IBM Cloud just a server where you can host the app? 2) Can I do this…
gkeenley
  • 6,088
  • 8
  • 54
  • 129
1
vote
1 answer

How to generate an IBM Cloud token from an API Key

I have generated an API key for IBM Cloud, how do I programmatically generate a token from the API key?
1
vote
1 answer

IBM VM Creation via Softlayer API takes longer time

I followed the example given in the below link to create a new IBM-cloud VM. https://www.ibm.com/developerworks/cloud/library/cl-softlayer-go-overview/index.html func main() { sess := session.New() service :=…
rajpython
  • 179
  • 2
  • 3
  • 14
1
vote
2 answers

Fog/aws gem for IBM Cloud Object Storage is not working

As Softlayer or IBM Cloud has moved from Swift based Object Storage to S3 based Cloud Object Storage. I am using fog/aws instead of fog/softlayer. The below is the code: require 'fog/aws' fog_properties = { provider: 'AWS', aws_access_key_id:…
1
vote
1 answer

where the IBMCloud Classic-Infrastructure EventAPI?

I'd like to use of "Events" and "Tickets" on IBM portal(new). We uses old SoftlayerAPI. Tickets is now try this: https://cloud.ibm.com/apidocs/case-management Events API is can not found. could you tell me where the Classic-Infrastructure Events…
SSaka
  • 47
  • 6
1
vote
1 answer

Updating a SoftLayer ticket with a new comment using SL REST API

I am looking at method SoftLayer_Ticket::addUpdate and it isn't obvious what JSON payload to include on the PUT and what the actual return from the update is. Can you help?
1
vote
1 answer

How to attach and detach Portable storage disk in virtual server?

I want to attach and detach portable storage from Virtual server using Rest API. I didn't find any API references related to attach and detach from portable storage.
1
vote
1 answer

I would like to know if the IBM Websphere MQ Web Console and REST API Licence is extra paid or it is included with the Basic IBM MQ server

I would like to know if the Basic IBM MQ Server licence cost, covers also the IBM Websphere MQ web console and the REST API.
ebrachos
  • 11
  • 1
1
vote
0 answers

Softlayer estimated invoice doesnot contain ResourceId

Question is why for assets like guest_storage we do not get all the information from API response for estimated invoice [API used: 'BillingItem' 'getNextInvoiceChildren']. E.g. The resourceTableId is missing altogether in the estimated billing…
1
vote
1 answer

How to fetch the vsrx IP using softlayer IP

I am able to fetch the vsrx (public/private/mgmt) IP using getNetworkGateways service using curl -g…
1
vote
1 answer

Wildcard DNS resolution failed when adding TXT record

I have a DNS setup with IBM SOFTLAYER with below setup $ORIGIN mydomain.com. $TTL 86400 @ IN SOA ns1.softlayer.com. support.softlayer.com. ( 2018110900 ; Serial 7200 ; Refresh …
LazyProgrammer
  • 197
  • 5
  • 17
1
vote
1 answer

How do I allow users to log in to my web app using their IBM ID

Should be a simple matter of registering the app in the IBM Cloud and providing callback URIs for authenticating the user and returning control just like login with google or login with Amazon. But I cannot seem to find the exact flow of steps…
Prasanna
  • 381
  • 2
  • 9