GetApiShieldOperationFeaturesThresholds

data class GetApiShieldOperationFeaturesThresholds(val authIdTokens: Int, val dataPoints: Int, val lastUpdated: String, val p50: Int, val p90: Int, val p99: Int, val periodSeconds: Int, val requests: Int, val suggestedThreshold: Int)

Constructors

Link copied to clipboard
constructor(authIdTokens: Int, dataPoints: Int, lastUpdated: String, p50: Int, p90: Int, p99: Int, periodSeconds: Int, requests: Int, suggestedThreshold: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The total number of auth-ids seen across this calculation.

Link copied to clipboard

The number of data points used for the threshold suggestion calculation.

Link copied to clipboard
Link copied to clipboard
val p50: Int

The p50 quantile of requests (in period_seconds).

Link copied to clipboard
val p90: Int

The p90 quantile of requests (in period_seconds).

Link copied to clipboard
val p99: Int

The p99 quantile of requests (in period_seconds).

Link copied to clipboard

The period over which this threshold is suggested.

Link copied to clipboard

The estimated number of requests covered by these calculations.

Link copied to clipboard

The suggested threshold in requests done by the same authid or periodseconds.