AnalysisReport

A report that captures key activity from the last 30 days of network traffic monitored by your firewall.

You can generate up to one report per traffic type, per 30 day period. For example, when you successfully create an HTTP traffic report, you cannot create another HTTP traffic report until 30 days pass. Alternatively, if you generate a report that combines metrics on both HTTP and HTTPS traffic, you cannot create another report for either traffic type until 30 days pass.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique ID of the query that ran when you requested an analysis report.

Link copied to clipboard

The type of traffic that will be used to generate a report.

Link copied to clipboard

The date and time the analysis report was ran.

Link copied to clipboard

The status of the analysis report you specify. Statuses include RUNNING, COMPLETED, or FAILED.

Functions

Link copied to clipboard
inline fun copy(block: AnalysisReport.Builder.() -> Unit = {}): AnalysisReport
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String