Skip to content

Commit a398ca4

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit dcadb1c of spec repo (#809)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 6231d37 commit a398ca4

25 files changed

+2191
-323
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:40:41.023990",
8-
"spec_repo_commit": "52e5730"
7+
"regenerated": "2021-05-10 13:54:44.972483",
8+
"spec_repo_commit": "dcadb1c"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev6",
12-
"regenerated": "2021-05-07 12:41:31.534053",
13-
"spec_repo_commit": "52e5730"
12+
"regenerated": "2021-05-10 13:55:32.733610",
13+
"spec_repo_commit": "dcadb1c"
1414
}
1515
}
1616
}

api_docs/v1/LogsByRetention.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
3+
# LogsByRetention
4+
5+
Object containing logs usage data broken down by retention period.
6+
7+
## Properties
8+
9+
Name | Type | Description | Notes
10+
------------ | ------------- | ------------- | -------------
11+
**orgs** | [**LogsByRetentionOrgs**](LogsByRetentionOrgs.md) | | [optional]
12+
**usage** | [**List&lt;LogsRetentionAggSumUsage&gt;**](LogsRetentionAggSumUsage.md) | Aggregated index logs usage for each retention period with usage. | [optional]
13+
**usageByMonth** | [**LogsByRetentionMonthlyUsage**](LogsByRetentionMonthlyUsage.md) | | [optional]
14+
15+
16+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
3+
# LogsByRetentionMonthlyUsage
4+
5+
Object containing a summary of indexed logs usage by retention period for a single month.
6+
7+
## Properties
8+
9+
Name | Type | Description | Notes
10+
------------ | ------------- | ------------- | -------------
11+
**date** | **String** | The month for the usage. | [optional]
12+
**usage** | [**List&lt;LogsRetentionSumUsage&gt;**](LogsRetentionSumUsage.md) | Indexed logs usage for each active retention for the month. | [optional]
13+
14+
15+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
3+
# LogsByRetentionOrgUsage
4+
5+
Indexed logs usage by retention for a single organization.
6+
7+
## Properties
8+
9+
Name | Type | Description | Notes
10+
------------ | ------------- | ------------- | -------------
11+
**usage** | [**List&lt;LogsRetentionSumUsage&gt;**](LogsRetentionSumUsage.md) | Indexed logs usage for each active retention for the organization. | [optional]
12+
13+
14+

api_docs/v1/LogsByRetentionOrgs.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
3+
# LogsByRetentionOrgs
4+
5+
Indexed logs usage summary for each organization for each retention period with usage.
6+
7+
## Properties
8+
9+
Name | Type | Description | Notes
10+
------------ | ------------- | ------------- | -------------
11+
**usage** | [**List&lt;LogsByRetentionOrgUsage&gt;**](LogsByRetentionOrgUsage.md) | Indexed logs usage summary for each organization. | [optional]
12+
13+
14+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
3+
# LogsRetentionAggSumUsage
4+
5+
Object containing indexed logs usage aggregated across organizations and months for a retention period.
6+
7+
## Properties
8+
9+
Name | Type | Description | Notes
10+
------------ | ------------- | ------------- | -------------
11+
**logsIndexedLogsUsageAggSum** | **Long** | Total indexed logs for this retention period. | [optional]
12+
**logsLiveIndexedLogsUsageAggSum** | **Long** | Live indexed logs for this retention period. | [optional]
13+
**logsRehydratedIndexedLogsUsageAggSum** | **Long** | Rehydrated indexed logs for this retention period. | [optional]
14+
**retention** | **String** | The retention period in days or \&quot;custom\&quot; for all custom retention periods. | [optional]
15+
16+
17+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
3+
# LogsRetentionSumUsage
4+
5+
Object containing indexed logs usage grouped by retention period and summed.
6+
7+
## Properties
8+
9+
Name | Type | Description | Notes
10+
------------ | ------------- | ------------- | -------------
11+
**logsIndexedLogsUsageSum** | **Long** | Total indexed logs for this retention period. | [optional]
12+
**logsLiveIndexedLogsUsageSum** | **Long** | Live indexed logs for this retention period. | [optional]
13+
**logsRehydratedIndexedLogsUsageSum** | **Long** | Rehydrated indexed logs for this retention period. | [optional]
14+
**retention** | **String** | The retention period in days or \&quot;custom\&quot; for all custom retention periods. | [optional]
15+
16+
17+

api_docs/v1/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ Class | Method | HTTP request | Description
169169
*UsageMeteringApi* | [**getUsageLambda**](UsageMeteringApi.md#getUsageLambda) | **GET** /api/v1/usage/aws_lambda | Get hourly usage for Lambda
170170
*UsageMeteringApi* | [**getUsageLogs**](UsageMeteringApi.md#getUsageLogs) | **GET** /api/v1/usage/logs | Get hourly usage for Logs
171171
*UsageMeteringApi* | [**getUsageLogsByIndex**](UsageMeteringApi.md#getUsageLogsByIndex) | **GET** /api/v1/usage/logs_by_index | Get hourly usage for Logs by Index
172+
*UsageMeteringApi* | [**getUsageLogsByRetention**](UsageMeteringApi.md#getUsageLogsByRetention) | **GET** /api/v1/usage/logs-by-retention | Get hourly logs usage by retention
172173
*UsageMeteringApi* | [**getUsageNetworkFlows**](UsageMeteringApi.md#getUsageNetworkFlows) | **GET** /api/v1/usage/network_flows | Get hourly usage for Network Flows
173174
*UsageMeteringApi* | [**getUsageNetworkHosts**](UsageMeteringApi.md#getUsageNetworkHosts) | **GET** /api/v1/usage/network_hosts | Get hourly usage for Network Hosts
174175
*UsageMeteringApi* | [**getUsageProfiling**](UsageMeteringApi.md#getUsageProfiling) | **GET** /api/v1/usage/profiling | Get hourly usage for profiled hosts
@@ -340,6 +341,10 @@ Class | Method | HTTP request | Description
340341
- [LogsArithmeticProcessorType](LogsArithmeticProcessorType.md)
341342
- [LogsAttributeRemapper](LogsAttributeRemapper.md)
342343
- [LogsAttributeRemapperType](LogsAttributeRemapperType.md)
344+
- [LogsByRetention](LogsByRetention.md)
345+
- [LogsByRetentionMonthlyUsage](LogsByRetentionMonthlyUsage.md)
346+
- [LogsByRetentionOrgUsage](LogsByRetentionOrgUsage.md)
347+
- [LogsByRetentionOrgs](LogsByRetentionOrgs.md)
343348
- [LogsCategoryProcessor](LogsCategoryProcessor.md)
344349
- [LogsCategoryProcessorCategory](LogsCategoryProcessorCategory.md)
345350
- [LogsCategoryProcessorType](LogsCategoryProcessorType.md)
@@ -370,6 +375,8 @@ Class | Method | HTTP request | Description
370375
- [LogsPipelinesOrder](LogsPipelinesOrder.md)
371376
- [LogsProcessor](LogsProcessor.md)
372377
- [LogsQueryCompute](LogsQueryCompute.md)
378+
- [LogsRetentionAggSumUsage](LogsRetentionAggSumUsage.md)
379+
- [LogsRetentionSumUsage](LogsRetentionSumUsage.md)
373380
- [LogsServiceRemapper](LogsServiceRemapper.md)
374381
- [LogsServiceRemapperType](LogsServiceRemapperType.md)
375382
- [LogsSort](LogsSort.md)
@@ -621,6 +628,8 @@ Class | Method | HTTP request | Description
621628
- [UsageLambdaResponse](UsageLambdaResponse.md)
622629
- [UsageLogsByIndexHour](UsageLogsByIndexHour.md)
623630
- [UsageLogsByIndexResponse](UsageLogsByIndexResponse.md)
631+
- [UsageLogsByRetentionHour](UsageLogsByRetentionHour.md)
632+
- [UsageLogsByRetentionResponse](UsageLogsByRetentionResponse.md)
624633
- [UsageLogsHour](UsageLogsHour.md)
625634
- [UsageLogsResponse](UsageLogsResponse.md)
626635
- [UsageMetricCategory](UsageMetricCategory.md)
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
3+
# UsageLogsByRetentionHour
4+
5+
The number of indexed logs for each hour for a given organization broken down by retention period.
6+
7+
## Properties
8+
9+
Name | Type | Description | Notes
10+
------------ | ------------- | ------------- | -------------
11+
**indexedEventsCount** | **Long** | Total logs indexed with this retention period during a given hour. | [optional]
12+
**liveIndexedEventsCount** | **Long** | Live logs indexed with this retention period during a given hour. | [optional]
13+
**rehydratedIndexedEventsCount** | **Long** | Rehydrated logs indexed with this retention period during a given hour. | [optional]
14+
**retention** | **String** | The retention period in days or \&quot;custom\&quot; for all custom retention usage. | [optional]
15+
16+
17+
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
3+
# UsageLogsByRetentionResponse
4+
5+
Response containing the indexed logs usage broken down by retention period for an organization during a given hour.
6+
7+
## Properties
8+
9+
Name | Type | Description | Notes
10+
------------ | ------------- | ------------- | -------------
11+
**usage** | [**List&lt;UsageLogsByRetentionHour&gt;**](UsageLogsByRetentionHour.md) | Get hourly usage for indexed logs by retention period. | [optional]
12+
13+
14+

0 commit comments

Comments
 (0)