zapix icon indicating copy to clipboard operation
zapix copied to clipboard

Online Zabbix API tool - test and develope Zabbix API queries in the browser

Results 2 zapix issues
Sort by recently updated
recently updated
newest added

**Hello!** I've used this project for quite some time, and thanks for the great work! So, today I needed to up it on a server and keep it run outside...

https://www.zabbix.com/documentation/5.4/en/manual/api/changes_5.2_-_5.4 `ZBXNEXT-6474 user.login: Renamed parameter user → username.` https://www.zabbix.com/documentation/6.4/en/manual/api/changes `ZBXNEXT-8085 user.login: Removed support for deprecated parameter user.` So, starting from 6.4, in jsonrpc.js:21 instead of: ` this.call('user.login', {user: user, password:...