Skip to content

Commit aef283f

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 171775a of spec repo (#161)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 9e8a43d commit aef283f

34 files changed

+2632
-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.3.0",
7-
"regenerated": "2020-11-18 17:04:46.172436",
8-
"spec_repo_commit": "e3c8008"
7+
"regenerated": "2020-11-19 18:22:25.812062",
8+
"spec_repo_commit": "171775a"
99
},
1010
"v2": {
1111
"apigentools_version": "1.3.0",
12-
"regenerated": "2020-11-18 17:04:56.312456",
13-
"spec_repo_commit": "e3c8008"
12+
"regenerated": "2020-11-19 18:22:36.800055",
13+
"spec_repo_commit": "171775a"
1414
}
1515
}
1616
}

docs/v1/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ Class | Method | HTTP request | Description
245245
*UsageMeteringApi* | [**get_specified_monthly_custom_reports**](UsageMeteringApi.md#get_specified_monthly_custom_reports) | **GET** /api/v1/monthly_custom_reports/{report_id} | Get specified monthly custom reports
246246
*UsageMeteringApi* | [**get_tracing_without_limits**](UsageMeteringApi.md#get_tracing_without_limits) | **GET** /api/v1/usage/tracing-without-limits | Get hourly usage for tracing without limits
247247
*UsageMeteringApi* | [**get_usage_analyzed_logs**](UsageMeteringApi.md#get_usage_analyzed_logs) | **GET** /api/v1/usage/analyzed_logs | Get hourly usage for analyzed logs
248+
*UsageMeteringApi* | [**get_usage_attribution**](UsageMeteringApi.md#get_usage_attribution) | **GET** /api/v1/usage/attribution | Get Usage Attribution
248249
*UsageMeteringApi* | [**get_usage_billable_summary**](UsageMeteringApi.md#get_usage_billable_summary) | **GET** /api/v1/usage/billable-summary | Get billable usage across your multi-org account
249250
*UsageMeteringApi* | [**get_usage_fargate**](UsageMeteringApi.md#get_usage_fargate) | **GET** /api/v1/usage/fargate | Get hourly usage for Fargate
250251
*UsageMeteringApi* | [**get_usage_hosts**](UsageMeteringApi.md#get_usage_hosts) | **GET** /api/v1/usage/hosts | Get hourly usage for hosts and containers
@@ -598,6 +599,15 @@ Class | Method | HTTP request | Description
598599
- [ToplistWidgetRequest](ToplistWidgetRequest.md)
599600
- [UsageAnalyzedLogsHour](UsageAnalyzedLogsHour.md)
600601
- [UsageAnalyzedLogsResponse](UsageAnalyzedLogsResponse.md)
602+
- [UsageAttributionAggregates](UsageAttributionAggregates.md)
603+
- [UsageAttributionAggregatesBody](UsageAttributionAggregatesBody.md)
604+
- [UsageAttributionBody](UsageAttributionBody.md)
605+
- [UsageAttributionMetadata](UsageAttributionMetadata.md)
606+
- [UsageAttributionPagination](UsageAttributionPagination.md)
607+
- [UsageAttributionResponse](UsageAttributionResponse.md)
608+
- [UsageAttributionSort](UsageAttributionSort.md)
609+
- [UsageAttributionTagNames](UsageAttributionTagNames.md)
610+
- [UsageAttributionValues](UsageAttributionValues.md)
601611
- [UsageBillableSummaryBody](UsageBillableSummaryBody.md)
602612
- [UsageBillableSummaryHour](UsageBillableSummaryHour.md)
603613
- [UsageBillableSummaryKeys](UsageBillableSummaryKeys.md)

docs/v1/UsageAttributionAggregates.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# UsageAttributionAggregates
2+
3+
An array of available aggregates.
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**value** | [**[UsageAttributionAggregatesBody]**](UsageAttributionAggregatesBody.md) | An array of available aggregates. |
8+
9+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
10+
11+
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# UsageAttributionAggregatesBody
2+
3+
The object containing the aggregates.
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**agg_type** | **str** | The aggregate type. | [optional]
8+
**field** | **str** | The field. | [optional]
9+
**value** | **float** | The value for a given field. | [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/UsageAttributionBody.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# UsageAttributionBody
2+
3+
Usage Summary by tag for a given organization.
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**month** | **datetime** | Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]. | [optional]
8+
**public_id** | **str** | The organization public ID. | [optional]
9+
**tags** | [**UsageAttributionTagNames**](UsageAttributionTagNames.md) | | [optional]
10+
**updated_at** | **str** | Shows the the most recent hour in the current months for all organizations for which all usages were calculated. | [optional]
11+
**values** | [**UsageAttributionValues**](UsageAttributionValues.md) | | [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/UsageAttributionMetadata.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# UsageAttributionMetadata
2+
3+
The object containing document metadata.
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**aggregates** | [**UsageAttributionAggregates**](UsageAttributionAggregates.md) | | [optional]
8+
**pagination** | [**UsageAttributionPagination**](UsageAttributionPagination.md) | | [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/UsageAttributionPagination.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# UsageAttributionPagination
2+
3+
The page count for the current pagination.
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**limit** | **int** | Maximum amount of records to be returned. | [optional]
8+
**offset** | **int** | Records to be skipped before beginning to return. | [optional]
9+
**sort_direction** | **str** | Direction to sort by. | [optional]
10+
**sort_name** | **str** | Field to sort by. | [optional]
11+
**total_number_of_records** | **int** | Total number of records. | [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/UsageAttributionResponse.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# UsageAttributionResponse
2+
3+
Response containing the Usage Summary by tag(s).
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**metadata** | [**UsageAttributionMetadata**](UsageAttributionMetadata.md) | | [optional]
8+
**usage** | [**[UsageAttributionBody]**](UsageAttributionBody.md) | Get Usage Summary by tag(s). | [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/UsageAttributionSort.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# UsageAttributionSort
2+
3+
The field to sort by.
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**value** | **str** | The field to sort by. | defaults to "custom_timeseries_usage", must be one of ["api_percentage", "snmp_usage", "lambda_percentage", "apm_host_usage", "api_usage", "container_usage", "custom_timeseries_percentage", "container_percentage", "lambda_usage", "apm_host_percentage", "npm_host_percentage", "browser_percentage", "browser_usage", "infra_host_percentage", "snmp_percentage", "npm_host_usage", "infra_host_usage", "custom_timeseries_usage", ]
8+
9+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
10+
11+

docs/v1/UsageAttributionTagNames.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# UsageAttributionTagNames
2+
3+
Usage Summary by tag name.
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**any string name** | **[str]** | any string name can be used but the value must be the correct type | [optional]
8+
9+
[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)
10+
11+

0 commit comments

Comments
 (0)