zabbix-graphql-api/docs/queries
Andreas Hilbig 7c2dee2b6c feat: implement history push mutation and enhanced MCP logging
- Implement pushHistory mutation to support pushing telemetry data to Zabbix trapper items.

- Add VERBOSITY and MCP_LOG_* environment variables for controllable request/response logging in both API and MCP server.

- Enhance ZabbixRESTDataSource with better session handling and error logging.

- Update ZabbixHistory datasource to support history push operations.

- Expand documentation with new cookbook recipes and MCP integration guides.

- Add integration tests for history pushing (src/test/history_push*).

- Reorganize documentation, moving technical product info PDF to docs/use-cases/.

- Update GraphQL generated types and VCR templates.
2026-02-03 13:29:42 +01:00
..
from_zabbix_docs feat: add Zabbix 7.4 documentation samples and importHostGroups MCP tool 2026-01-31 10:52:56 +01:00
README.md feat: implement history push mutation and enhanced MCP logging 2026-02-03 13:29:42 +01:00
sample_all_devices_query.graphql chore: add MCP integration and refactor documentation into modular how-to guides 2026-01-30 00:47:02 +01:00
sample_all_host_groups_query.graphql chore: add MCP integration and refactor documentation into modular how-to guides 2026-01-30 00:47:02 +01:00
sample_all_hosts_query.graphql chore: add MCP integration and refactor documentation into modular how-to guides 2026-01-30 00:47:02 +01:00
sample_all_template_groups_query.graphql chore: add MCP integration and refactor documentation into modular how-to guides 2026-01-30 00:47:02 +01:00
sample_delete_template_groups_mutation.graphql chore: add MCP integration and refactor documentation into modular how-to guides 2026-01-30 00:47:02 +01:00
sample_delete_templates_mutation.graphql chore: add MCP integration and refactor documentation into modular how-to guides 2026-01-30 00:47:02 +01:00
sample_distance_tracker_test_query.graphql feat: optimize Zabbix queries and enhance specialized device support 2026-02-02 13:20:06 +01:00
sample_export_user_rights_query.graphql chore: add MCP integration and refactor documentation into modular how-to guides 2026-01-30 00:47:02 +01:00
sample_import_distance_tracker_template.graphql docs: refactor documentation and upgrade to Node.js 24 2026-01-30 14:35:31 +01:00
sample_import_ground_value_checker_template.graphql feat: add GroundValueChecker and WeatherSensorDevice with public API integration 2026-02-01 21:07:21 +01:00
sample_import_host_groups_mutation.graphql chore: add MCP integration and refactor documentation into modular how-to guides 2026-01-30 00:47:02 +01:00
sample_import_host_template_groups_mutation.graphql chore: add MCP integration and refactor documentation into modular how-to guides 2026-01-30 00:47:02 +01:00
sample_import_hosts_mutation.graphql chore: add MCP integration and refactor documentation into modular how-to guides 2026-01-30 00:47:02 +01:00
sample_import_permissions_template_groups_mutation.graphql chore: add MCP integration and refactor documentation into modular how-to guides 2026-01-30 00:47:02 +01:00
sample_import_simulated_bt_template.graphql feat: implement history push mutation and enhanced MCP logging 2026-02-03 13:29:42 +01:00
sample_import_templates_mutation.graphql chore: add MCP integration and refactor documentation into modular how-to guides 2026-01-30 00:47:02 +01:00
sample_import_user_rights_mutation.graphql chore: add MCP integration and refactor documentation into modular how-to guides 2026-01-30 00:47:02 +01:00
sample_import_weather_sensor_template.graphql feat: add GroundValueChecker and WeatherSensorDevice with public API integration 2026-02-01 21:07:21 +01:00
sample_push_geojson_history.graphql feat: implement history push mutation and enhanced MCP logging 2026-02-03 13:29:42 +01:00
sample_templates_query.graphql chore: add MCP integration and refactor documentation into modular how-to guides 2026-01-30 00:47:02 +01:00
sample_tracked_device_query.graphql feat: implement history push mutation and enhanced MCP logging 2026-02-03 13:29:42 +01:00

Sample Queries & Mutations

This directory contains practical examples of GraphQL operations for the Zabbix GraphQL API. You can use these as templates for your own automation or integration tasks.

📁 Available Samples

🖥️ Hosts

📄 Templates

📂 Template Groups

🔐 User Rights

For step-by-step guides on how to use these operations in common scenarios, see the Cookbook.