About the Delta Job
Delta Run is a repetitive process designed to pull data when has been added, changed, or removed in Flexera One.
The Delta Run query uses resumeToken to identify a batch of records on the API side when an add, change, remove occurs within a specified time range.
• | Add: Indicates a new record that needs to be inserted in the Native table. |
• | Change: Indicates an update in an existing record. The field values for such records must be modified in the Native tables. |
• | Remove: Indicates the record has been deleted on an API side. Such fields are marked by setting Is Deleted to TRUE in the Native tables. |
Sample Delta Run query for Hardware Inventory:
Date |
Old Resume Token |
New Resume Token |
Job Type |
Record Count |
10 March 2023 |
|
123abc |
snapshot |
391,000 |
11 March 2023 |
123abc |
xyz456 |
delta |
10,000 |
12 March 2023 |
xyz456 |
pqr678 |
delta |
5,000 |
13 March 2023 |
pqr678 |
efg543 |
delta |
2,000 |