Unable to delete applications from Bluemix dashboard - ibm-cloud

I created one application using alchemy-api services. I am unable to delete it from dashboard now. Not sure what's the reason . Please suggest.

The easiest way to delete a Bluemix app is to use the menu in the upper right corner of the application tile on the dashboard. This deletes the app but may not always remove the tile itself. To remove the tile, simply refresh your dashboard.

Related

Why aren't all GCP metrics available for alerts or dashboard elements in Stackdriver?

I cannot seem to figure out how to get certain metrics from GCP into Stackdriver (google monitoring) in a usable way. They can be viewed using Stackdriver's "Metrics Explorer" tool, but not saved into a graph or alerting policy. As a specific example, only a handful of the metrics outlined in this table are available:
https://cloud.google.com/monitoring/api/metrics_gcp#gcp-container
Again, I can use the "Metrics Explorer" tool to immediately visualize any one of them in an ad-hoc graph, but I cannot create an alerting policy or any sort of persistent monitoring for anything except for CPU Usage, Disk Usage, Page Faults, and Used Memory. Does anyone know how to get one of these metrics (such as container/cpu/usage_time) into an alerting policy?
Metrics Explorer includes access to more metrics than are currently available for alerting. We're working on addressing this both for UIs and APIs. Please stay tuned to release notes.
Thanks for using Stackdriver!
You can create a dashboard and add those metrics that you want to view. To do so please follow the instructions below. Further information on dashboards and on creating charts and alerts can be found in this documentation link.
At the Google Cloud Platform click on Products & Services which is the icon with the four bars at the top left hand corner.
On the menu go to the Stackdriver section and click on Monitoring.
A new ‘Stackdriver Monitoring’ window for your project will open up.
At the left-side navigation list click on Dashboards and select Create Dashboard. During this step you also have the option to add a chart to an existing dashboard by clicking on its name.
Give a name to the dashboard you’re creating.
At the right-hand side you can see different options to customize. Click on ‘Add Chart’ and fill in the requested information:
Give a name to the chart you’re creating.
Resource Type: Choose your resource type, e.g ‘GCE VM Instance’.
Metric: Choose the metrics that you want to add, e.g ‘compute.googleapis.com/instance/uptime ‘. Metric information for each product can be found in this documentation link.
Fill in all other information as needed: Filter, ‘Group By’, etc.
You can add more metrics by clicking the ‘Add Metric’ button.
Once you have finished click on the ‘Save’ button to save and create this new chart.
At the left-hand menu list click Dashboard and select the dashboard you have created to view it.

Unity & watson conversation connect?

Hi I'm new to watson conversation and Unity3D.
Thing I want to make is one simple screen that can talk with Chatbot.
TO do this I got watson conversation Unity SDK in my project.
and did what this page said. However I can't make the red dot to green like this. I barely experienced in coding area :(
How can I started? I want to make simple scene that can talk with chatbot.
You will have to create a workspace within the Conversation service on Bluemix. Click Launch Tool in the Manage page in your Conversation instance on Bluemix. Here you will be able to create a workspace. Once you have created a workspace, from the Workspaces tab you can click the three dots on the upper right of your workspace and View Details. From there you can copy your Workspace ID.
Back in Unity in the ConfigEditor under the Watson menu, create a variable called ConversationV1_ID and paste the value of your Workspace ID there.
In your calls to the Conversation service you will need to add a reference to this Workspace ID. You should be able to access the variable from the config file using
m_WorkspaceID = Config.Instance.GetVariableValue("ConversationV1_ID");

Lost ability to edit Cloud Storage permissions

I've lost the ability to edit a bucket's permissions ( I want to enable a bucket to be publicly readable ), but I cannot seem to fund the old icon that used to be clicked on to edit permissions ( the 3 vertical dots ). They seem to have disappeared after one of the last cloud console design updates.
Here's a shot of one of my test projects:
This is from the docs
Where did those 3 little dots go?
I am logged in as the project owner and seem to have complete control of the project.
Sorry for the not very code-centric question, but its been puzzling me for a while now.
If you're missing the bucket menu options (the 3 vertical dots), it might be because:
you haven't enabled billing for your project, which is required to start using Cloud Storage
you don't have sufficient permissions to edit the bucket's permissions or metadata

Google cloud - Where i need to register my app?

I don't know where I need to register my app after created my first project. I already followed their instruction regarding to app registration.
https://cloud.google.com/console
To register a new application, do the following:
Go to the Google Developers Console.
Select a project, or create a new one.
In the sidebar on the left, select APIs & auth. In the displayed
list of APIs, make sure all the APIs you are using show a status of
ON.
In the sidebar on the left, select Registered apps.
At the top of the page, select Register App.
Fill out the form and select Register.
Thanks a lot in advance.
The instructions you pasted refer to the older API Console.
You can either figure out their Cloud Console equivalents (Create Project, etc), or go to the previous version at https://code.google.com/apis/console/b/0/?noredirect
It's worth pointing out that Google's terminology is somewhat muddled. Sometimes "app" refers to a "project", other times it refers to a "client" within that project.
For example, you might have a project called "My Multi-Device Task List". That may have a web client, an Android client and an iOS client. Sometimes the word "app" refers to the project, other times it refers to one of its clients.

Cannot find custom application

This is going to sound like a really dumb question, but we had a developer who created a Facebook web application for us.
He has left the company and is not being very co operative. We have the log in details of the account he used to created the app, but when we log in and try to view the app, it does not appear in our list of custom apps.
In the graph explorer, when trying to debug the key and URL, the app does appear in the drop down though, but we need to change some other custom settings.
Can anyone direct me in which direction I need to go to look for this?
Thanks
Finally. got him to let us log in and that is where it was. All that time wasted for nothing.