Chore: convert Zabbix connector to TS

This commit is contained in:
Alexander Zobnin
2020-05-15 14:38:29 +03:00
parent c4f8b5bf2b
commit 11214d0d17
4 changed files with 64 additions and 46 deletions

View File

@@ -350,7 +350,7 @@ export class ZabbixAPIConnector {
return self.request('trend.get', params);
}
getITService(serviceids) {
getITService(serviceids?) {
const params = {
output: 'extend',
serviceids: serviceids