Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • URL Copied from Internet Inspector
  • Checkmk Automation User & Password
  • API commands for the information that you are trying to query
Tip

Checkmk Web API Reference Guide



.

In the following example, we will request an API to list all known hosts currently added to our Checkmk instance.

...

  • Grafana Username & Password
    username:password
    .
  • URL Copied from Internet Inspector
    @localhost:3000/api/datasources/proxy/uid/BZ7iqAa4z/cmk/check_mk/webapi.py?
    .
  • API Action or Command
    ?action=get_host_names 
    .
  • Checkmk Username & Password
    &_username=checkmkAutomationUser&_secret=checkmkAutomationSecret
    .
  • API Output (Python or JSON) 
    &output_format=pythyon

...




Visual understanding of the above API command:

...

  • Grafana Username & Password
  • URL Copied from Internet Inspector
  • Checkmk Automation User & Password
  • API commands for the information that you are trying to query


Tip
Checkmk REST API Reference Guide


In the following example, we will request an API to list all known hosts currently added to our Checkmk instance.

...