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:
Mike Palmiotto
2023-04-12 12:02:28 -04:00
committed by GitHub
parent 1a50a97a43
commit 05ba6bbddd
6 changed files with 47 additions and 18 deletions

View File

@@ -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
}