5.0.0 • Published 5 years ago

@datafire/azure_hdinsight_extensions v5.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@datafire/azure_hdinsight_extensions

Client library for HDInsightManagementClient

Installation and Usage

npm install --save @datafire/azure_hdinsight_extensions
let azure_hdinsight_extensions = require('@datafire/azure_hdinsight_extensions').create({
  access_token: "",
  refresh_token: "",
  client_id: "",
  client_secret: "",
  redirect_uri: ""
});

.then(data => {
  console.log(data);
});

Description

The HDInsight Management Client.

Actions

Extensions_DisableMonitoring

Disables the Operations Management Suite (OMS) on the HDInsight cluster.

azure_hdinsight_extensions.Extensions_DisableMonitoring({
  "subscriptionId": "",
  "resourceGroupName": "",
  "clusterName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • resourceGroupName required string: The name of the resource group.
    • clusterName required string: The name of the cluster.
    • api-version required string: The HDInsight client API Version.

Output

Output schema unknown

Extensions_GetMonitoringStatus

Gets the status of Operations Management Suite (OMS) on the HDInsight cluster.

azure_hdinsight_extensions.Extensions_GetMonitoringStatus({
  "subscriptionId": "",
  "resourceGroupName": "",
  "clusterName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • resourceGroupName required string: The name of the resource group.
    • clusterName required string: The name of the cluster.
    • api-version required string: The HDInsight client API Version.

Output

Extensions_EnableMonitoring

Enables the Operations Management Suite (OMS) on the HDInsight cluster.

azure_hdinsight_extensions.Extensions_EnableMonitoring({
  "subscriptionId": "",
  "resourceGroupName": "",
  "clusterName": "",
  "api-version": "",
  "parameters": null
}, context)

Input

  • input object
    • subscriptionId required string: The subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • resourceGroupName required string: The name of the resource group.
    • clusterName required string: The name of the cluster.
    • api-version required string: The HDInsight client API Version.
    • parameters required ClusterMonitoringRequest

Output

Output schema unknown

Extensions_Delete

Deletes the specified extension for HDInsight cluster.

azure_hdinsight_extensions.Extensions_Delete({
  "subscriptionId": "",
  "resourceGroupName": "",
  "clusterName": "",
  "extensionName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • resourceGroupName required string: The name of the resource group.
    • clusterName required string: The name of the cluster.
    • extensionName required string: The name of the cluster extension.
    • api-version required string: The HDInsight client API Version.

Output

Output schema unknown

Extensions_Get

Gets the extension properties for the specified HDInsight cluster extension.

azure_hdinsight_extensions.Extensions_Get({
  "subscriptionId": "",
  "resourceGroupName": "",
  "clusterName": "",
  "extensionName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: The subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • resourceGroupName required string: The name of the resource group.
    • clusterName required string: The name of the cluster.
    • extensionName required string: The name of the cluster extension.
    • api-version required string: The HDInsight client API Version.

Output

Extensions_Create

Creates an HDInsight cluster extension.

azure_hdinsight_extensions.Extensions_Create({
  "subscriptionId": "",
  "resourceGroupName": "",
  "clusterName": "",
  "extensionName": "",
  "api-version": "",
  "parameters": null
}, context)

Input

  • input object
    • subscriptionId required string: The subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • resourceGroupName required string: The name of the resource group.
    • clusterName required string: The name of the cluster.
    • extensionName required string: The name of the cluster extension.
    • api-version required string: The HDInsight client API Version.
    • parameters required Extension

Output

Output schema unknown

Definitions

ClusterMonitoringRequest

  • ClusterMonitoringRequest object: The Operations Management Suite (OMS) parameters.
    • primaryKey string: The Operations Management Suite (OMS) workspace key.
    • workspaceId string: The Operations Management Suite (OMS) workspace ID.

ClusterMonitoringResponse

  • ClusterMonitoringResponse object: The Operations Management Suite (OMS) status response
    • clusterMonitoringEnabled boolean: The status of the Operations Management Suite (OMS) on the HDInsight cluster.
    • workspaceId string: The workspace ID of the Operations Management Suite (OMS) on the HDInsight cluster.

Extension

  • Extension object: Cluster monitoring extensions
    • primaryKey string: The certificate for the cluster monitoring extensions.
    • workspaceId string: The workspace ID for the cluster monitoring extension.
5.0.0

5 years ago

4.0.0

7 years ago

3.0.0

7 years ago