backport of commit a485837cb624516701071e12681cc543bd5e45bf (#23631)

Co-authored-by: Skybladev2 <Skybladev2@users.noreply.github.com>
This commit is contained in:
hc-github-team-secure-vault-core 2023-10-12 10:12:58 -04:00 committed by GitHub
parent a80d1785c3
commit 354a8e90a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -907,6 +907,10 @@ $ curl \
Reading the configuration shows the current settings, as well as a flag as to whether any data can be queried.
| Method | Path |
| :----- | :------------------------------ |
| `GET` | `/sys/internal/counters/config` |
- `enabled` `(string)` - returns `default-enabled` or `default-disabled` if the configuration is `default`.
- `queries_available` `(bool)` - indicates whether any usage report is available. This will initially be
false until the end of the first calendar month after the feature is enabled.