-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate client from commit 24bd273 of spec repo
- Loading branch information
ci.datadog-api-spec
committed
Dec 15, 2021
1 parent
714d860
commit 1b87367
Showing
20 changed files
with
1,534 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
|
||
|
||
# HourlyUsageAttributionBody | ||
|
||
The usage for one set of tags for one hour. | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**hour** | **OffsetDateTime** | The hour for the usage. | [optional] | ||
**orgName** | **String** | The name of the organization. | [optional] | ||
**publicId** | **String** | The organization public ID. | [optional] | ||
**tagConfigSource** | **String** | The source of the usage attribution tag configuration and the selected tags in the format of `<source_org_name>:::<selected tag 1>///<selected tag 2>///<selected tag 3>`. | [optional] | ||
**tags** | **Map<String, List<String>>** | Usage Summary by tag name. | [optional] | ||
**totalUsageSum** | **Double** | Total product usage for the given tags within the hour. | [optional] | ||
**updatedAt** | **String** | Shows the most recent hour in the current month for all organizations where usages are calculated. | [optional] | ||
**usageType** | **HourlyUsageAttributionResponseUsageType** | | [optional] | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
|
||
# HourlyUsageAttributionMetadata | ||
|
||
The object containing document metadata. | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**pagination** | [**HourlyUsageAttributionPagination**](HourlyUsageAttributionPagination.md) | | [optional] | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
|
||
# HourlyUsageAttributionPagination | ||
|
||
The metadata for the current pagination. | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**nextRecordId** | **String** | The cursor to get the next results (if any). To make the next request, use the same parameters and add `next_record_id`. | [optional] | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
|
||
# HourlyUsageAttributionResponse | ||
|
||
Response containing the hourly usage attribution by tag(s). | ||
|
||
## Properties | ||
|
||
Name | Type | Description | Notes | ||
------------ | ------------- | ------------- | ------------- | ||
**metadata** | [**HourlyUsageAttributionMetadata**](HourlyUsageAttributionMetadata.md) | | [optional] | ||
**usage** | [**List<HourlyUsageAttributionBody>**](HourlyUsageAttributionBody.md) | Get the hourly usage attribution by tag(s). | [optional] | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
|
||
|
||
# HourlyUsageAttributionResponseUsageType | ||
|
||
## Enum | ||
|
||
|
||
* `API_USAGE` (value: `"api_usage"`) | ||
|
||
* `APM_HOST_USAGE` (value: `"apm_host_usage"`) | ||
|
||
* `BROWSER_USAGE` (value: `"browser_usage"`) | ||
|
||
* `CONTAINER_USAGE` (value: `"container_usage"`) | ||
|
||
* `CUSTOM_TIMESERIES_USAGE` (value: `"custom_timeseries_usage"`) | ||
|
||
* `FARGATE_USAGE` (value: `"fargate_usage"`) | ||
|
||
* `FUNCTIONS_USAGE` (value: `"functions_usage"`) | ||
|
||
* `INDEXED_LOGS_USAGE` (value: `"indexed_logs_usage"`) | ||
|
||
* `INFRA_HOST_USAGE` (value: `"infra_host_usage"`) | ||
|
||
* `INVOCATIONS_USAGE` (value: `"invocations_usage"`) | ||
|
||
* `NPM_HOST_USAGE` (value: `"npm_host_usage"`) | ||
|
||
* `PROFILED_CONTAINER_USAGE` (value: `"profiled_container_usage"`) | ||
|
||
* `PROFILED_HOST_USAGE` (value: `"profiled_host_usage"`) | ||
|
||
* `SNMP_USAGE` (value: `"snmp_usage"`) | ||
|
||
|
||
|
Oops, something went wrong.