Questions tagged [ibm-cloud]

IBM® Cloud platform (formerly Bluemix) combines platform as a service (PaaS) with infrastructure as a service (IaaS) to build, run, deploy, and manage applications on the cloud. Additionally, the IBM Cloud platform has a rich catalog of cloud services that can be easily integrated with your applications. Supported programming languages and runtimes include Java, Node.js, Swift, Go, PHP, Python, and Ruby, and other languages.

IBM Cloud platform is based on open source technology. In addition to using IBM Cloud platform to build Web applications for multiple frameworks - including iOS - you can create Kubernetes and OpenShift clusters, or launch virtual server instances. IBM Cloud platform follows a Hybrid Cloud model meaning that the apps, containers, and VMs that you use with the platform are portable across public, dedicated, and on-premises clouds.

The IBM Cloud platform console provides application boilerplates to help you get started. The IBM Cloud platform console offers a growing catalog of over 100 services to build applications.

Service categories

  • Compute: Obtain access to bare metal and virtual servers
  • Storage: Store unstructured data in the cloud
  • Network: Secure VPN connections, orchestrate load balancing, and use other network services
  • Security: Configure firewalls and secure connections
  • Containers: Deploy Kubernetes and OpenShift clusters and use Docker-based containers
  • VMware: Integrate VMware solutions
  • Boilerplates: Use templates to help you get started with various services
  • APIs: Create, manage, enforce, and run APIs
  • Application Services: Deliver applications that include business rules, automation, an application server, and more
  • Blockchain: Integrate the IBM Blockchain technology in your environment
  • Cloud Foundry Apps: Choose from multiple runtimes including Liberty for Java, SDK for Node.js, and Swift
  • Data & Analytics: Select from a variety of database options, including Compose, and incorporate big data analytics
  • DevOps: Go from application development to deployment with continuous delivery, auto-scaling, globalization, and alert notifications
  • Finance: Manage your investments and finances
  • Functions: Execute serverless event-driven programming (IBM Cloud Functions)
  • Integrate: Access API management, product insights, secure gateway functionality
  • Internet of Things: Manage connected devices using IoT foundation and IoT for electronics
  • Mobile: Integrate push notifications, testing, tuning, and analytics for mobile applications
  • Watson: Add cognitive abilities to applications

When asking questions about the IBM Cloud platform, you should:

  • Ensure you are asking a technical question about using the IBM Cloud platform or services. (For questions about your account or IBM Cloud platform offerings, ask at IBM developerWorks Answers or open a support ticket.)
  • Search Stack Overflow to see if somebody else has already asked the same question.
  • Explain what you were trying to do when you encountered the problem. What software versions were you using? Is there anything else about your environment that could lead to the problem?
  • Provide code samples where possible. Isolate the problem and reproduce it with as little code as possible.
  • Include the tag, plus an additional tag to indicate the service or technology in question.

Getting support for the IBM Cloud platform

  • Ask technical questions on Stack Overflow about programming and deploying applications using the IBM Cloud platform and services. The IBM Cloud platform Development and Support teams monitor Stack Overflow closely.
  • Ask non-technical questions about the IBM Cloud platform offerings at IBM developerWorks Answers. It’s also the best place to ask questions about getting started with the platform.
  • Open a support ticket to get answers to your issue especially if you cannot find the answer in the forums. See Getting Customer Support for details on contacting Support and opening tickets.

Helpful links

6810 questions
1
vote
1 answer

Python Flask Application on IBM cloud/bluemix with Textblob library throwing exception - textblob.exceptions.MissingCorpusError

I am trying to run a python flask application with some text analytics(using TextBlob) feature on IBM cloud/Bluemix.I get the following error after deploying the application via cf push command(see below).According to documentation on TextBlob…
1
vote
2 answers

How can I set Content-MD5 header in Minio SDK for uploading to IBM Cloud Object Storage?

I am trying to set the Content-MD5 header when I use Minio Golang SDK to upload a file to S3. I can successfully upload files to AWS without setting Content-MD5, but uploading to IBM Cloud Object Storage fails with the following error: ERR: Object…
pacalJ
  • 13
  • 1
  • 4
1
vote
2 answers

IBM cloud list of services with their pricing info

I'm looking for a list of IBM cloud services with their pricing info similar to the ones provided by Google cloud and AWS services here and here. I looked on their website under the pricing section and I wasn't successful.
Haj Ayed Amir
  • 187
  • 4
  • 14
1
vote
1 answer

How to enable IPV6 support in IBM Kubernetes service

I need to install a IPV6 haproxy docker in IBM Cloud Kubernetes service. All info I see is just about IPV4. I don't even know if IBM Kubernetes supports IPV6 so I can support IPV6 requests in my docker instance deployed in one of my cluster…
icordoba
  • 1,834
  • 2
  • 33
  • 60
1
vote
1 answer

Binding error on executing prepared statement IBM_DB in python

I am trying to execute a prepared statement to a db2 on IBM Cloud. I only want to run the query if a data_array is populated which I have controlled that it is. This is my code: conn = ibm_db.connect(dsn, "", "") ibm_db.autocommit(conn,…
jawwe
  • 638
  • 1
  • 5
  • 13
1
vote
1 answer

How to connect to IBM Cloud Object Storage from R?

I have some data stored on IBM Cloud Object Storage and I want to access the data from my local R. It is pretty easy to do on Watson Studio with insert-to-code feature, but the same piece of code doesn't work on my local R: > data_1 <-…
Wendy
  • 89
  • 5
1
vote
1 answer

WatsonApiException: Error: Unauthorized: Access is denied due to invalid credentials , Code: 401

I'm trying to connect to a Language Translator instance as per the docs: !pip install --upgrade "watson-developer-cloud>=1.4.0" import json from watson_developer_cloud import LanguageTranslatorV2 translator = LanguageTranslatorV2( …
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
1
vote
0 answers

How to install browser on Bluemix Pipeline Test Stage?

I have a Node 8, Angular 6 application that I will be deploying with the Bluemix Pipeline. In the pipeline, I have set up Mocha tests for the back end and the front end. I now want to write e2e tests, but I can't figure out how to install a browser…
H. Trujillo
  • 427
  • 1
  • 8
  • 21
1
vote
0 answers

IBM Cloud Foundry and Blockchain: Encountering "Failed to make TCP connection to port 3000: connection refused" when doing cf start

Our team is currently doing a proof of concept on Hyperledger which uses IBM Cloud Blockchain template and Cloud Foundry. We deployed our Hyperledger blockchain to https://console.bluemix.net/. We are running on Fabric 1.1 and we just followed this…
1
vote
1 answer

Cloudant Dashboard is not launching in IBM Cloud

Logged in to IBM Cloud and created Cloudant NoSQL DB service. After launching Cloudant Dashboard, I am getting folling error : { "statusCode": 401, "message":…
Gaurab Kumar
  • 2,144
  • 2
  • 17
  • 29
1
vote
1 answer

C SDK for Cloudant?

When I went through the supported client libraries for Cloudant as offered by IBM Cloud, the available supported libraries are Mobile, Java, Python, Node.js,…
PRATEEK
  • 57
  • 1
  • 1
  • 6
1
vote
1 answer

iOS/IBM Cloud/Swift: Post to Watson API using AlamoFire

I am trying to post to the Watson tone analyzer API using AlamoFire with the following code. It keeps getting a 401 error which apparently means failed authorization. The same userid/password info, however, works find with a curl request. So the…
user6631314
  • 1,751
  • 1
  • 13
  • 44
1
vote
1 answer

accessing logs for dashdb on bluemix cloud

I am updating a table in dashdb on Bluemix and receiving an error which indicates a possible db issue. Is there a way to look at the db logs for additional information? The errors I get are: com.ibm.db2.jcc.am.BatchUpdateException:…
behemoth18
  • 11
  • 1
1
vote
1 answer

Providing the $timezone context variable does not change now() behavior in Watson Assistant

We want to work with timezones in the Watson Assistant responses. Basically we want to implement the "good morning" sample as described here: https://console.bluemix.net/docs/services/conversation/dialog-methods.html#date-time When we post to this…
mpjjonker
  • 917
  • 1
  • 6
  • 28
1
vote
1 answer

Whitelist IBM Cloud function location

Hi does anyone know what I can use to whitelist IBM Cloud function locations? I wrote a function that makes rest-api calls to a server but the server needs to whitelist incoming requests. Eg. If I select "US South" as the location for my IBM Cloud…
CharekC
  • 63
  • 7