Hi,We want to monitor the Health of the API's using the Analytics Custom event schema. To achieve this we have created the schema using postman and published the data to the event schema we have created. But, how we can replicate this for monitoring ...
Hi,I am trying to create a schema in Analytics using postman. But i am getting the below error.Error: "Error provisioning account on any cluster" I am following the steps as per the Docs : POST http://analytics.api.example.com/events/schema/{schemaN...
Hi Mario,Greetings!1. We have created a schema in Analytics using postman. We have used the below payload from the documentation.payload: "schema" : { "account": "integer", "amount": "float", "product": "string" }2. Post creating the schema we have p...
Hi,Till now as per the documentation, we have created a schema and published the sample data to the schema manually from postman.Now we want to monitor the performance of the API's using analytics schema. we would like to know how can we achieve this...