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

Adding OIDs

Last updated on 17 December, 2024

You can use LogicMonitor REST API v3 to add Object Identifiers (OIDs) to your LogicMonitor account. You must authenticate yourself before making the API request.

URI: POST /setting/oids

ParameterTypeDescription
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
categoriesStringThe categories to match the OIDs.
accessGroupIdsIntegerThe IDs of access groups. For example — 1,2,3

Get Started with LogicMonitor