Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Requests

import type { Requests } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";

Information about the requests relevant to the finding.

interface Requests {
longTermAllowed?: number;
longTermDenied?: number;
ratio?: number;
shortTermAllowed?: number;
}

§Properties

§
longTermAllowed?: number
[src]

Allowed RPS (requests per second) over the long term.

§
longTermDenied?: number
[src]

Denied RPS (requests per second) over the long term.

§
ratio?: number
[src]

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.

§
shortTermAllowed?: number
[src]

Allowed RPS (requests per second) in the short term.