ApplicationMonitoringSummary

ApplicationMonitoringSummary
Application Monitoring Summary

Summary of application monitoring results, categorizing applications based on various monitoring metrics.

JSON Example
{
    "apps_with_unprotected_flows": 0,
    "apps_with_custom_rule_hits": 0,
    "apps_with_no_hits": 2
}
integer As int32 As int32
apps_with_unprotected_flows
Optional

Number of applications where at least one flow hit the default any-any rule (src=ANY, dst=ANY, service=ANY), indicating traffic that is not covered by any specific DFW allow rule.

Notes:

  • Applications with unprotected flows represent potential security exposure and should be reviewed.
integer As int32 As int32
apps_with_custom_rule_hits
Optional

Number of applications where user-configured additional monitoring rules were matched during the interval.

integer As int32 As int32
apps_with_no_hits
Optional

Number of applications with no monitoring activity in the interval.

Notes:

  • This can occur when there are no flows hitting the default any-any rule and no flows hitting user configured additional monitoring rules.