counter.types

Get the available types of counter records. The counter.types command is used to get the available types of counter records.

TR50 Request

{
  "1": {
    "command": "counter.types"
  }
}

TR50 Response

If the command is sent successfully a success message and the property value are returned. Otherwise, an error and error message will be returned.

{
    "1": {
        "success": true,
        "params": {
            "types": [
		"api.global.day",
		"api.global.hour",
		"api.org.day",
		"api.org.hour",
		"api.whoami.day",
		"api.whoami.hour",
		"apiw.global.day",
		"apiw.global.hour",
		"apiw.org.day",
		"apiw.org.hour",
		"apiw.whoami.day",
		"apiw.whoami.hour",
		"cdp.conn.global.day",
		"cdp.conn.org.day",
		"cdp.conn.status.change.day",
		"cdp.netqos.session.conn.day",
		"cdp.netqos.session.conn.hour",
		"cdp.netqos.session.org.5min",
		"cdp.netqos.session.org.day",
		"cdp.netqos.session.org.hour",
		"cdp.sync.results.hour",
		"cdp.usage.data.conn.day",
		"cdp.usage.data.conn.hour",
		"cdp.usage.data.estimated.conn.day",
		"cdp.usage.data.estimated.conn.hour",
		"cdp.usage.data.estimated.org.5min",
		"cdp.usage.data.estimated.org.day",
		"cdp.usage.data.estimated.org.hour",
		"cdp.usage.data.org.day",
		"cdp.usage.data.org.hour",
		"cdp.usage.sms.conn.day",
		"cdp.usage.sms.conn.hour",
		"cdp.usage.sms.org.day",
		"cdp.usage.sms.org.hour",
		"cdp.usage.voice.conn.day",
		"cdp.usage.voice.conn.hour",
		"cdp.usage.voice.org.day",
		"cdp.usage.voice.org.hour",
		"location.network.decode.day",
		"lwm2m.data.day",
		"lwm2m.operations.day",
		"storage.global.day",
		"storage.org.day",
		"thing.global.day",
		"thing.org.day",
		"trigger.global.day",
		"trigger.global.hour",
		"trigger.id.hour",
		"trigger.org.day",
		"trigger.org.hour",
		"tunnel.duration.day",
		"tunnel.traffic.day",
		"message.org.day",
		"sms.org.day",
		"action.org.day"
            ]
        }
    }
}

Response Parameters

Name Type Description
types Array Counter types that can be searched.

Counter Types

Type Description
api.global.day Global API usage by day.
api.global.hour Global API usage by hour.
api.org.day Organization API usage by day.
api.org.hour Organization API usage by hour.
api.whoami.day User/Thing API usage by day.
api.whoami.hour User/Thing API usage by hour.
cdp.conn.global.day Global count of connections by day.
cdp.conn.org.day Organization count of connections by day.
cdp.netqos.session.conn.hour Connection NetQoS sessions by hour.
cdp.netqos.session.org.5min Organization NetQoS sessions by 5 min.
cdp.netqos.session.org.day Organization NetQoS sessions by day.
cdp.netqos.session.org.hour Organization NetQos sessions by hour.
cdp.sync.results.hour CDP sync results by hour.
cdp.usage.data.conn.day Connection data usage by day.
cdp.usage.data.conn.hour Connection data usage by hour.
cdp.usage.data.estimated.conn.day Connection estimated data usage by day.
cdp.usage.data.estimated.conn.hour Connection estimated data usage by hour.
cdp.usage.data.estimated.org.5min Organization estimated data usage by 5 min.
cdp.usage.data.estimated.org.day Organization estimated data usage by day.
cdp.usage.data.estimated.org.hour Organization estimated data usage by hour.
cdp.usage.data.org.day Organization data usage by day.
cdp.usage.data.org.hour Organization data usage by hour.
cdp.usage.sms.conn.day Connection sms usage by day.
cdp.usage.sms.conn.hour Connection sms usage by hour.
cdp.usage.sms.org.day Organization sms usage by day.
cdp.usage.sms.org.hour Organization sms usage by hour.
cdp.usage.voice.conn.day Connection voice usage by day.
cdp.usage.voice.conn.hour Connection voice usage by hour.
cdp.usage.voice.org.day Organization voice usage by day.
cdp.usage.voice.org.hour Organization voice usage by hour.
storage.global.hour Global storage by hour.
storage.org.hour Organization storage by hour.
thing.global.day Global count of things by day.
thing.org.day Organization count of things by day.
trigger.global.day Global trigger activity by day.
trigger.global.hour Global trigger activity by hour.
trigger.id.hour Trigger activity by hour.
trigger.org.day Organization trigger activity by day.
trigger.org.hour Organization trigger activity by hour.
tunnel.duration.hour Tunnel duration by hour.
tunnel.traffic.hour Tunnel traffic by hour.
message.org.day LWM2M messages by day.
sms.org.day SMS messages by day.
action.org.day Trigger/Campaign actions by day.