1. Packages
  2. Azure Native
  3. API Docs
  4. hdinsight
  5. getExtensionAzureMonitorAgentStatus
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.13.0 published on Wednesday, Jan 28, 2026 by Pulumi
azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.13.0 published on Wednesday, Jan 28, 2026 by Pulumi

    Gets the status of Azure Monitor Agent on the HDInsight cluster.

    Uses Azure REST API version 2024-08-01-preview.

    Other available API versions: 2025-01-15-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native hdinsight [ApiVersion]. See the version guide for details.

    Using getExtensionAzureMonitorAgentStatus

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getExtensionAzureMonitorAgentStatus(args: GetExtensionAzureMonitorAgentStatusArgs, opts?: InvokeOptions): Promise<GetExtensionAzureMonitorAgentStatusResult>
    function getExtensionAzureMonitorAgentStatusOutput(args: GetExtensionAzureMonitorAgentStatusOutputArgs, opts?: InvokeOptions): Output<GetExtensionAzureMonitorAgentStatusResult>
    def get_extension_azure_monitor_agent_status(cluster_name: Optional[str] = None,
                                                 resource_group_name: Optional[str] = None,
                                                 opts: Optional[InvokeOptions] = None) -> GetExtensionAzureMonitorAgentStatusResult
    def get_extension_azure_monitor_agent_status_output(cluster_name: Optional[pulumi.Input[str]] = None,
                                                 resource_group_name: Optional[pulumi.Input[str]] = None,
                                                 opts: Optional[InvokeOptions] = None) -> Output[GetExtensionAzureMonitorAgentStatusResult]
    func LookupExtensionAzureMonitorAgentStatus(ctx *Context, args *LookupExtensionAzureMonitorAgentStatusArgs, opts ...InvokeOption) (*LookupExtensionAzureMonitorAgentStatusResult, error)
    func LookupExtensionAzureMonitorAgentStatusOutput(ctx *Context, args *LookupExtensionAzureMonitorAgentStatusOutputArgs, opts ...InvokeOption) LookupExtensionAzureMonitorAgentStatusResultOutput

    > Note: This function is named LookupExtensionAzureMonitorAgentStatus in the Go SDK.

    public static class GetExtensionAzureMonitorAgentStatus 
    {
        public static Task<GetExtensionAzureMonitorAgentStatusResult> InvokeAsync(GetExtensionAzureMonitorAgentStatusArgs args, InvokeOptions? opts = null)
        public static Output<GetExtensionAzureMonitorAgentStatusResult> Invoke(GetExtensionAzureMonitorAgentStatusInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetExtensionAzureMonitorAgentStatusResult> getExtensionAzureMonitorAgentStatus(GetExtensionAzureMonitorAgentStatusArgs args, InvokeOptions options)
    public static Output<GetExtensionAzureMonitorAgentStatusResult> getExtensionAzureMonitorAgentStatus(GetExtensionAzureMonitorAgentStatusArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:hdinsight:getExtensionAzureMonitorAgentStatus
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterName string
    The name of the cluster.
    ResourceGroupName string
    The name of the resource group.
    ClusterName string
    The name of the cluster.
    ResourceGroupName string
    The name of the resource group.
    clusterName String
    The name of the cluster.
    resourceGroupName String
    The name of the resource group.
    clusterName string
    The name of the cluster.
    resourceGroupName string
    The name of the resource group.
    cluster_name str
    The name of the cluster.
    resource_group_name str
    The name of the resource group.
    clusterName String
    The name of the cluster.
    resourceGroupName String
    The name of the resource group.

    getExtensionAzureMonitorAgentStatus Result

    The following output properties are available:

    AzureApiVersion string
    The Azure API version of the resource.
    ClusterMonitoringEnabled bool
    The status of the monitor on the HDInsight cluster.
    SelectedConfigurations Pulumi.AzureNative.HDInsight.Outputs.AzureMonitorSelectedConfigurationsResponse
    The selected configurations.
    WorkspaceId string
    The workspace ID of the monitor on the HDInsight cluster.
    AzureApiVersion string
    The Azure API version of the resource.
    ClusterMonitoringEnabled bool
    The status of the monitor on the HDInsight cluster.
    SelectedConfigurations AzureMonitorSelectedConfigurationsResponse
    The selected configurations.
    WorkspaceId string
    The workspace ID of the monitor on the HDInsight cluster.
    azureApiVersion String
    The Azure API version of the resource.
    clusterMonitoringEnabled Boolean
    The status of the monitor on the HDInsight cluster.
    selectedConfigurations AzureMonitorSelectedConfigurationsResponse
    The selected configurations.
    workspaceId String
    The workspace ID of the monitor on the HDInsight cluster.
    azureApiVersion string
    The Azure API version of the resource.
    clusterMonitoringEnabled boolean
    The status of the monitor on the HDInsight cluster.
    selectedConfigurations AzureMonitorSelectedConfigurationsResponse
    The selected configurations.
    workspaceId string
    The workspace ID of the monitor on the HDInsight cluster.
    azure_api_version str
    The Azure API version of the resource.
    cluster_monitoring_enabled bool
    The status of the monitor on the HDInsight cluster.
    selected_configurations AzureMonitorSelectedConfigurationsResponse
    The selected configurations.
    workspace_id str
    The workspace ID of the monitor on the HDInsight cluster.
    azureApiVersion String
    The Azure API version of the resource.
    clusterMonitoringEnabled Boolean
    The status of the monitor on the HDInsight cluster.
    selectedConfigurations Property Map
    The selected configurations.
    workspaceId String
    The workspace ID of the monitor on the HDInsight cluster.

    Supporting Types

    AzureMonitorSelectedConfigurationsResponse

    ConfigurationVersion string
    The configuration version.
    GlobalConfigurations Dictionary<string, string>
    The global configurations of selected configurations.
    TableList List<Pulumi.AzureNative.HDInsight.Inputs.AzureMonitorTableConfigurationResponse>
    The table list.
    ConfigurationVersion string
    The configuration version.
    GlobalConfigurations map[string]string
    The global configurations of selected configurations.
    TableList []AzureMonitorTableConfigurationResponse
    The table list.
    configurationVersion String
    The configuration version.
    globalConfigurations Map<String,String>
    The global configurations of selected configurations.
    tableList List<AzureMonitorTableConfigurationResponse>
    The table list.
    configurationVersion string
    The configuration version.
    globalConfigurations {[key: string]: string}
    The global configurations of selected configurations.
    tableList AzureMonitorTableConfigurationResponse[]
    The table list.
    configuration_version str
    The configuration version.
    global_configurations Mapping[str, str]
    The global configurations of selected configurations.
    table_list Sequence[AzureMonitorTableConfigurationResponse]
    The table list.
    configurationVersion String
    The configuration version.
    globalConfigurations Map<String>
    The global configurations of selected configurations.
    tableList List<Property Map>
    The table list.

    AzureMonitorTableConfigurationResponse

    Name string
    The name.
    Name string
    The name.
    name String
    The name.
    name string
    The name.
    name str
    The name.
    name String
    The name.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
    Azure Native v3.13.0 published on Wednesday, Jan 28, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate