Apama Analytics Builder 10.5.7 | Using Apama Analytics Builder for Cumulocity IoT | Monitoring and Configuration | Configuration | Keys for status reporting
 
Keys for status reporting
Key name
Description
status_device_name
The name of the Cumulocity IoT device to which the status operations are to be published. The default name is apama_status.
status_period_secs
The frequency in seconds at which the status is to be published. The default value is 0 seconds, meaning that status reporting is disabled. You can enable status reporting by setting the frequency to a positive value.
status_send_type
How the status is to be published. The default value is OPERATION, meaning that the status is published as a Cumulocity IoT operation. You can change this to one of the following values:
*EVENT - Publish the status as a Cumulocity IoT event.
*MEASUREMENT - Publish the status as a Cumulocity IoT measurement.
status_send_keys
A comma-separated list of field names to be used when publishing the status. If not set or empty, the status for all fields is published.
For example, if you specify the following, then the status includes only the values for these fields in one measurement.
apama_status.inputQueue,apama_status.numListeners,apama_status.numMonitors
status_event_type
The event type if the status is published as a Cumulocity IoT event, or the measurement type if the status is published as a Cumulocity IoT measurement. The default type is apama_status.
status_event_text
The event text if the status is published as a Cumulocity IoT event. The default text is Apama Status.