if (filter.hasOwnProperty('name')) {
        vms = await this.client.query(this.getQuery('name', filter.name.toLowerCase()))
      } else if (filter.hasOwnProperty('ip')) {
        vms = await this.client.query(this.getQuery('ipaddress', filter.ip))
      } else {