I'm using Azure Application Insights REST API to get data and want to filter on cloud/roleName. Filter on cloud/roleName is not working. I tried in https://dev.applicationinsights.io/apiexplorer and it will show "Unexpected error occurred" message. open this url for more details.
how can I will apply filter on cloud/roleName? If I will add one more filter then it will work. This url is working https://dev.applicationinsights.io/apiexplorer/events?appId=DEMO_APP&apiKey=DEMO_KEY&eventType=requests&$filter=startswith(cloud%2FroleName%2C%20%27fabrikam%27)%20and%20(request%2FresultCode%20ne%20%27200%27%20)