Skip to main content

Anomaly429ContextData

Context data for a 429 anomaly.

type Anomaly429ContextData implements AnomalyContextData {
topCountryCodes: [AnomalyContextTable]!
topHosts: [AnomalyContextTable]!
topRemoteAddr: [AnomalyContextTable]!
topUserAgents: [AnomalyContextTable]!
totalRequests: Int!
type: String
}

Fields

Anomaly429ContextData.topCountryCodes ● [AnomalyContextTable]! non-null object common

The top country codes contributing to the anomaly.

Anomaly429ContextData.topHosts ● [AnomalyContextTable]! non-null object common

The top hosts contributing to the anomaly.

Anomaly429ContextData.topRemoteAddr ● [AnomalyContextTable]! non-null object common

The top remote addresses contributing to the anomaly.

Anomaly429ContextData.topUserAgents ● [AnomalyContextTable]! non-null object common

The top user agents contributing to the anomaly.

Anomaly429ContextData.totalRequests ● Int! non-null scalar common

The total number of requests in the anomaly window.

Anomaly429ContextData.type ● String scalar common

The context data type.

Interfaces

AnomalyContextData interface common

Context data associated with a metric anomaly.