Join us on April 3 to Level Up Your IT Universe with LogicMonitor's Latest Innovations!

Secure your spot

Updating OID Details

Last updated on 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}

ParameterTypeDescription
idInteger(Mandatory) The ID of the OID that you want to update.
installationMetadataJSONThe integration metadata of the local module. You can use it for troubleshooting.
accessGroupsJSON ArrayModule’s access group details.
  • name—The name of the access group.
  • tenantId—The ID of the tenant.
  • description—The description of the access group.
oidStringThe OID pattern to match with. For example — 1.3.6.1.4.1.8072.3.2.10
categoriesStringCategories to match the OIDs. 
accessGroupIdsIntegerThe IDs of access groups. For example — 1,2,3