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

Learn More

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