You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/vault/v1.19.x/content/api-docs/system/internal-counters.mdx
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -369,16 +369,6 @@ is unknown.
369
369
-`start_time``(string, optional)` - An RFC3339 timestamp or Unix epoch time. Specifies the start of the
370
370
period for which client counts will be reported. If no start time is specified, the billing start date will be used.
371
371
The [billing start date](/vault/docs/concepts/billing-start-date) automatically rolls over to the latest billing year at the end of the last cycle.
372
-
373
-
<Note>
374
-
375
-
The `start_time` parameter is required when using OSS Vault. In Enterprise Vault, this parameter defaults to the cluster's billing start date as defined
376
-
in the license. OSS Vault does not have a billing start time, so ommitting `start_time` in versions 1.18 and 1.19 can lead to undefined behavior. This
377
-
issue is resolved in version 1.20 and above, so ommitting this parameter no longer causes any unexpected behavior. To ensure reliable behavior in all versions,
378
-
always provide a valid `start_time` when using OSS Vault.
379
-
380
-
</Note>
381
-
382
372
-`end_time``(string, optional)` - An RFC3339 timestamp or Unix epoch time. Specifies the end of the period
383
373
for which client counts will be reported. If no end time is specified, the end of the current month will be used.
384
374
-`limit_namespaces``(int, optional)` - Controls the total number of by_namespace data returned. This can
0 commit comments