Bulk Receiver

Email and FCM receiver for QA/test

Enviroment Variables

SQS_EMAIL_URL - endpoint URL of the SQS for email

SQS_PUSH_URL - endpoint URL of the SQS for push

SQS_PUSH_POLLERS - number of pollers for push (default 3)

Download OpenAPI description
Languages
Servers
Mock server

https://docs.cognitivesystems.com/_mock/assets/specs/bulkrx/v1-0/

EMails

Operations

Push

Operations

Stats

Operations

Stats

Request

curl -i -X GET \
  https://docs.cognitivesystems.com/_mock/assets/specs/bulkrx/v1-0/stats

Responses

BulkRX instance statistics

Bodyapplication/json
db.sizeinteger(int32)
Example: 51
push.2.tokensinteger(int32)
Example: 3779
push.clientsinteger(int32)
Example: 15
push.clients.comcastinteger(int32)
Example: 5
push.clients.comcast.idleinteger(int32)
Example: 5
push.1.tokensinteger(int32)
Example: 3734
push.clients.halointeger(int32)
Example: 5
push.clients.halo.idleinteger(int32)
Example: 5
push.clients.loadinteger(int32)
Example: 5
push.clients.load.idleinteger(int32)
Example: 5
push.0.tokensinteger(int32)
Example: 3847
push.2.refreshinteger(int32)
Example: 3775
push.1.refreshinteger(int32)
Example: 3730
push.0.refreshinteger(int32)
Example: 3840
email.generateinteger(int32)
Example: 31
email.receiveinteger(int32)
Example: 71
push.clients.halo.busyinteger(int32)
push.halo_claiminteger(int32)
Example: 4
push.messageinteger(int32)
Example: 108
push.getinteger(int32)
Example: 10
push.clearinteger(int32)
Example: 10
push.halo_unclaiminteger(int32)
Example: 4
push.clients.load.busyinteger(int32)
push.load_claiminteger(int32)
Example: 4
push.load_unclaiminteger(int32)
Example: 4
Response
application/json
{ "db.size": 51, "push.2.tokens": 3779, "push.clients": 15, "push.clients.comcast": 5, "push.clients.comcast.idle": 5, "push.1.tokens": 3734, "push.clients.halo": 5, "push.clients.halo.idle": 5, "push.clients.load": 5, "push.clients.load.idle": 5, "push.0.tokens": 3847, "push.2.refresh": 3775, "push.1.refresh": 3730, "push.0.refresh": 3840, "email.generate": 31, "email.receive": 71, "push.clients.halo.busy": 0, "push.halo_claim": 4, "push.message": 108, "push.get": 10, "push.clear": 10, "push.halo_unclaim": 4, "push.clients.load.busy": 0, "push.load_claim": 4, "push.load_unclaim": 4 }

Reset

Operations