servicenow.itsm icon indicating copy to clipboard operation
servicenow.itsm copied to clipboard

In the module api_info module the sysparm_query parameter is not filtering.

Open marseaplage opened this issue 6 months ago • 1 comments

SUMMARY

Hi guys.

In the module "api_info" module the "sysparm_query" parameter is not filtering. The play that I am using is like this:

- name: Prueba de conectividad a api que tiene toda la info requerida de la cmdb servicenow.itsm.api_info: api_path: api/buu/queryci_app sysparm_query: name=hostname display_value: "true" exclude_reference_link: true columns: - Name - IP_address - Operating_System - Application - Owmer_app instance: host: https://instance.service-now.com/ username: "user" password: "paswword"

Ansible: 2.14.6

ISSUE TYPE
  • Bug Report
COMPONENT NAME
ANSIBLE VERSION
Ansible: 2.14.6
COLLECTION VERSION
the latest

CONFIGURATION

OS / ENVIRONMENT

localhost Redhat

STEPS TO REPRODUCE

EXPECTED RESULTS

Filter by hostname

ACTUAL RESULTS

Module is not filtering


marseaplage avatar Aug 26 '24 21:08 marseaplage