npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@datafire/azure_operationsmanagement_operationsmanagement

v5.0.0

Published

DataFire integration for Azure Log Analytics - Operations Management

Readme

@datafire/azure_operationsmanagement_operationsmanagement

Client library for Azure Log Analytics - Operations Management

Installation and Usage

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

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

Description

Azure Log Analytics API reference for Solution.

Actions

Operations_List

Lists all of the available OperationsManagement Rest API operations.

azure_operationsmanagement_operationsmanagement.Operations_List({
  "api-version": ""
}, context)

Input

  • input object
    • api-version required string: Client Api Version.

Output

ManagementAssociations_ListBySubscription

Retrieves the ManagementAssociations list.

azure_operationsmanagement_operationsmanagement.ManagementAssociations_ListBySubscription({
  "subscriptionId": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • api-version required string: Client Api Version.

Output

ManagementConfigurations_ListBySubscription

Retrieves the ManagementConfigurations list.

azure_operationsmanagement_operationsmanagement.ManagementConfigurations_ListBySubscription({
  "subscriptionId": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • api-version required string: Client Api Version.

Output

Solutions_ListBySubscription

Retrieves the solution list. It will retrieve both first party and third party solutions

azure_operationsmanagement_operationsmanagement.Solutions_ListBySubscription({
  "subscriptionId": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
    • api-version required string: Client Api Version.

Output

ManagementConfigurations_Delete

Deletes the ManagementConfiguration in the subscription.

azure_operationsmanagement_operationsmanagement.ManagementConfigurations_Delete({
  "subscriptionId": "",
  "resourceGroupName": "",
  "managementConfigurationName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Gets 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 to get. The name is case insensitive.
    • managementConfigurationName required string: User Management Configuration Name.
    • api-version required string: Client Api Version.

Output

Output schema unknown

ManagementConfigurations_Get

Retrieves the user ManagementConfiguration.

azure_operationsmanagement_operationsmanagement.ManagementConfigurations_Get({
  "subscriptionId": "",
  "resourceGroupName": "",
  "managementConfigurationName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Gets 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 to get. The name is case insensitive.
    • managementConfigurationName required string: User Management Configuration Name.
    • api-version required string: Client Api Version.

Output

ManagementConfigurations_CreateOrUpdate

Creates or updates the ManagementConfiguration.

azure_operationsmanagement_operationsmanagement.ManagementConfigurations_CreateOrUpdate({
  "subscriptionId": "",
  "resourceGroupName": "",
  "api-version": "",
  "managementConfigurationName": "",
  "parameters": null
}, context)

Input

  • input object
    • subscriptionId required string: Gets 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 to get. The name is case insensitive.
    • api-version required string: Client Api Version.
    • managementConfigurationName required string: User Management Configuration Name.
    • parameters required ManagementConfiguration

Output

Solutions_ListByResourceGroup

Retrieves the solution list. It will retrieve both first party and third party solutions

azure_operationsmanagement_operationsmanagement.Solutions_ListByResourceGroup({
  "subscriptionId": "",
  "resourceGroupName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Gets 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 to get. The name is case insensitive.
    • api-version required string: Client Api Version.

Output

Solutions_Delete

Deletes the solution in the subscription.

azure_operationsmanagement_operationsmanagement.Solutions_Delete({
  "subscriptionId": "",
  "resourceGroupName": "",
  "solutionName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Gets 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 to get. The name is case insensitive.
    • solutionName required string: User Solution Name.
    • api-version required string: Client Api Version.

Output

Output schema unknown

Solutions_Get

Retrieves the user solution.

azure_operationsmanagement_operationsmanagement.Solutions_Get({
  "subscriptionId": "",
  "resourceGroupName": "",
  "solutionName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Gets 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 to get. The name is case insensitive.
    • solutionName required string: User Solution Name.
    • api-version required string: Client Api Version.

Output

Solutions_Update

Patch a Solution. Only updating tags supported.

azure_operationsmanagement_operationsmanagement.Solutions_Update({
  "subscriptionId": "",
  "resourceGroupName": "",
  "api-version": "",
  "solutionName": "",
  "parameters": null
}, context)

Input

  • input object
    • subscriptionId required string: Gets 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 to get. The name is case insensitive.
    • api-version required string: Client Api Version.
    • solutionName required string: User Solution Name.
    • parameters required SolutionPatch

Output

Solutions_CreateOrUpdate

Creates or updates the Solution.

azure_operationsmanagement_operationsmanagement.Solutions_CreateOrUpdate({
  "subscriptionId": "",
  "resourceGroupName": "",
  "api-version": "",
  "solutionName": "",
  "parameters": null
}, context)

Input

  • input object
    • subscriptionId required string: Gets 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 to get. The name is case insensitive.
    • api-version required string: Client Api Version.
    • solutionName required string: User Solution Name.
    • parameters required Solution

Output

ManagementAssociations_Delete

Deletes the ManagementAssociation in the subscription.

azure_operationsmanagement_operationsmanagement.ManagementAssociations_Delete({
  "subscriptionId": "",
  "resourceGroupName": "",
  "providerName": "",
  "resourceType": "",
  "resourceName": "",
  "managementAssociationName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Gets 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 to get. The name is case insensitive.
    • providerName required string: Provider name for the parent resource.
    • resourceType required string: Resource type for the parent resource
    • resourceName required string: Parent resource name.
    • managementAssociationName required string: User ManagementAssociation Name.
    • api-version required string: Client Api Version.

Output

Output schema unknown

ManagementAssociations_Get

Retrieves the user ManagementAssociation.

azure_operationsmanagement_operationsmanagement.ManagementAssociations_Get({
  "subscriptionId": "",
  "resourceGroupName": "",
  "providerName": "",
  "resourceType": "",
  "resourceName": "",
  "managementAssociationName": "",
  "api-version": ""
}, context)

Input

  • input object
    • subscriptionId required string: Gets 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 to get. The name is case insensitive.
    • providerName required string: Provider name for the parent resource.
    • resourceType required string: Resource type for the parent resource
    • resourceName required string: Parent resource name.
    • managementAssociationName required string: User ManagementAssociation Name.
    • api-version required string: Client Api Version.

Output

ManagementAssociations_CreateOrUpdate

Creates or updates the ManagementAssociation.

azure_operationsmanagement_operationsmanagement.ManagementAssociations_CreateOrUpdate({
  "subscriptionId": "",
  "resourceGroupName": "",
  "api-version": "",
  "providerName": "",
  "resourceType": "",
  "resourceName": "",
  "managementAssociationName": "",
  "parameters": null
}, context)

Input

  • input object
    • subscriptionId required string: Gets 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 to get. The name is case insensitive.
    • api-version required string: Client Api Version.
    • providerName required string: Provider name for the parent resource.
    • resourceType required string: Resource type for the parent resource
    • resourceName required string: Parent resource name.
    • managementAssociationName required string: User ManagementAssociation Name.
    • parameters required ManagementAssociation

Output

Definitions

ArmTemplateParameter

  • ArmTemplateParameter object: Parameter to pass to ARM template
    • name string: name of the parameter.
    • value string: value for the parameter. In Jtoken

CodeMessageError

  • CodeMessageError object: The error body contract.
    • error object: The error details for a failed request.
      • code string: The error type.
      • message string: The error message.

ManagementAssociation

  • ManagementAssociation object: The container for solution.

ManagementAssociationProperties

  • ManagementAssociationProperties object: ManagementAssociation properties supported by the OperationsManagement resource provider.
    • applicationId required string: The applicationId of the appliance for this association.

ManagementAssociationPropertiesList

  • ManagementAssociationPropertiesList object: the list of ManagementAssociation response
    • value array: List of Management Association properties within the subscription.

ManagementConfiguration

  • ManagementConfiguration object: The container for solution.

ManagementConfigurationProperties

  • ManagementConfigurationProperties object: ManagementConfiguration properties supported by the OperationsManagement resource provider.
    • applicationId string: The applicationId of the appliance for this Management.
    • parameters required array: Parameters to run the ARM template
    • parentResourceType required string: The type of the parent resource.
    • provisioningState string: The provisioning state for the ManagementConfiguration.
    • template required object: The Json object containing the ARM template to deploy

ManagementConfigurationPropertiesList

  • ManagementConfigurationPropertiesList object: the list of ManagementConfiguration response

Operation

  • Operation object: Supported operation of OperationsManagement resource provider.
    • display object: Display metadata associated with the operation.
      • operation string: Type of operation: get, read, delete, etc.
      • provider string: Service provider: Microsoft OperationsManagement.
      • resource string: Resource on which the operation is performed etc.
    • name string: Operation name: {provider}/{resource}/{operation}

OperationListResult

  • OperationListResult object: Result of the request to list solution operations.
    • value array: List of solution operations supported by the OperationsManagement resource provider.

Solution

  • Solution object: The container for solution.
    • id string: Resource ID.
    • location string: Resource location
    • name string: Resource name.
    • plan SolutionPlan
    • properties SolutionProperties
    • tags object: Resource tags
    • type string: Resource type.

SolutionPatch

  • SolutionPatch object: The properties of a Solution that can be patched.
    • tags object: Resource tags

SolutionPlan

  • SolutionPlan object: Plan for solution object supported by the OperationsManagement resource provider.
    • name string: name of the solution to be created. For Microsoft published solution it should be in the format of solutionType(workspaceName). SolutionType part is case sensitive. For third party solution, it can be anything.
    • product string: name of the solution to enabled/add. For Microsoft published gallery solution it should be in the format of OMSGallery/. This is case sensitive
    • promotionCode string: promotionCode, Not really used now, can you left as empty
    • publisher string: Publisher name. For gallery solution, it is Microsoft.

SolutionProperties

  • SolutionProperties object: Solution properties supported by the OperationsManagement resource provider.
    • containedResources array: The azure resources that will be contained within the solutions. They will be locked and gets deleted automatically when the solution is deleted.
      • items string: the azure resourceId of the resource.
    • provisioningState string: The provisioning state for the solution.
    • referencedResources array: The resources that will be referenced from this solution. Deleting any of those solution out of band will break the solution.
      • items string: the azure resourceId of the resource.
    • workspaceResourceId required string: The azure resourceId for the workspace where the solution will be deployed/enabled.

SolutionPropertiesList

  • SolutionPropertiesList object: the list of solution response
    • value array: List of solution properties within the subscription.