Module Values.GetInsightRequestSource

Retrieves the summary information of an insight. This includes impact to clients and root cause services, the top anomalous services, the category, the state of the insight, and the start and end time of the insight.

Sourcetype nonrec t = {
  1. insightId : InsightId.t;
    (*

    The insight's unique identifier. Use the GetInsightSummaries action to retrieve an InsightId.

    *)
}
Sourceval context_ : string
Sourceval make : insightId:InsightId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of InsightId.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