We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7fce8b commit 62145ffCopy full SHA for 62145ff
ydb/docs/en/core/reference/ydb-cli/commands/monitoring-healthcheck.md
@@ -31,7 +31,7 @@ The response structure and description are provided in the [Health Check API](..
31
### Health check result in pretty format {#example-pretty}
32
33
```bash
34
-{{ ydb-cli }} monitoring healthcheck --format pretty
+{{ ydb-cli }} --profile quickstart monitoring healthcheck --format pretty
35
```
36
37
Database is in good condition:
@@ -50,7 +50,7 @@ Healthcheck status: DEGRADED
50
51
52
53
-{{ ydb-cli }} monitoring healthcheck --format json
+{{ ydb-cli }} --profile quickstart monitoring healthcheck --format json
54
55
56
0 commit comments