Getting OID Details
Last updated - 19 December, 2024
In this article
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}
Parameter | Type | Description |
id | Integer | (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