Status
state of a push
| Field | Type | Default | Unit | 
|---|---|---|---|
| sent_messages | uint32 | - | - | 
| message statistics [default = 0] | |||
| connection | - | - | |
| flag to indicate if it is working or not | |||
| data_rate | float | - | B/s | 
| Average data rate The resulting value is averaged over the last 5 messages sent, peak or current values might be different. | |||
| last_message | - | - | |
| Timestamp when last message was sent | |||
| state | - | - | |
| State of push connection. | |||
| state_reason | string | - | - | 
| Reason for the given state. Needs to be set if state is not STATE_OK. | |||
Connection
Connection status of the push
| Name | Value | Description | 
|---|---|---|
| CONNECTION_UNSPECIFIED | 0 | unspecified | 
| CONNECTION_DISABLED | 1 | push configuration is disabled | 
| CONNECTION_DISCONNECTED | 2 | disconnected from destination | 
| CONNECTION_CONNECTING | 3 | connecting to destination | 
| CONNECTION_CONNECTED | 4 | connected to destination | 
| CONNECTION_PUSHING | 5 | connected to input and destination |