ApplicationMonitoringConfigV2

ApplicationMonitoringConfigV2
Application Monitoring Config V2

Stores the custom DFW rules configured to monitor for flow hits on a specific application. One config object exists per application; applications with no custom rules have an empty rules list.

Notes:

  • Rules listed here contribute to the additional_rule_hit_count shown in per-application monitoring results.
  • The config is created automatically by the system when the user first adds an additional rule to monitor.
AllOf
This class requires all of the following:
JSON Example
{
    "_create_user": "string",
    "_create_time": 1750714942696,
    "_last_modified_user": "string",
    "_last_modified_time": 1750714952696,
    "_revision": 2,
    "_resource_type": "string",
    "_system_owned": false,
    "id": "mon-cfg-uuid-123",
    "display_name": "Payment App Monitoring Config",
    "description": "string",
    "site_ids": [
        "string"
    ],
    "application_id": "app-uuid-456",
    "additional_rules_request": {
        "rules": [
            {
                "site_id": "d2a2ca94-b87c-4d17-b36d-831e616f9597",
                "rule_path": "/infra/domains/default/security-policies/policy-1234/rules/rule-1234"
            }
        ]
    }
}