- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2024 11:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2024 11:28 AM
1) Scheduled Data import allows you schedule your import from the DataSource so that you do not need to do it manually. e.g. import LDAP users daily, or import CMDB items from an SFTP server weekly
2)Create a REST Message with the target API endpoint, set up authentication, and test the connection. Then, use a Scheduled Script Execution to automate the REST call at intervals, writing a script that uses RESTMessageV2 to fetch data. Parse the response and map it to ServiceNow fields, inserting or updating records as needed. Activate the job to run on your chosen schedule, ensuring data is pulled regularly. Add error handling to manage connectivity or data issues.
Mark it as helpful and solution proposed if it serves your purpose.
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2024 11:28 AM
1) Scheduled Data import allows you schedule your import from the DataSource so that you do not need to do it manually. e.g. import LDAP users daily, or import CMDB items from an SFTP server weekly
2)Create a REST Message with the target API endpoint, set up authentication, and test the connection. Then, use a Scheduled Script Execution to automate the REST call at intervals, writing a script that uses RESTMessageV2 to fetch data. Parse the response and map it to ServiceNow fields, inserting or updating records as needed. Activate the job to run on your chosen schedule, ensuring data is pulled regularly. Add error handling to manage connectivity or data issues.
Mark it as helpful and solution proposed if it serves your purpose.
Thanks,
Anand