The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Retrieve Virtual machine data from azure into Servicenow

Priyanka Chaud1
Tera Contributor

Hey Team,

We have a requirement in one of our catalog item having one field to show VDI data in dropdown which they want it from azure through integration.. Acc to the documentation i have installed the Microsoft Azure resource manager spoke and configured it as well which has also installed Azure Virtual Machine spoke.. and there we have diferent action to look up virtual machine but not sure how to proceed? The client wants to bring VDI data and store in CMDB table to use for that field in catalog item. Do we have ability to do that with the installed spoke and we have to use RestAPI for that? IF RestAPI can anyone please guide me on that how to do that? Also can we not use the OOTB spoke to brind data and directly show in that field in catalog item through the flow? Please guide me on this as i am new to integration what should be done? Thanks @Ankur Bawiskar @Anil Lande @VaranAwesomenow 

4 REPLIES 4

Ankur Bawiskar
Tera Patron
Tera Patron

@Priyanka Chaud1 

I haven't worked on it earlier.

Did you check the documentation for the spoke?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

yes i have configured it but not able to proceed further as don't know it will work with OOTB spoke or Rest API need guidance.. can you tag someone who has idea on this maybe they can help @Ankur Bawiskar 

@Priyanka Chaud1 

I am not aware of any such person who has worked on this.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

VaranAwesomenow
Mega Sage

@Priyanka Chaud1 Azure provides an API to get VM list Virtual Machines - List - REST API (Azure Compute) | Microsoft Learn.

I have created a blog few years back on how to fetch data from Azure and update CMDB via ETL.

 

Retrieve VM details from Azure using REST API inte... - ServiceNow Community

Hope this helps.