Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-08-13 15:38:17.196886",
"spec_repo_commit": "6e8e271"
"regenerated": "2020-08-20 08:04:51.885508",
"spec_repo_commit": "320333c"
},
"v2": {
"apigentools_version": "1.2.0",
"regenerated": "2020-08-13 15:38:22.391511",
"spec_repo_commit": "6e8e271"
"regenerated": "2020-08-20 08:04:56.708438",
"spec_repo_commit": "320333c"
}
}
}
4 changes: 4 additions & 0 deletions api/v1/datadog/.openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@ docs/UsageNetworkFlowsHour.md
docs/UsageNetworkFlowsResponse.md
docs/UsageNetworkHostsHour.md
docs/UsageNetworkHostsResponse.md
docs/UsageProfilingHour.md
docs/UsageProfilingResponse.md
docs/UsageReportsType.md
docs/UsageRumSessionsHour.md
docs/UsageRumSessionsResponse.md
Expand Down Expand Up @@ -799,6 +801,8 @@ model_usage_network_flows_hour.go
model_usage_network_flows_response.go
model_usage_network_hosts_hour.go
model_usage_network_hosts_response.go
model_usage_profiling_hour.go
model_usage_profiling_response.go
model_usage_reports_type.go
model_usage_rum_sessions_hour.go
model_usage_rum_sessions_response.go
Expand Down
3 changes: 3 additions & 0 deletions api/v1/datadog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ Class | Method | HTTP request | Description
*UsageMeteringApi* | [**GetUsageLogsByIndex**](docs/UsageMeteringApi.md#getusagelogsbyindex) | **Get** /api/v1/usage/logs_by_index | Get hourly usage for Logs by Index
*UsageMeteringApi* | [**GetUsageNetworkFlows**](docs/UsageMeteringApi.md#getusagenetworkflows) | **Get** /api/v1/usage/network_flows | Get hourly usage for Network Flows
*UsageMeteringApi* | [**GetUsageNetworkHosts**](docs/UsageMeteringApi.md#getusagenetworkhosts) | **Get** /api/v1/usage/network_hosts | Get hourly usage for Network Hosts
*UsageMeteringApi* | [**GetUsageProfiling**](docs/UsageMeteringApi.md#getusageprofiling) | **Get** /api/v1/usage/profiling | Get hourly usage for profiled hosts
*UsageMeteringApi* | [**GetUsageRumSessions**](docs/UsageMeteringApi.md#getusagerumsessions) | **Get** /api/v1/usage/rum_sessions | Get hourly usage for RUM Sessions
*UsageMeteringApi* | [**GetUsageSNMP**](docs/UsageMeteringApi.md#getusagesnmp) | **Get** /api/v1/usage/snmp | Get hourly usage for SNMP devices
*UsageMeteringApi* | [**GetUsageSummary**](docs/UsageMeteringApi.md#getusagesummary) | **Get** /api/v1/usage/summary | Get usage across your multi-org account
Expand Down Expand Up @@ -559,6 +560,8 @@ Class | Method | HTTP request | Description
- [UsageNetworkFlowsResponse](docs/UsageNetworkFlowsResponse.md)
- [UsageNetworkHostsHour](docs/UsageNetworkHostsHour.md)
- [UsageNetworkHostsResponse](docs/UsageNetworkHostsResponse.md)
- [UsageProfilingHour](docs/UsageProfilingHour.md)
- [UsageProfilingResponse](docs/UsageProfilingResponse.md)
- [UsageReportsType](docs/UsageReportsType.md)
- [UsageRumSessionsHour](docs/UsageRumSessionsHour.md)
- [UsageRumSessionsResponse](docs/UsageRumSessionsResponse.md)
Expand Down
Loading