Variable getDashboardsByIdResponseSchemaConst
getDashboardsByIdResponseSchema: ZodObject<
{
created: ZodISODateTime;
id: ZodInt;
label: ZodString;
service_type: ZodString;
type: ZodEnum<{ standard: "standard" }>;
updated: ZodISODateTime;
widgets: ZodArray<
ZodObject<
{
aggregate_function: ZodEnum<
{ avg: "avg"; max: "max"; min: "min"; rate: "rate"; sum: "sum" },
>;
chart_type: ZodEnum<{ area: "area"; line: "line" }>;
color: ZodString;
label: ZodString;
metric: ZodString;
size: ZodEnum<{ "12": "12"; "6": "6" }>;
unit: ZodEnum<
{
"%": "%";
bps: "bps";
Bps: "Bps";
Bytes: "Bytes";
GB: "GB";
IOPS: "IOPS";
KB: "KB";
MB: "MB";
msec: "msec";
OPS: "OPS";
percentile: "percentile";
rate: "rate";
ratio: "ratio";
sec: "sec";
},
>;
y_label: ZodString;
},
$strip,
>,
>;
},
$strip,
> = ...
Returns a dashboard.