grafana-util-dashboard-fetch-live.1
Browser-readable rendering of a generated roff manpage.
This page renders the generated roff manpage into readable HTML for browser use. For richer per-subcommand detail, prefer the command-reference pages.
NAME
grafana-util-dashboard-fetch-live - Fetch one live dashboard into an API-safe local JSON draft.
SYNOPSIS
grafana-util dashboard fetch-live [OPTIONS]
DESCRIPTION
Fetch one live dashboard into an API-safe local JSON draft.
Use this when you need a local copy of one live dashboard for review, patching, cloning, or later publish work.
COMMON OPTIONS
- --dashboard-uid
- live Grafana dashboard UID to fetch.
- --output
- write the fetched draft to this path.
- Shared live flags
- --url, --token, --basic-user, --basic-password, --profile.
EXAMPLES
Fetch one live dashboard into an API-safe local JSON draft.
grafana-util dashboard fetch-live --profile prod --dashboard-uid cpu-main --output ./cpu-main.jsonSEE ALSO
grafana-util(1), grafana-util-dashboard(1)