How can I add additional or custom fields from the Nozomi API into my integration?

A description of how you can add additional, or custom fields, from the Nozomi Networks application programming interface (API) into your ServiceNow integration.

The integration will pre-process and flatten the application programming interface (API) data before importing it to the staging table. For both asset and appliance imports, extension points have been provided in which the flattened item that has been processed so far and the raw API item returned from the data stream action are passed through. This lets users make additional changes to the data before importing to the staging table.

You can use the filter navigator, to go to Service Graph Connector for Nozomi > Admin > Extension Points. You can then open either the records for:
  • SGNozomiAssetsExtension, or
  • SGNozomiAppliancesExtension
A built-in example will show that has a process function where the flattened item built by the integration prior and the API item returned from the data stream action are passed through.

You can select the create implementation related link to generate a new script include. You can now adjust the flattened Item object and return it so that it will be included in the transforms.