connection.session.nodata event

When a module establishes a cellular data session with the network and the session is terminated without any data being transmitted is termed as no-data or zero data session.  This event is triggered when no data session exceeds the set Percentage of no-data sessions in the Minimum number of sessions for the set Time period.

Form

For example: In the above Form the event is triggered, if you have 10 sessions with at least 5 of them with no data in the current billing month. The below table represents the above Form and it contains 7 out 11 ( greater than the required minimum 10 sessions) being no-data sessions as shown. The tagged enterprise_gateway is only considered.

Parameters

Name
Type
Required
Description
Time period String Yes

Month to date - Evaluate the usage of the connection in the current billing month.

Last time period - Allows you to specify the "Last period" value to determine the usage of the resource over the defined time period.

Percentage of no-data sessions Integer Yes The percentage of no-data sessions within the current billing month. When the percentage is reached the trigger is fired.
Minimum number of sessions Integer Yes The Minimum number of sessions to be considered in the set time period.
Connection tags String Limits the trigger to the connections specified by tags. Leave blank to not limit this trigger to connections specified by tag. When multiple tags are specified in the trigger event, the connection must have at least one tag in common for the trigger to execute.
Carrier String   Limits the trigger to the connections within the specified carrier. Leave blank to not limit this trigger to connections specified by carrier. For example, AT&T, T-Mobile, Verizon, Vodaphone, Sprint and so on

Event variables

Name
Type
Description
$(event.conn.iccid) String The ICCID associated with the connection.
$(event.conn.meid) String The MEID associated with the connection.
$(event.conn.msisdn) String The MSISDN associated with the connection.
$(event.conn.imei) String The IMEI associated with the connection.
$(event.conn.imsi) String The IMSI associated with the connection.
$(event.percentage) Float The actual percentage of sessions that have zero data
$(event.sessions_without_data) Integer The count of session with no data
$(event.sessions_with_data) Integer The count of session with data
$(event.sessions_total) Integer The total number of session
$(event.ts) String The time stamp of the connection status change that initiated this trigger.