Questions tagged [ibm-cloud-plugin]

Use this tag for questions related to IBM Cloud Plugins, used for extending IBM Cloud CLI capability.

IBM Cloud CLI supports a plug-in framework to extend its capability. You can install a plug-in from a repository, a web URL, or install a plug-in binary locally.

Useful Links:

  1. Documentation
  2. Repository
54 questions
1
vote
2 answers

Getting url tag value from Bluemix push notification

I need to pass the url along with the notification message using Bluemix Rest API. According to the docs {"message": { "alert": "Notification alert message","url":"test.test.com" }} The above rest call should send the message and the url. But when…
1
vote
1 answer

Unable to install bluemix container CLI (cf ic) under Windows 10

My environment: Microsoft Windows 10 64bit Docker, version 1.10.3, build 20f81dd, installed from Docker Toolbox CloudFoundry CLI, cf version 6.16.1+924508c-2016-02-26 Bluemix CLI, bx version 0.3.1-5206a18-2016-03-01T08:16:52+00:00 I typed this…
Qing
  • 13
  • 3
1
vote
1 answer

IBM Bluemix Push Notification not working on the production mode

Now I am woking on the ionic framework and integrating the IBM Bluemix Push Notification on the app. But I have a issue with production mode. When I install the app with development mobile provision, the app works well and I can receive the push…
1
vote
1 answer

How to customize Bluemix push notification?

I am using bluemix ibm-mfp-push and ibm-mfp-core for push notification for my hybrid mobile application. I have added all the icons and splashscreen in the project but still whenever i am sending notification,it's showing a start icon.I want to…
1
vote
1 answer

PHP curl Could not resolve host on bluemix

I used below code to post data using cURL in PHP. And I am getting error like "Could not resolve host". And I am using IBM Bluemix and installed cURL plugin and enabled it. $ch = curl_init($url); $headers = array( 'Accept: application/json',…
1
vote
0 answers

Push Notification for Ionic Application Using Bluemix

I am building a Hybrid application using Ionic and cordova. Using PushPlugin i am able to get device token from GCM and APN. But i am not getting any reference/document/sample project for using bluemix as application server for push…
RAHUL DEEP
  • 695
  • 3
  • 13
  • 33
1
vote
1 answer

Error connecting to IBM Bluemix server in Domino Designer

I am trying to create something in IBM Bluemix. Stuck at the beginning. I installed the Extension lib x_15 from openNTF. In the DDE preferences I selected the UK Bluemix server. Entered my credentials and pressed the "test connection" button. A…
1
vote
2 answers

DashDB ArcGIS Online Integration

Is there a means of integrating the ArcGIS Maps to my BlueMix webapp and integrate it to DashDB? I want to use the Map Layer in my web app and integrate it with DashDB. I understand there is a possibility of integrating dashDB with ArcGIS Desktop.…
1
vote
4 answers

404 error - Resource not found in Bluemix

I have registered a Bluemix account 10 days back and i tried to work tutorials. upto yesterday the Bluemix was working fine, but today after successful login in, I am getting 404 error. I am able to see any pages, dashboard etc. I have tried…
GMan
  • 119
  • 12
1
vote
1 answer

I'm developing a cordova Bluemix push notification application. I'm not able to find "applicationSecret" when I create from the Bluemix dashboard

I'm developing a cordova Bluemix push notification application. I'm not able to find "applicationSecret" when I create from the Bluemix dashboard. bluemixpush: function() { console.log("device is ready, let's initialize bluemix!"); var values =…
1
vote
2 answers

What version of cordova comes with IBM Mobile first 7.1

I have IBM mobilefirst 7.1. I want to know how can I check the version of cordova thats being used in mobilefirst. I saw something called var PLATFORM_VERSION_BUILD_LABEL = '3.6.4' in cordova.js inside the project. I am guessing that this the…
1
vote
1 answer

push not initilizing when trying to create hybrid android application

I am trying to implement push notifications using bluemix and mobilefirst. I have used the following links to implement…
0
votes
1 answer

Setting up IBM Cloud Log Analysis for Kubernetes (E0004)

I am using IBM Cloud. I've created a Kubernetes cluster and deployed a simple app and I can see it running (see those console logs). I've also provisioned an IBM Cloud Log Analysis service. Both Kubernetes and Log Analysis are trial in case it…
KHP
  • 379
  • 1
  • 2
  • 10
0
votes
1 answer

ibmcloud create action through cli

ibmcloud create action through cli is not working . Getting an exception Unable to authenticate with Cloud Functions: Unable to obtain wsk authentication key for Org 'xxxxx' and Space 'xxxx': Target Org 'xxxxm' and Space 'xxxx' do not have an…
0
votes
1 answer

Watson machine learning deployment takes too much time

I trained a model using watson machine learning service. The training process has completed so I ran these command lines to deploy it: bx ml store training-runs model-XXXXXXX I get the output with the model ID Starting to store the training-run…
deltascience
  • 3,321
  • 5
  • 42
  • 71