How can I get a list of crashes for a Mobile App using REST API?
Similar to this data available via web.
I can see that the data on web is retrieved via
POST https://{user}.saas.appdynamics.com/controller/restui/analyticsCrashDashboardUiService/getMobileCrashGroups
{"applicationId":447,"platform":"Android","mobileAppId":1,"timeRangeString":"last_1_week|BEFORE_NOW|-1|-1|10080","mobileAppVersion":"All"}
So how can I get the same data via REST API?
Here are a few links that you could use to get started:
https://dev.splunk.com/enterprise/docs/developapps/manageknowledge/custominputs/modinputsoverview/
Hope this helps, and good luck!
@squinlan2 wrote:Here are a few links that you could use to get started:
https://dev.splunk.com/enterprise/docs/developapps/manageknowledge/custominputs/modinputsoverview/
Hope this helps, and good luck!
I don't see anything in those links that would help me get a list of crashes for a mobile app.