Skip to content
Discussion options

You must be logged in to vote

I found my answer here and updated the original post of my now.yml - the attribute type of the operational_status column is of integer type. Once I found this article and updated my condition/operator to match the = 1 per this part of the document

https://docs.servicenow.com/bundle/rome-servicenow-platform/page/product/configuration-management/concept/cmdb-ci-lifecycle-mgmt.html

Also shortened the now.yml for troubleshooting purposes so I could at least validate I am able to query the cmdb_ci_server table with the provided filters

now.yml

plugin: servicenow.itsm.now
table: cmdb_ci_server
columns:
  - operational_status
  - support_group
  - name
  - ip_address
  - fqdn
  - install_status…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by shrutebattlestargalactica
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant