The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click here for more information.
Following on from comments on the post "New ServiceNow Scoped App v5.0.6 is now Available in ServiceNow Store", I'm interested to understand the sequence of events in the data exchange between Data Platform and ServiceNow (more-so than the technical specs of the API's). I'm a ServiceNow developer tasked with implementing this integration for a client.
I find it unusual that the documentation is lacking in detail. Other than the tables involved and simply entering credentials. I've had to work backwards to find out how we're receiving data into the ServiceNow platform.
Below is my guess on how the data is exchanged from FDP to ServiceNow? I'm not as concerned with FNMS and Inventory CI data but more rather than normalized hardware and software model and information.
Step | |
1 | Scheduled Job runs in Flexera (Data platform?/FNMS?)at (x) Interval |
2 | Queries SN Instance via "/api/x_fls_flexera_fnms/v1/integration/can_export" until true result is returned |
3 | Triggers REST call to "/api/x_fls_flexera_fnms/v1/integration/export" |
4 | This triggers scheduled jobs (x,y,z) in ServiceNow to export .CSV files to MID server noted in Export Sets |
5 | Flexera Polls Export Status on SN instance ("/api/x_fls_flexera_fnms/v1/integration/export_status") until export job complete |
6 | FDP normalizes data from CSV Export in MID server |
7 | FDP Queries 'Can Import' ('/api/x_fls_flexera_fnms/v1/integration/can_import') until true |
8 | Data transfered from FTP in batches via Import ('/api/x_fls_flexera_fnms/v1/integration/import') |
9 | FDP Polls Import Progress Status ("/api/x_fls_flexera_fnms/v1/integration/import_progress_status") until complete |
10 | Once import complete status returned import complete message sent to trigger data import/transform in ServiceNow ('/api/x_fls_flexera_fnms/v1/integration/import_data_complete') |
Is this following a similar path to the high level process for FNMS is documented here on page 314?
It would be great if there were some further detail on the actual sequence of data exchange.
Apologies if a bit wordy, but I'm trying to understand the ins and outs of this without much documentation to go on!
Thanks for your help.
- Stephen
Oct 14, 2021 06:02 PM - last edited on Oct 14, 2021 09:43 PM by ChrisG