You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to build a dynamic inventory using the servicenow.itsm module, but I'm running into a snag. I would like to be able to search the CMDB table for CIs containing a specific tag.
For example, I have Cisco NX-OS switches tagged with "nx-os". When I search in SNOW, the query that it uses looks like this:
sys_tags.UUID=UUID
Where UUID is the UUID of the tag I'm looking for and is the same on both sides of the equal sign.
I cannot figure out who to convert that to the dynamic inventory search format, or even if it is supported.
Has anyone gotten dynamic inventory searches working based on tags?
I know my module works because when I use more traditional search criteria, I get results.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to build a dynamic inventory using the servicenow.itsm module, but I'm running into a snag. I would like to be able to search the CMDB table for CIs containing a specific tag.
For example, I have Cisco NX-OS switches tagged with "nx-os". When I search in SNOW, the query that it uses looks like this:
sys_tags.UUID=UUID
Where UUID is the UUID of the tag I'm looking for and is the same on both sides of the equal sign.
I cannot figure out who to convert that to the dynamic inventory search format, or even if it is supported.
Has anyone gotten dynamic inventory searches working based on tags?
I know my module works because when I use more traditional search criteria, I get results.
This test inventory file:
Gives these results:
Beta Was this translation helpful? Give feedback.
All reactions