A couple of minor problems with the trigger API:
1. trigger.adddependencies returns a hash of trigger IDs instead of an array:
{
"jsonrpc": "2.0",
"result": {
"triggerids":
},
"id": 6
}
2. selectHosts with count for trigger.get always returns 0.
- is duplicated by
-
ZBX-6241 responce for API trigger.addDependencies() contains a map of IDs instead of just IDs
- Closed