5.0.0 • Published 5 years ago

@datafire/azure_monitor_operations_api v5.0.0

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

@datafire/azure_monitor_operations_api

Client library for MonitorManagementClient

Installation and Usage

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

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

Description

Actions

Operations_List

Lists all of the available operations from Microsoft.Insights provider.

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

Input

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

Output

Definitions

Operation

  • Operation object: Microsoft Insights API operation definition.
    • display object: Display metadata associated with the operation.
      • operation string: Operation type: Read, write, delete, etc.
      • provider string: Service provider: Microsoft.Insights
      • resource string: Resource on which the operation is performed: AlertRules, Autoscale, etc.
    • name string: Operation name: {provider}/{resource}/{operation}

OperationListResult

  • OperationListResult object: Result of the request to list Microsoft.Insights operations. It contains a list of operations and a URL link to get the next set of results.
    • nextLink string: URL to get the next set of operation list results if there are any.
    • value array: List of operations supported by the Microsoft.Insights provider.
5.0.0

5 years ago

4.0.0

7 years ago

3.0.0

7 years ago