Come join our live training webinar every other Wednesday at 11am PST and hear LogicMonitor experts explain best practices and answer common questions. We understand these are uncertain times, and we are here to help!
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.
Install-Package Logicmonitor.DataSDK -Version 0.0.7-alpha
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