zabbix-graphql-api/schema
Andreas Hilbig ce340ccf2e feat: implement storeGroupValue and getGroupValue with unified locator
- API Refactoring: Extracted GroupValueLocator input type to unify parameters for storeGroupValue (mutation) and getGroupValue (query).

- Data Retrieval: Implemented getGroupValue query to allow direct retrieval of JSON values stored in host groups via Zabbix Trapper items.

- Enhanced Logic: Added ZabbixGetGroupValueRequest to fetch latest history values for group-associated items.

- Improved Verification: Updated the regression suite (REG-STORE) to include a full 'Store-Update-Retrieve' verification cycle.

- Documentation:

    - Updated docs/howtos/cookbook.md recipes to use the new locator structure and getGroupValue for verification.

    - Updated sample query files (docs/queries/) with corrected variables and verification queries.

- Tests:

    - Added unit and integration tests for getGroupValue.

    - Updated existing tests to match the refactored storeGroupValue schema.

- Verification: Verified 100% pass rate for all 16 regression steps and all unit/integration tests.
2026-02-20 12:26:39 +01:00
..
api_commons.graphql feat: implement storeGroupValue and getGroupValue with unified locator 2026-02-20 12:26:39 +01:00
device_value_commons.graphql docs: refactor documentation and upgrade to Node.js 24 2026-01-30 14:35:31 +01:00
devices.graphql feat: implement weather sensor extension and enhance device interfaces 2026-02-01 06:56:23 +01:00
mutations.graphql feat: implement storeGroupValue and getGroupValue with unified locator 2026-02-20 12:26:39 +01:00
queries.graphql feat: implement storeGroupValue and getGroupValue with unified locator 2026-02-20 12:26:39 +01:00
zabbix.graphql feat: add GroundValueChecker and WeatherSensorDevice with public API integration 2026-02-01 21:07:21 +01:00