- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2023 11:40 PM
Hello all,
Just a small query: Can ServiceNow pull servers information from Tags present in Azure AD ?OR all the way around simply we will need the endpoint of servers from Azure AD?
Thank you!
Manish.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2023 11:54 PM
If you have discovery installed then you can get the tags as part of cloud discovery. If not then yes you can use rest to get the the data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2023 11:54 PM
If you have discovery installed then you can get the tags as part of cloud discovery. If not then yes you can use rest to get the the data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2023 12:04 AM
Hey Pratiksha,
Thanks for the reply,
So we were going to pull the information using the rest message and call the Rest message into the scheduled job.
Now, if we want to get the information from tags, is there any seperate way or steps that we should follow, if yes, can you provide us with details of those steps.
Thanks again!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2023 11:48 PM
Once you get the data from cloud it will be in stagging table. Then you have to transform it to cmdb_key_value table. I would suggest to use IH ETL or if you are using transform map call IRE. That will help in avoiding duplicates.