Description
Sends command interrupts to fwpushd process.
Note - Users get the push notifications only while they are logged in.
Syntax
fwpush info send <options> unsub |
Parameters
Parameter |
Description |
|---|---|
|
Gets data on notifications in the push queue:
|
|
Shows the push notifications queue and the pending batches. |
|
Sends an on-demand push notification message from a command line, using a token or a username. Important - Before you use the |
|
Unsubscribes a user:
|
To see connection status and details of users
[Expert@GW:0]# UserSettingsUtil show_exchange_registered_users |
Example output:
[Expert@MyGW:0]# UserSettingsUtil show_exchange_registered_users
[Expert@MyGW:0]# |
Notes:
<Token> parameter, use the value of the Push Token attribute (in the above example, xxxxxxxxxxxxx65b48e424023eb7952fbc5ca22ea788cfb3cxxxxxxxxxx).<Username> parameter, use the value of the CN attribute (in the above example, JohnD).<User-UID> parameter, use the value of the User Settings id attribute (in the above example, c4b6c6fbb0c4a4ff4469265e93e0e372).Example:
[Expert@MyGW:0]# fwpush send -uid JohnD -msg "hello push" |