Skip to content

Commit

Permalink
[RQ-57] Usage Billable Summary response (#368)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Palmeira <anthony.palmeira@datadoghq.com>
Co-authored-by: Jiri Kuncar <jiri.kuncar@datadoghq.com>
Co-authored-by: Anthony Palmeira <66444090+anthony-palmeira@users.noreply.github.com>
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
  • Loading branch information
5 people authored Jul 3, 2020
1 parent 6142960 commit cbb8a7a
Show file tree
Hide file tree
Showing 20 changed files with 3,913 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.2.0",
"regenerated": "2020-07-01 12:47:47.512190",
"spec_repo_commit": "d472ef7"
"regenerated": "2020-07-02 22:52:46.497889",
"spec_repo_commit": "4d84e86"
},
"v2": {
"apigentools_version": "1.2.0",
"regenerated": "2020-07-01 12:47:52.405194",
"spec_repo_commit": "d472ef7"
"regenerated": "2020-07-02 22:52:51.322419",
"spec_repo_commit": "4d84e86"
}
}
}
8 changes: 8 additions & 0 deletions api/v1/datadog/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,10 @@ docs/ToplistWidgetDefinitionType.md
docs/ToplistWidgetRequest.md
docs/UsageAnalyzedLogsHour.md
docs/UsageAnalyzedLogsResponse.md
docs/UsageBillableSummaryBody.md
docs/UsageBillableSummaryHour.md
docs/UsageBillableSummaryKeys.md
docs/UsageBillableSummaryResponse.md
docs/UsageFargateHour.md
docs/UsageFargateResponse.md
docs/UsageHostHour.md
Expand Down Expand Up @@ -727,6 +731,10 @@ model_toplist_widget_definition_type.go
model_toplist_widget_request.go
model_usage_analyzed_logs_hour.go
model_usage_analyzed_logs_response.go
model_usage_billable_summary_body.go
model_usage_billable_summary_hour.go
model_usage_billable_summary_keys.go
model_usage_billable_summary_response.go
model_usage_fargate_hour.go
model_usage_fargate_response.go
model_usage_host_hour.go
Expand Down
5 changes: 5 additions & 0 deletions api/v1/datadog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ Class | Method | HTTP request | Description
*TagsApi* | [**ListHostTags**](docs/TagsApi.md#listhosttags) | **Get** /api/v1/tags/hosts | Get Tags
*TagsApi* | [**UpdateHostTags**](docs/TagsApi.md#updatehosttags) | **Put** /api/v1/tags/hosts/{host_name} | Update host tags
*UsageMeteringApi* | [**GetUsageAnalyzedLogs**](docs/UsageMeteringApi.md#getusageanalyzedlogs) | **Get** /api/v1/usage/analyzed_logs | Get hourly usage for analyzed logs
*UsageMeteringApi* | [**GetUsageBillableSummary**](docs/UsageMeteringApi.md#getusagebillablesummary) | **Get** /api/v1/usage/billable-summary | Get monthly billable summary
*UsageMeteringApi* | [**GetUsageFargate**](docs/UsageMeteringApi.md#getusagefargate) | **Get** /api/v1/usage/fargate | Get hourly usage for Fargate
*UsageMeteringApi* | [**GetUsageHosts**](docs/UsageMeteringApi.md#getusagehosts) | **Get** /api/v1/usage/hosts | Get hourly usage for hosts and containers
*UsageMeteringApi* | [**GetUsageLambda**](docs/UsageMeteringApi.md#getusagelambda) | **Get** /api/v1/usage/aws_lambda | Get hourly usage for Lambda
Expand Down Expand Up @@ -510,6 +511,10 @@ Class | Method | HTTP request | Description
- [ToplistWidgetRequest](docs/ToplistWidgetRequest.md)
- [UsageAnalyzedLogsHour](docs/UsageAnalyzedLogsHour.md)
- [UsageAnalyzedLogsResponse](docs/UsageAnalyzedLogsResponse.md)
- [UsageBillableSummaryBody](docs/UsageBillableSummaryBody.md)
- [UsageBillableSummaryHour](docs/UsageBillableSummaryHour.md)
- [UsageBillableSummaryKeys](docs/UsageBillableSummaryKeys.md)
- [UsageBillableSummaryResponse](docs/UsageBillableSummaryResponse.md)
- [UsageFargateHour](docs/UsageFargateHour.md)
- [UsageFargateResponse](docs/UsageFargateResponse.md)
- [UsageHostHour](docs/UsageHostHour.md)
Expand Down
Loading

0 comments on commit cbb8a7a

Please sign in to comment.