Forum Discussion
Saved Searches API
- Feb 15, 2018
Hi
I do not have information if such api will be created for the new language but you can get the query programmatically via the api:
https://docs.microsoft.com/en-us/rest/api/loganalytics/savedsearches/get
and than execute it via the new api for executing queries:
https://dev.loganalytics.io/documentation/Using-the-API/RequestFormat
The latest AzureRM modules also support executing query via the new api:
https://github.com/Azure/azure-powershell/releases/tag/v5.3.0-February2018-rtm
Hope this helps a little bit!
Hi
I do not have information if such api will be created for the new language but you can get the query programmatically via the api:
https://docs.microsoft.com/en-us/rest/api/loganalytics/savedsearches/get
and than execute it via the new api for executing queries:
https://dev.loganalytics.io/documentation/Using-the-API/RequestFormat
The latest AzureRM modules also support executing query via the new api:
https://github.com/Azure/azure-powershell/releases/tag/v5.3.0-February2018-rtm
Hope this helps a little bit!