ITOM forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

Where and How does the Rest API request stores in queue before it gets processed? how it can be customized to process only each rest API one at a time?

During race condition, when same Rest API is concurrently called, we are facing issue which ends by with same response. If more then one request of same API with same parameters comes to ServiceNow at same time we want to process one after other. So ...

Gowri S by Tera Expert
  • 1533 Views
  • 3 replies
  • 1 helpfuls

Resolved! ServiceNow Discovery, SCCM, & Data Precedence

I've implemented the SCCM integration in our development environment (com.snc.integration.sccm2016). My intention is for SCCM to serve as the authoritative source for the devices it covers, supplemented by ServiceNow Discovery where there is not a co...

Populate "Datasource History" table with SCCM Integration

Hello to all, I need to populate the cmdb_datasource_last_update table when a Computer is created by SCCM integration, since not populating this table (cmdb_datasource_last_update), the rules of Datasource Precedence and Reconciliation Definitions do...

CMDB: Can I change identification rules?

Hi, We are currently planning on using de-duplication module but we have an issue with correlation id being at the top of the identification rules on hardware table. Is it okay to remove/deactivate correlation id as top rule on hardware? I have never...

Rick54 by Tera Expert
  • 1467 Views
  • 5 replies
  • 2 helpfuls

Resolved! How to properly use sudo in Discovery Probes

  Hello Community! I have previously written many custom Probes using sudo in the Probe Parameter script without any issue, but it seems that I can no longer do that without getting a "Permission Denied" message from the server.  The previous Probes ...

API call to get a list of assignment groups

Is this possible to do using the API?We have a service that can create tickets for us but I would like to be able to determine if the assignment group being used exists or not before trying to submit the ticket.we are using C# to make the API calls.

bigbacon by Tera Guru
  • 6764 Views
  • 10 replies
  • 1 helpfuls

Configuration of relationships between CI's

How to find if downstream and upstream relationships of a CI is right or not. And currently there are CIs for which downstream Relationships contain same switches for all objects across the Globe. How to find the root cause of this? Thanks in advance...

Riya25 by Giga Contributor
  • 2070 Views
  • 7 replies
  • 2 helpfuls

HSRP VIP, Aborting Discovery

Hi Team, how to resolve this error "XXXX. HSRP VIP, Aborting Discovery" error, I seeing this under Discovery Home Page under configuration error.

find_real_file.png
PaulSylo by Tera Sage
  • 2235 Views
  • 2 replies
  • 3 helpfuls

Resolved! Struggling with network SNMP discovery - ID on class/serial number

We are starting to get more traction from the infrastructure teams in managing their inventory solely in CMDB and define/follow an inventory process.   On the network side I've had to create some SNMP classifiers and OID entries to properly classify ...

cyked by Mega Guru
  • 5672 Views
  • 16 replies
  • 1 helpfuls

Dependency view is not showing the relationship

Hi All,   I have created custom class ESX Cluster(u_cmdb_ci_esx_cluster) which extends OOB Cluster(cmdb_ci_cluster).I have cretaed Relationship ESX Cluster(u_cmdb_ci_esx_cluster) is parent and ESX Server (cmdb_ci_esx_server) is child this OOB class. ...

find_real_file.png find_real_file.png
Jai1 by Kilo Explorer
  • 3485 Views
  • 8 replies
  • 1 helpfuls

Resolved! Affected CIs - 'affected_cis_view' table

Using the REST API, I can retrieve GET the Affected CIs 'affected_cis_view' table https://devxxxxx.service-now.com/api/now/table/affected_cis_view However, how can I create POST new Affected CI entry in the table? Using Create in the usual manner cau...