Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
on 12-29-2017 01:49 AM
Getting following error while querying analytics events data using Analytics Events API:
"statusCode": 415,
"code": "Library.Exception",
"message": "HTTP 415 Unsupported Media Type",
"developerMessage": "javax.ws.rs.NotSupportedException: HTTP 415 Unsupported Media Type"
...
This can happen when the content type is not used or incorrectly specified, rerun the API query with Content-type:
Content-type: application/vnd.appd.events+text;v=2
POST http://<events_service_endpoint>:9080/events/query
X-Events-API-AccountName:<global_account_name>
X-Events-API-Key:<api_key>
Content-type: application/vnd.appd.events+text;v=2
Accept: application/vnd.appd.events+json;v=2
SELECT * FROM county WHERE size>=30 AND population>20000
Note: Also make sure to have the right API Key as per the following doc:
https://docs.appdynamics.com/display/PRO43/Managing+API+Keys
Reference: https://docs.appdynamics.com/display/PRO43/Analytics+Events+API#AnalyticsEventsAPI-QueryingEvents
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form