mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
api: Add reporting fields to activitylog config endpoint (#20086)
This PR adds the internal reporting state to the `internal/counters/config` read endpoint: * reporting_enabled * billing_start_timestamp
This commit is contained in:
@@ -924,7 +924,9 @@ $ curl \
|
||||
"default_report_months": 12,
|
||||
"enabled": "default-enabled",
|
||||
"queries_available": true,
|
||||
"retention_months": 24
|
||||
"retention_months": 24,
|
||||
"reporting_enabled": false,
|
||||
"billing_start_timestamp": "2022-03-01T00:00:00Z",
|
||||
},
|
||||
"warnings": null
|
||||
}
|
||||
|
Reference in New Issue
Block a user