AckdbDashboard
Properties
idstringrequirednamestringrequireddescriptionstring (nullable)ownerEmailstring (nullable)null = service-created = org-visible.
accessstringThe caller's effective role.
"owner""edit""view"panelsarray ofrequiredartifactall ofOption 1
layout (nullable)Console-owned grid arrangement, stored verbatim. Max 100,000 serialized bytes.
createdAtstring <date-time>requiredupdatedAtstring <date-time>requiredExample
AckdbDashboard example
{
"id": "string",
"name": "string",
"description": "string",
"ownerEmail": "string",
"access": "owner",
"panels": [
{
"key": "string",
"title": "string",
"type": "kpi",
"segmentId": "string",
"spec": {
"agg": null,
"field": null
},
"viz": null,
"degraded": false,
"degradedReason": "segment deleted"
}
],
"artifact": {
"html": "string",
"queries": [
{
"key": "string",
"sql": "string"
}
]
},
"layout": null,
"createdAt": "1970-01-01T00:00:00.000Z",
"updatedAt": "1970-01-01T00:00:00.000Z"
}