Info |
---|
Cloudaware can import CMDB data into the Google BigQuery and then automatically upload the data to ServiceNow on a regular basis. This article instructs you on how to set up and automate import of Cloudaware CMDB data into ServiceNow CMDB using a Google BigQuery table. |
To see how Cloudaware seamlessly integrates with ServiceNow in action, request a demo.
Use case: Using Cloudaware and ServiceNow for asset management, a customer would like to download their app inventory or the list of AWS-related resources from Cloudaware CMDB to ServiceNow to enrich the existing data. Cloudaware uses Google BigQuery as temporary storage for the imported CMDB data file. The customer should set up data import in their ServiceNow to get data uploaded and mapped correctly. The data upload can be scheduled as one-time or recurrent (automated) action.
Table of Contents | ||||
---|---|---|---|---|
|
Prerequisites
1. Define the scope of Cloudaware CMDB data for download into ServiceNow. Contact your dedicated account manager or tam@cloudaware.com to specify the data scope.
...
Create a data source in ServiceNow to store the imported Cloudaware data as the import set table (check ServiceNow Documentation). Fill in the form and click Submit:
...
The target table stores ServiceNow CMDB data. If you use ServiceNow as CMDB and have a target table already to import external data, skip to step 3.
Manually
Check ServiceNow Documentation for instructions.
Note |
---|
Use consistent field names in both the target table and the import set table (stage table) to ensure automated mapping of matching fields. |
...
Set up a transform map to define and automate field mapping. Click Create transform map:
...
Check ServiceNow Documentation for instructions. Fill in the form:
...
Note |
---|
For one-time data import, values in the column Coalesce must be set to false. If you would like to import data and update records on a regular basis, define the unique field and set Coalesce to true for it. Learn more : https://www.servicenowelite.com/blog/2014/3/30/coalesce-methods here. |
Click Transform.
Specify Import set and Transform map values. Сlick Transform to proceed.
...
Once data tables are managed and mapping is set up, schedule data import runs - check ServiceNow Documentation for instructions.
...