Skip to content

Commit 268b70d

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit dcadb1c of spec repo (#425)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent fd607d2 commit 268b70d

34 files changed

+2129
-4
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.4.1.dev6",
7-
"regenerated": "2021-05-07 12:39:35.072535",
8-
"spec_repo_commit": "52e5730"
7+
"regenerated": "2021-05-10 13:53:45.621068",
8+
"spec_repo_commit": "dcadb1c"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev6",
12-
"regenerated": "2021-05-07 12:40:02.274378",
13-
"spec_repo_commit": "52e5730"
12+
"regenerated": "2021-05-10 13:54:13.229744",
13+
"spec_repo_commit": "dcadb1c"
1414
}
1515
}
1616
}

docs/v1/LogsByRetention.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# LogsByRetention
2+
3+
Object containing logs usage data broken down by retention period.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**orgs** | [**LogsByRetentionOrgs**](LogsByRetentionOrgs.md) | | [optional]
9+
**usage** | [**[LogsRetentionAggSumUsage]**](LogsRetentionAggSumUsage.md) | Aggregated index logs usage for each retention period with usage. | [optional]
10+
**usage_by_month** | [**LogsByRetentionMonthlyUsage**](LogsByRetentionMonthlyUsage.md) | | [optional]
11+
12+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
13+
14+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# LogsByRetentionMonthlyUsage
2+
3+
Object containing a summary of indexed logs usage by retention period for a single month.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**date** | **str** | The month for the usage. | [optional]
9+
**usage** | [**[LogsRetentionSumUsage]**](LogsRetentionSumUsage.md) | Indexed logs usage for each active retention for the month. | [optional]
10+
11+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
12+
13+

docs/v1/LogsByRetentionOrgUsage.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# LogsByRetentionOrgUsage
2+
3+
Indexed logs usage by retention for a single organization.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**usage** | [**[LogsRetentionSumUsage]**](LogsRetentionSumUsage.md) | Indexed logs usage for each active retention for the organization. | [optional]
9+
10+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
11+
12+

docs/v1/LogsByRetentionOrgs.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# LogsByRetentionOrgs
2+
3+
Indexed logs usage summary for each organization for each retention period with usage.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**usage** | [**[LogsByRetentionOrgUsage]**](LogsByRetentionOrgUsage.md) | Indexed logs usage summary for each organization. | [optional]
9+
10+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
11+
12+

docs/v1/LogsRetentionAggSumUsage.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# LogsRetentionAggSumUsage
2+
3+
Object containing indexed logs usage aggregated across organizations and months for a retention period.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**logs_indexed_logs_usage_agg_sum** | **int** | Total indexed logs for this retention period. | [optional]
9+
**logs_live_indexed_logs_usage_agg_sum** | **int** | Live indexed logs for this retention period. | [optional]
10+
**logs_rehydrated_indexed_logs_usage_agg_sum** | **int** | Rehydrated indexed logs for this retention period. | [optional]
11+
**retention** | **str** | The retention period in days or \&quot;custom\&quot; for all custom retention periods. | [optional]
12+
13+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
14+
15+

docs/v1/LogsRetentionSumUsage.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# LogsRetentionSumUsage
2+
3+
Object containing indexed logs usage grouped by retention period and summed.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**logs_indexed_logs_usage_sum** | **int** | Total indexed logs for this retention period. | [optional]
9+
**logs_live_indexed_logs_usage_sum** | **int** | Live indexed logs for this retention period. | [optional]
10+
**logs_rehydrated_indexed_logs_usage_sum** | **int** | Rehydrated indexed logs for this retention period. | [optional]
11+
**retention** | **str** | The retention period in days or \&quot;custom\&quot; for all custom retention periods. | [optional]
12+
13+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
14+
15+

docs/v1/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ Class | Method | HTTP request | Description
258258
*UsageMeteringApi* | [**get_usage_lambda**](UsageMeteringApi.md#get_usage_lambda) | **GET** /api/v1/usage/aws_lambda | Get hourly usage for Lambda
259259
*UsageMeteringApi* | [**get_usage_logs**](UsageMeteringApi.md#get_usage_logs) | **GET** /api/v1/usage/logs | Get hourly usage for Logs
260260
*UsageMeteringApi* | [**get_usage_logs_by_index**](UsageMeteringApi.md#get_usage_logs_by_index) | **GET** /api/v1/usage/logs_by_index | Get hourly usage for Logs by Index
261+
*UsageMeteringApi* | [**get_usage_logs_by_retention**](UsageMeteringApi.md#get_usage_logs_by_retention) | **GET** /api/v1/usage/logs-by-retention | Get hourly logs usage by retention
261262
*UsageMeteringApi* | [**get_usage_network_flows**](UsageMeteringApi.md#get_usage_network_flows) | **GET** /api/v1/usage/network_flows | Get hourly usage for Network Flows
262263
*UsageMeteringApi* | [**get_usage_network_hosts**](UsageMeteringApi.md#get_usage_network_hosts) | **GET** /api/v1/usage/network_hosts | Get hourly usage for Network Hosts
263264
*UsageMeteringApi* | [**get_usage_profiling**](UsageMeteringApi.md#get_usage_profiling) | **GET** /api/v1/usage/profiling | Get hourly usage for profiled hosts
@@ -432,6 +433,10 @@ Class | Method | HTTP request | Description
432433
- [LogsArithmeticProcessorType](LogsArithmeticProcessorType.md)
433434
- [LogsAttributeRemapper](LogsAttributeRemapper.md)
434435
- [LogsAttributeRemapperType](LogsAttributeRemapperType.md)
436+
- [LogsByRetention](LogsByRetention.md)
437+
- [LogsByRetentionMonthlyUsage](LogsByRetentionMonthlyUsage.md)
438+
- [LogsByRetentionOrgUsage](LogsByRetentionOrgUsage.md)
439+
- [LogsByRetentionOrgs](LogsByRetentionOrgs.md)
435440
- [LogsCategoryProcessor](LogsCategoryProcessor.md)
436441
- [LogsCategoryProcessorCategory](LogsCategoryProcessorCategory.md)
437442
- [LogsCategoryProcessorType](LogsCategoryProcessorType.md)
@@ -463,6 +468,8 @@ Class | Method | HTTP request | Description
463468
- [LogsPipelinesOrder](LogsPipelinesOrder.md)
464469
- [LogsProcessor](LogsProcessor.md)
465470
- [LogsQueryCompute](LogsQueryCompute.md)
471+
- [LogsRetentionAggSumUsage](LogsRetentionAggSumUsage.md)
472+
- [LogsRetentionSumUsage](LogsRetentionSumUsage.md)
466473
- [LogsServiceRemapper](LogsServiceRemapper.md)
467474
- [LogsServiceRemapperType](LogsServiceRemapperType.md)
468475
- [LogsSort](LogsSort.md)
@@ -722,6 +729,8 @@ Class | Method | HTTP request | Description
722729
- [UsageLambdaResponse](UsageLambdaResponse.md)
723730
- [UsageLogsByIndexHour](UsageLogsByIndexHour.md)
724731
- [UsageLogsByIndexResponse](UsageLogsByIndexResponse.md)
732+
- [UsageLogsByRetentionHour](UsageLogsByRetentionHour.md)
733+
- [UsageLogsByRetentionResponse](UsageLogsByRetentionResponse.md)
725734
- [UsageLogsHour](UsageLogsHour.md)
726735
- [UsageLogsResponse](UsageLogsResponse.md)
727736
- [UsageMetricCategory](UsageMetricCategory.md)

docs/v1/UsageLogsByRetentionHour.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# UsageLogsByRetentionHour
2+
3+
The number of indexed logs for each hour for a given organization broken down by retention period.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**indexed_events_count** | **int** | Total logs indexed with this retention period during a given hour. | [optional]
9+
**live_indexed_events_count** | **int** | Live logs indexed with this retention period during a given hour. | [optional]
10+
**rehydrated_indexed_events_count** | **int** | Rehydrated logs indexed with this retention period during a given hour. | [optional]
11+
**retention** | **str** | The retention period in days or \&quot;custom\&quot; for all custom retention usage. | [optional]
12+
13+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
14+
15+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# UsageLogsByRetentionResponse
2+
3+
Response containing the indexed logs usage broken down by retention period for an organization during a given hour.
4+
5+
## Properties
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**usage** | [**[UsageLogsByRetentionHour]**](UsageLogsByRetentionHour.md) | Get hourly usage for indexed logs by retention period. | [optional]
9+
10+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
11+
12+

0 commit comments

Comments
 (0)