We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c779aa commit 1128a87Copy full SHA for 1128a87
api/cockpit/v1/cockpit_sdk.go
@@ -738,6 +738,9 @@ type DataSource struct {
738
739
// Region: region of the data source.
740
Region scw.Region `json:"region"`
741
+
742
+ // CurrentMonthUsage: usage of the month in bytes.
743
+ CurrentMonthUsage *scw.Size `json:"current_month_usage"`
744
}
745
746
// GrafanaProductDashboard: Grafana dashboard.
0 commit comments