Module Values.GetDashboardInputSource

Displays the details of the dashboard that you specify. To copy an existing dashboard, use GetDashboard, and then use the data returned within DashboardBody as the template for the new dashboard when you call PutDashboard to create the copy.

Sourcetype nonrec t = {
  1. dashboardName : DashboardName.t;
    (*

    The name of the dashboard to be described.

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