Hi,
Is there a way to export all types of events when exporting events from the REST API?
Example:
NAME.saas.appdynamics.com/controller/rest/applications/APPLICATION/events?time-range-type=BEFORE_NOW&duration-in-mins=15&event-types=APPLICATION_ERROR,APP_SERVER_RESTART,DIAGNOSTIC_SESSION&severities=INFO,WARN,ERROR&output=JSON
Looking the guide (at https://docs.appdynamics.com/display/PRO42/Events+Reference) we can see many types of events that is possible to filter, but each type must be especified on the URL.
Would be there an "ALL_EVENTS" or something like that?
Thanks in advance.