Updating OID Details
Last updated - 17 December, 2024
You can use LogicMonitor REST API v3 to update Object Identifiers (OIDs) in your LogicMonitor account. You must authenticate yourself before making the API request.
URI:
PATCH /setting/oids/{id}
PUT /setting/oids/{id}
| Parameter | Type | Description | 
id | Integer | (Mandatory) The ID of the OID that you want to update. | 
installationMetadata | JSON | The integration metadata of the local module. You can use it for troubleshooting. | 
accessGroups | JSON Array | Module’s access group details.
  | 
oid | String | The OID pattern to match with. For example — 1.3.6.1.4.1.8072.3.2.10 | 
categories | String | Categories to match the OIDs. | 
accessGroupIds | Integer | The IDs of access groups. For example — 1,2,3 |