mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
* add endpoint * add tests * split out deleted namespace test * add responses for openapi spec * fix test flakiness and address comments * add comment Co-authored-by: Jenny Deng <jenny.deng@hashicorp.com>
This commit is contained in:
parent
7a6d1b5b6b
commit
2d551a8f4c
1 changed files with 5 additions and 0 deletions
|
|
@ -7161,6 +7161,11 @@ This path responds to the following HTTP methods.
|
|||
"Count of active clients so far this month.",
|
||||
"Count of active clients so far this month.",
|
||||
},
|
||||
"activity-cumulative": {
|
||||
"Cumulative count of clients under each namespace.",
|
||||
`Cumulative count of clients under each namespace.
|
||||
A cumulative count is the sum of the clients belonging to a namespace and all its child namespaces.`,
|
||||
},
|
||||
"activity-config": {
|
||||
"Control the collection and reporting of client counts.",
|
||||
"Control the collection and reporting of client counts.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue