Module Values.GetMetricsSummaryRequestSource

Returns a summary of metrics for an account from a specified date, including number of open findings, the categories with most findings, the scans with most open findings, and scans with most open critical findings.

Sourcetype nonrec t = {
  1. date : Timestamp.t;
    (*

    The date you want to retrieve summary metrics from, rounded to the nearest day. The date must be within the past two years.

    *)
}
Sourceval context_ : string
Sourceval make : date:Timestamp.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Timestamp of Timestamp.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t