Giter Club home page Giter Club logo

logicmonitor-api's Introduction

LogicMonitor-API

This is a simple python wrapper to simplify using the LogicMonitor API. Constructing the request to interact with the api is a less than straightforward process, and this aims to abstract all of that away so you can focus on getting work done instead of deciphering API nuances.

Note: Requires Python3.6 or newer and the excellent Python Requests library

>>> from logicmonitor import LM
>>> from pprint import pprint

>>> account_name='acme-firework-co'
>>> access_id='Fahpho7Pahghahwo1aeY'
>>> access_key='=oS-iiKuhei5Ahth{e(oph[ei8Ow8pheekai9iGh'

>>> # Initialize your API connections
>>> lm = LM(account_name, access_id, access_key)

>>> # Get a list of all devices in LogicMonitor
>>> devices = lm.get('/device/devices')

>>> pprint(devices['data'])
{'isMin': False,
 'items': [{'alertDisableStatus': 'none-none-none',
            'alertStatus': 'none',
            'alertStatusPriority': 100000,
            'alertingDisabledOn': None,
            'ancestorHasDisabledLogicModule': False,
            'autoProperties': [],
            'autoPropsAssignedOn': 0,
            'autoPropsUpdatedOn': 0,
            'awsState': 1,
            'azureState': 1,
            'collectorDescription': 'Cloud Collector',
            'createdOn': 1570027698,
            ...............
'searchId': None,
 'total': 1178}

More detailed examples can be found in the examples/ directory

logicmonitor-api's People

Contributors

mcarlton00 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.