Join fellow LogicMonitor users at the Elevate Community Conference and get hands-on with our latest product innovations.

Register Now

Resources

Explore our blogs, guides, case studies, eBooks, and more actionable insights to enhance your IT monitoring and observability.

View Resources

About us

Get to know LogicMonitor and our team.

About us

Documentation

Read through our documentation, check out our latest release notes, or submit a ticket to our world-class customer service team.

View Resources

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

Get Started with LogicMonitor