Expand description
Dashboard selection and portable transfer orchestration.
Structs§
- Bundle
Import Outcome - The per-object report from applying an opaque Saved Objects bundle import.
- Bundle
Import Plan - The immutable, guard-ready work computed from one opaque Saved Objects dashboard bundle.
- Dashboard
Delete Plan - The immutable, guard-ready targets for dashboard deletion.
- Dashboard
Filter - Dashboard list filters accepted by the portable command surface.
- Dashboard
Import Plan - The immutable, guard-ready import work computed from one portable dashboard artifact.
- Dashboard
Import Report - The per-object result of applying a guarded dashboard import.
- Dashboard
List - Dashboard list output after collection, stable-id sorting, and limiting.
Functions§
- apply_
bundle_ import - Apply a guard-approved opaque bundle without rereading its source file.
- apply_
delete - Apply a guard-approved dashboard deletion without resolving selectors again.
- apply_
import - Apply a guard-approved dashboard import without rereading its source file.
- export
- Export selected dashboards as a portable JSON or YAML artifact.
- export_
bundle - Export selected dashboards and their deep Saved Objects references as opaque NDJSON.
- get_op
- Resolve one selector, then read its complete dashboard.
- list_op
- Page through dashboard summaries, apply filters, and sort by stable id.
- plan_
bundle_ import - Fully read and scan an opaque bundle before presenting its mutation guard.
- plan_
delete - Resolve every dashboard selector and build the exact delete guard preview.
- plan_
import - Fully validate an artifact and collect the precise import work to show in the mutation guard. The supplied transport is optional only for a local no-conflict plan with no data-view references.
- resolve
- Resolve a dashboard by exact id, then by exact title only after an id miss.
- resolve_
from_ summaries - Resolve a selector from dashboard summaries.
- validate
- Fully read and validate a portable dashboard artifact.