Method : GET

URI : /stream/<schema_name>/<stream_name>/count

Example

curl -X GET http://192.168.1.105:18080/stream/website/visitor/count

Response

{
   "count": 10
}