clearSiteSrxPolicyHitCounts
POST https://{{host}}/api/v1/sites/:site_id/devices/:device_id/clear_policy_hit_count
Clear application policy hit counts for all the policies.
The output will be available through websocket. As there can be multiple command issued against the same device at the same time and the output all goes through the same websocket stream, session
is introduced for demux.
subscribe to Device Command outputs
{
"subscribe": "/sites/:site_id/devices/:device_id/cmd"
}
RESPONSES
status: OK
{"session":"session_id"}