.NET SDK for Push Metrics API

Last updated on 01 March, 2022

You can use LogicMonitor’s .NET SDK to interact with the Push Metrics REST API.

Note: The SDK offers tools for metric ingestion only. Updating resource and instance properties are currently unavailable.

Downloading and Installing the .NET SDK

  1. Download the .NET SDK from NuGet.
  2. Install the SDK by executing the command applicable to your environment:
  • Package Manager
Install-Package Logicmonitor.DataSDK -Version 0.0.7-alpha
  • .NET CLI
dotnet add package Logicmonitor.DataSDK --version 0.0.7-alpha

When the .NET SDK installs, you can use it to interact with the Push Metrics REST API. For more information about using the SDK with your project, including API references, see the following: 
https://github.com/logicmonitor/lm-data-sdk-dotnet

In This Article