Zabbix · Example Payload

Zabbix Host Get Example

MonitoringInfrastructureNetworksAlertingOpen-SourceObservability

Zabbix Host Get Example is an example object payload from Zabbix, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "jsonrpc": "2.0",
    "method": "host.get",
    "params": {
      "output": "extend",
      "groupids": "4",
      "selectInterfaces": ["interfaceid", "ip", "port"],
      "selectGroups": ["groupid", "name"],
      "limit": 5
    },
    "id": 1
  },
  "response": {
    "jsonrpc": "2.0",
    "result": [
      {
        "hostid": "10084",
        "proxy_hostid": "0",
        "host": "Zabbix server",
        "status": "0",
        "lastaccess": "0",
        "ipmi_authtype": "-1",
        "ipmi_privilege": "2",
        "ipmi_username": "",
        "ipmi_password": "",
        "maintenanceid": "0",
        "maintenance_status": "0",
        "maintenance_type": "0",
        "maintenance_from": "0",
        "name": "Zabbix server",
        "flags": "0",
        "templateid": "0",
        "description": "Zabbix monitoring server",
        "tls_connect": "1",
        "tls_accept": "1",
        "inventory_mode": "-1",
        "interfaces": [
          {
            "interfaceid": "1",
            "ip": "127.0.0.1",
            "port": "10050"
          }
        ],
        "groups": [
          {
            "groupid": "4",
            "name": "Zabbix servers"
          }
        ]
      }
    ],
    "id": 1
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/zabbix-host-get-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.