|
| 1 | +## stackit observability grafana describe |
| 2 | + |
| 3 | +Shows details of the Grafana configuration of an Observability instance |
| 4 | + |
| 5 | +### Synopsis |
| 6 | + |
| 7 | +Shows details of the Grafana configuration of an Observability instance. |
| 8 | +The Grafana dashboard URL and initial credentials (admin user and password) will be shown in the "pretty" output format. These credentials are only valid for first login. Please change the password after first login. After changing, the initial password is no longer valid. |
| 9 | +The initial password is hidden by default, if you want to show it use the "--show-password" flag. |
| 10 | + |
| 11 | +``` |
| 12 | +stackit observability grafana describe INSTANCE_ID [flags] |
| 13 | +``` |
| 14 | + |
| 15 | +### Examples |
| 16 | + |
| 17 | +``` |
| 18 | + Get details of the Grafana configuration of an Observability instance with ID "xxx" |
| 19 | + $ stackit observability credentials describe xxx |
| 20 | +
|
| 21 | + Get details of the Grafana configuration of an Observability instance with ID "xxx" and show the initial admin password |
| 22 | + $ stackit observability credentials describe xxx --show-password |
| 23 | +
|
| 24 | + Get details of the Grafana configuration of an Observability instance with ID "xxx" in JSON format |
| 25 | + $ stackit observability credentials describe xxx --output-format json |
| 26 | +``` |
| 27 | + |
| 28 | +### Options |
| 29 | + |
| 30 | +``` |
| 31 | + -h, --help Help for "stackit observability grafana describe" |
| 32 | + -s, --show-password Show password in output |
| 33 | +``` |
| 34 | + |
| 35 | +### Options inherited from parent commands |
| 36 | + |
| 37 | +``` |
| 38 | + -y, --assume-yes If set, skips all confirmation prompts |
| 39 | + --async If set, runs the command asynchronously |
| 40 | + -o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"] |
| 41 | + -p, --project-id string Project ID |
| 42 | + --verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info") |
| 43 | +``` |
| 44 | + |
| 45 | +### SEE ALSO |
| 46 | + |
| 47 | +* [stackit observability grafana](./stackit_observability_grafana.md) - Provides functionality for the Grafana configuration of Observability instances |
| 48 | + |
0 commit comments