Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2021 06:42 AM
I need to call following azure API from ServiceNow REST Message.
https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/start?api-version=2021-03-01
What are the steps to achieve this?
Solved! Go to Solution.
Labels:
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2021 10:36 AM
Have you tried using the links in the REST API reference to try the call? It will give you the command to use in the Try it space, just need to translate it to a REST call from servicenow from there.
https://docs.microsoft.com/https://docs.microsoft.com/en-us/rest/api/compute/virtual-machines/list-all-us/rest/api/compute/virtual-machines/start
6 REPLIES 6

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2021 10:36 AM
Have you tried using the links in the REST API reference to try the call? It will give you the command to use in the Try it space, just need to translate it to a REST call from servicenow from there.
https://docs.microsoft.com/https://docs.microsoft.com/en-us/rest/api/compute/virtual-machines/list-all-us/rest/api/compute/virtual-machines/start
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2022 06:24 PM
Hi Kamath,
I have similar requirement, but with token I need to connect Azure. Let me know if you have achieved setting up connection with Azure, would require your help.
Thanks, Jay