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

Getting OID Details

Last updated on 19 December, 2024

You can use LogicMonitor REST API v3 to get (Object Identifiers) OID details in your LogicMonitor account. You must authenticate yourself before making the API request.

Getting Details of a Specific OID

URI: GET /setting/oids/{id}

ParameterTypeDescription
idInteger(Mandatory) The ID of the OID whose details you want to get.

Getting a List of OIDs

There are no request parameters in this API. To get the response, use the URI in the API request.

URI: GET /setting/oids

In This Article

Get Started with LogicMonitor