extensions_monitoring_status
Creates, updates, deletes, gets or lists a extensions_monitoring_status
resource.
Overview
Name | extensions_monitoring_status |
Type | Resource |
Id | azure.hdinsight.extensions_monitoring_status |
Fields
Name | Datatype | Description |
---|---|---|
clusterMonitoringEnabled | boolean | The status of the monitor on the HDInsight cluster. |
workspaceId | string | The workspace ID of the monitor on the HDInsight cluster. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | clusterName, resourceGroupName, subscriptionId | Gets the status of Operations Management Suite (OMS) on the HDInsight cluster. |
SELECT
examples
Gets the status of Operations Management Suite (OMS) on the HDInsight cluster.
SELECT
clusterMonitoringEnabled,
workspaceId
FROM azure.hdinsight.extensions_monitoring_status
WHERE clusterName = '{{ clusterName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';