Can Servicenow get Servers Data from Tags in Azure AD using REST for Integration?

manish kale
Tera Guru

 

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.

1 ACCEPTED SOLUTION

Pratiksha
Mega Sage
Mega Sage

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. 

View solution in original post

3 REPLIES 3

Pratiksha
Mega Sage
Mega Sage

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. 

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!  

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.