LogicMonitor seeks to disrupt AI landscape with $800M strategic investment at $2.4B valuation to revolutionize data centers.

Learn More

Python SDK for Push Metrics API

Last updated on 09 September, 2024

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

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

Downloading and Installing the Python SDK

Install the SDK from PyPl by executing the following command:

pip install logicmonitor_data_sdk

Alternatively, you can download the SDK files directly from PyPI.

When the Python 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://logicmonitor-data-sdk-py.readthedocs.io/en/latest/

In This Article