create_dashboard
Create a new empty dashboard under an operator.
Create a new empty dashboard under an operator.
Writes data · Calls external systems.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
bucket | string | No | InfluxDB bucket for passive agent data (optional) |
name | string | Yes | Dashboard name |
operator | string | Yes | Operator slug (resolved to collection UID automatically) |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"operator": "string",
"name": "string"
}
Description
The dashboard is created with layout version 2 and an empty widget array. Creates an EMPTY dashboard; use build_dashboard to create with widgets in one call.
The collection_uid is auto-resolved from the operator's dashboards_root_collection_uid (same pattern as test creation with product root collection).
Workflow: list_operators → create_dashboard → get_dashboard (to verify).
Related
What's next?
Last updated on