mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-22 23:21:08 +02:00
Added docs (#27266)
This commit is contained in:
parent
f3eedc4aa2
commit
61b27d0cb4
@ -346,11 +346,9 @@ This endpoint was added in Vault 1.6.
|
||||
### Parameters
|
||||
|
||||
- `start_time` `(string, optional)` - An RFC3339 timestamp or Unix epoch time. Specifies the start of the
|
||||
period for which client counts will be reported. If no start time is specified, the `default_report_months`
|
||||
prior to the `end_time` will be used.
|
||||
period for which client counts will be reported. If no start time is specified, the billing start date will be used.
|
||||
- `end_time` `(string, optional)` - An RFC3339 timestamp or Unix epoch time. Specifies the end of the period
|
||||
for which client counts will be reported. If no end time is specified, the end of the previous calendar
|
||||
month will be used.
|
||||
for which client counts will be reported. If no end time is specified, the end of the current month will be used.
|
||||
- `limit_namespaces` `(int, optional)` - Controls the total number of by_namespace data returned. This can
|
||||
be used to return the client counts for the specified number of namespaces having highest activity.
|
||||
If no `limit_namespaces` parameter is specified, client counts for all namespaces in specified usage period is returned.
|
||||
@ -1196,11 +1194,9 @@ This endpoint was added in Vault 1.11.
|
||||
### Parameters
|
||||
|
||||
- `start_time` `(string, optional)` - An RFC3339 timestamp or Unix epoch time. Specifies the start of the
|
||||
period for which client counts will be reported. If no start time is specified, the `default_report_months`
|
||||
prior to the `end_time` will be used.
|
||||
period for which client counts will be reported. If no start time is specified, the billing start time will be used.
|
||||
- `end_time` `(string, optional)` - An RFC3339 timestamp or Unix epoch time. Specifies the end of the period
|
||||
for which client counts will be reported. If no end time is specified, the end of the previous calendar
|
||||
month will be used.
|
||||
for which client counts will be reported. If no end time is specified, the end of current month will be used.
|
||||
- `format` `(string, optional)` - The desired format of the output file. Allowed
|
||||
values are `csv` and `json`. If no format is provided a default of `json`
|
||||
will be used.
|
||||
|
Loading…
x
Reference in New Issue
Block a user