IRE and Web Service

Gaetano De Mitr
ServiceNow Employee
ServiceNow Employee

Hello everyone,

The IRE works Only with a set of data source? 

I'm using a Inbound Web Service to create or update CI into CMDB, and I set discovery_source field with "WS" value.

Do I use IRE API into scripted rest api?

Otherwise,

Do I implement all Logic to create or update CI on CMDB without using Identificativo Rule?

I guess that even the Reconciliation rule Will not work with the Web Service.

Right?

26 REPLIES 26

No, it is an inbound web service--System Web Services > Inbound > ...

Could you elaborate a bit on what you mean by "which will do this for you?" I would think that the inbound service & the scripted method you're describing would effectively have the same intermediary step--data stored in an import set table. How do you connect that with the use of the features we're discussing here? The only association I see available on the inbound service is a traditional transform map.

ETL is mapped with a import set table and it is triggered when there is insert on that table.


SO you can check where the data is inserted in that inbound webservice and map the ETL to table 

 

Thanks,
Ashutosh

Interesting. Well, this could be a good solution. I'll have to play with it a bit. Thanks!

Nice.

I agree the future is definitely for 3rd party integrations to go through RTE/ETL.

I believe all the Service Graph connectors all use the Integration Commons for CMDB.