copyright | lastupdated | keywords | subcollection | ||
---|---|---|---|---|---|
|
2021-03-28 |
IBM Cloud, monitoring, web UI |
monitoring |
{{site.data.keyword.attribute-definition-list}}
{: #get_monitoring_web_url}
After you provision an instance of the {{site.data.keyword.mon_full_notm}} service in the {{site.data.keyword.cloud_notm}}, you can monitor metrics through the {{site.data.keyword.mon_full_notm}} web UI. You can launch the web UI from the {{site.data.keyword.cloud_notm}} UI. {: shortdesc}
To get the web UI URL, complete the following steps from a terminal:
-
[Pre-requisite] Installation of the {{site.data.keyword.cloud_notm}} CLI. Learn more.
-
Log in to the location in the {{site.data.keyword.cloud_notm}} where the instance is provisioned. Run the following command: ibmcloud login
-
Set the resource group where the instance is available. Run the following command: ibmcloud target
By default, the
default
resource group is set. -
Get the dashboard URL. Run the following command:
ic resource service-instance INSTANCE_NAME --output JSON | grep dashboard_url
{: codeblock}
Where INSTANCE_NAME is the name of the instance.
To get the name of the instances that are available in a resource group, you can run ibmcloud resource service-instances
.
{: tip}