getMetrics
get
get metrics
Authorizations
Path parameters
subscriptionIdstringRequired
Subscription ID
Responses
200
OK
application/json
400
Bad Request
application/json
404
Not Found
application/json
500
Internal Server Error
application/json
get
GET /omnicore/subscriptions/{subscriptionId}/metrics HTTP/1.1
Host: api.korewireless.com
Authorization: Bearer JWT
Accept: */*
{
"details": {
"NoOfMessagesFor30Minutes": [
{}
],
"NoOfMessagesFor48Hours": [
{}
],
"billableBytesReceived": 1,
"billableBytesSent": 1,
"billableMessageSize": 1,
"bytesReceived": 1,
"bytesSent": 1,
"messageSize": 1,
"noOfAckMessages": 1,
"noOfCommandMessages": 1,
"noOfConfigMessages": 1,
"noOfDeviceConnectionsFailed": 1,
"noOfDevices": 1,
"noOfDisConnections": 1,
"noOfEventMessages": 1,
"noOfGatewayConnectionsFailed": 1,
"noOfGateways": 1,
"noOfLoopBackMessages": 1,
"noOfMessages": 1,
"noOfPublishErrors": 1,
"noOfRegistries": 1,
"noOfStateMessages": 1,
"noOfSubscribe": 1,
"noOfSuccessfulConnections": 1,
"noOfUnSubscribe": 1,
"subscriptionId": "text"
}
}
Authorization: apiKey
name: x-api-key
in: header
type: apiKey
curl -L -X GET 'https://api.korewireless.com/omnicore/subscriptions/:subscriptionId/metrics' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
-H 'x-api-key: <API_KEY_VALUE>'
Last updated