Can you please explain why I cannot create an event schema? I get 500 Error (Exception Message chain)
Thanks
Atul
Create Event Schema Error
{
"statusCode": 500,
"code": "Unknown",
"message": "Unknown server error: [null]",
"develope...
Is it possible to use XML instead of JSON for the custom event data publish.
If it possible could you post an example similar to this.
Thanks
curl -X POST "<events_service_endpoint>:9080/events/publish/myProducts" -H"X-Events-API-AccountName:customer...
I need to create a custom schema. AppD documentation is not very extensive on how to create complex (nested) custom schemas. Or can only flat schemas be created in Appdynamics?
Where can I get documentaiton create event schema examples in AppDynamics...
Thanks for your reply with the documentation link. I have some further questions about this link.
1.
"If the event data doesn't match an event schema, the Events Service makes a best effort attempt to match the data to the schema, and returns a 400 b...