Documentation for Axxon One 2.0. Documentation for other versions of Axxon One is available too.

Previous page Manage control panels using gRPC API methods  Manage events using gRPC API methods Next page

POST http://IP-address:port/prefix/grpc

Request body:

{
	"method":"axxonsoft.bl.statistics.StatisticService.GetStatistics",
	"data":{
		"keys": [
			{
				"type":"SPT_WaterLevel", 
				"name":"hosts/SERVER1/AVDetector.93/EventSupplier"
			}
			]
	}
}
  • No labels