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

Getting List of Collector Version

Last updated on 08 October, 2024

You can use LogicMonitor REST API v3 to get a list of collector versions. You must authenticate yourself before making the API request.

URI: GET /setting/collector/collectors/versions

ParameterTypeDescription
fieldsStringThe response is filtered to include only the specified fields for each object. You can provide a list of properties separated by a comma.
Example – /setting/collector/collectors/versions?fields=majorVersion,minorVersion
sizeIntegerIndicates the number of results to display. A maximum of 1000 results can be requested in a GET call. By default, a list of 50 collector versions is returned if a value is not provided for this parameter.
Example – /setting/collector/collectors/versions?size=10
offsetIntegerIndicates the number of results to offset the displayed results.
Example – /setting/collector/collectors/versions?offset=3
filterStringThe response is filtered according to the operator and specified value that is, filter=property:value
  • Use asterisk (*) to match more than one character
  • Use a dot (.) character to filter values within an object (example – custom properties)
  • Use a comma (,) to separate multiple filters
Operators include:
  • Greater than or equals  >:
  • Less than or equals  <:
  • Greater than  >
  • Less than  <
  • Does not equal  !:
  • Equals  :
  • Includes  ~
  • Does not include  !~
Example – /setting/collector/collectors/versions?filter=majorVersion>31

Start Your Trial

Full access to the LogicMonitor platform.
Comprehensive monitoring and alerting for unlimited devices.