InlineActivityDetails1

InlineActivityDetails1
InlineActivityDetails1
JSON Example
{
    "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"
}
status
Required

Current status of the firewall rule analysis activity.

Possible values are : NOT_STARTED, RUNNING, ERROR, SUCCESS, CANCELLING, CANCELLED,
start_time
Optional

Start time of the firewall rule analysis activity.

end_time
Optional

End time of the firewall rule analysis activity.

integer
progress
Optional
Constraints: minimum: 0 maximum: 100

Firewall rule analysis activity progress if known, from 0 to 100.

boolean
cancelable
Required

True if the firewall rule analysis activity can be canceled.

boolean
is_stale
Required

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.

boolean
is_last_successful
Required

Flag to indicate whether the firewall rule analysis activity is the latest successful successful activity for its site.

string
cancelled_by
Optional

User who cancelled the firewall rule analysis activity.

cancellation_time
Optional

Cancellation time of the firewall rule analysis activity.

anomalies_summary
Optional

List of anomalies and their respective count in the result of firewall rule analysis activity.

integer
rules_analyzed_count
Optional

Total number of firewall rules analyzed in this activity.

integer
rules_ignored_count
Optional
Constraints: default: 0

Number of firewall rules ignored during this firewall rule analysis activity.

string
failure_reason
Optional

Indicates the reason for the failure of rule analysis activity.