InlineActivityDetails1
{
    "status": "string",
    "start_time": 0,
    "end_time": "EpochMsTimestamp Object",
    "progress": 0,
    "cancelable": false,
    "is_stale": false,
    "is_last_successful": false,
    "cancelled_by": "string",
    "cancellation_time": "EpochMsTimestamp Object",
    "anomalies_summary": [
        {
            "anomaly_type": "string",
            "count": 0
        }
    ],
    "rules_analyzed_count": 0,
    "rules_ignored_count": 0,
    "failure_reason": "string"
}Current status of the firewall rule analysis activity.
Firewall rule analysis activity progress if known, from 0 to 100.
True if the firewall rule analysis activity can be canceled.
Flag to indicate whether the firewall rule analysis activity is considered stale due to configuration changes that have happened while the activity was in progress. Example: Changes to existing firewall configuration while the activity was in progress.
Flag to indicate whether the firewall rule analysis activity is the latest successful successful activity for its site.
User who cancelled the firewall rule analysis activity.
Cancellation time of the firewall rule analysis activity.
List of anomalies and their respective count in the result of firewall rule analysis activity.
Total number of firewall rules analyzed in this activity.
Number of firewall rules ignored during this firewall rule analysis activity.
Indicates the reason for the failure of rule analysis activity.
