Class Requests (1.31.0)

Requests(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Information about the requests relevant to the finding.

Attributes

NameDescription
ratio float
For 'Increasing deny ratio', the ratio is the denied traffic divided by the allowed traffic. For 'Allowed traffic spike', the ratio is the allowed traffic in the short term divided by allowed traffic in the long term.
short_term_allowed int
Allowed RPS (requests per second) in the short term.
long_term_allowed int
Allowed RPS (requests per second) over the long term.
long_term_denied int
Denied RPS (requests per second) over the long term.