Python SDK for Push Metrics API

Last updated on 16 March, 2022

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