Request extended output for applications from service
This commit is contained in:
@@ -139,7 +139,7 @@ function ZabbixAPIServiceFactory(alertSrv, zabbixAPICoreService) {
|
|||||||
|
|
||||||
getApps(hostids) {
|
getApps(hostids) {
|
||||||
var params = {
|
var params = {
|
||||||
output: ['applicationid', 'name'],
|
output: 'extend',
|
||||||
hostids: hostids
|
hostids: hostids
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user