Skip to content

Commit 37ad3b9

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 6ac3121 of spec repo
1 parent fb4ce2b commit 37ad3b9

10 files changed

+297
-127
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.6.2",
7-
"regenerated": "2022-02-16 12:30:42.539068",
8-
"spec_repo_commit": "b8f0eb7"
7+
"regenerated": "2022-02-16 16:20:46.148025",
8+
"spec_repo_commit": "6ac3121"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.2",
12-
"regenerated": "2022-02-16 12:30:42.550642",
13-
"spec_repo_commit": "b8f0eb7"
12+
"regenerated": "2022-02-16 16:20:46.163524",
13+
"spec_repo_commit": "6ac3121"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3515,6 +3515,7 @@ components:
35153515
- browser_usage
35163516
- container_usage
35173517
- custom_timeseries_usage
3518+
- estimated_indexed_logs_usage
35183519
- fargate_usage
35193520
- functions_usage
35203521
- indexed_logs_usage
@@ -3531,6 +3532,7 @@ components:
35313532
- BROWSER_USAGE
35323533
- CONTAINER_USAGE
35333534
- CUSTOM_TIMESERIES_USAGE
3535+
- ESTIMATED_INDEXED_LOGS_USAGE
35343536
- FARGATE_USAGE
35353537
- FUNCTIONS_USAGE
35363538
- INDEXED_LOGS_USAGE
@@ -6659,6 +6661,8 @@ components:
66596661
- container_percentage
66606662
- custom_timeseries_usage
66616663
- custom_timeseries_percentage
6664+
- estimated_indexed_logs_usage
6665+
- estimated_indexed_logs_percentage
66626666
- fargate_usage
66636667
- fargate_percentage
66646668
- functions_usage
@@ -6690,6 +6694,8 @@ components:
66906694
- CONTAINER_PERCENTAGE
66916695
- CUSTOM_TIMESERIES_USAGE
66926696
- CUSTOM_TIMESERIES_PERCENTAGE
6697+
- ESTIMATED_INDEXED_LOGS_USAGE
6698+
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
66936699
- FARGATE_USAGE
66946700
- FARGATE_PERCENTAGE
66956701
- FUNCTIONS_USAGE
@@ -6752,6 +6758,16 @@ components:
67526758
description: The custom metrics usage by tag(s).
67536759
format: double
67546760
type: number
6761+
estimated_indexed_logs_percentage:
6762+
description: The percentage of estimated live indexed logs usage by tag(s).
6763+
This field is in private beta.
6764+
format: double
6765+
type: number
6766+
estimated_indexed_logs_usage:
6767+
description: The estimated live indexed logs usage by tag(s). This field
6768+
is in private beta.
6769+
format: double
6770+
type: number
67556771
fargate_percentage:
67566772
description: The percentage of Fargate usage by tags.
67576773
format: double
@@ -12843,6 +12859,8 @@ components:
1284312859
- lambda_invocations_percentage
1284412860
- lambda_usage
1284512861
- lambda_percentage
12862+
- estimated_indexed_logs_usage
12863+
- estimated_indexed_logs_percentage
1284612864
type: string
1284712865
x-enum-varnames:
1284812866
- API_PERCENTAGE
@@ -12867,6 +12885,8 @@ components:
1286712885
- LAMBDA_INVOCATIONS_PERCENTAGE
1286812886
- LAMBDA_USAGE
1286912887
- LAMBDA_PERCENTAGE
12888+
- ESTIMATED_INDEXED_LOGS_USAGE
12889+
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
1287012890
UsageAttributionSupportedMetrics:
1287112891
description: Supported fields for usage attribution requests (valid requests
1287212892
contain one or more metrics, or `*` for all).

api/v1/datadog/docs/HourlyUsageAttributionUsageType.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
- `CUSTOM_TIMESERIES_USAGE` (value: `"custom_timeseries_usage"`)
1414

15+
- `ESTIMATED_INDEXED_LOGS_USAGE` (value: `"estimated_indexed_logs_usage"`)
16+
1517
- `FARGATE_USAGE` (value: `"fargate_usage"`)
1618

1719
- `FUNCTIONS_USAGE` (value: `"functions_usage"`)

api/v1/datadog/docs/MonthlyUsageAttributionSupportedMetrics.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222

2323
- `CUSTOM_TIMESERIES_PERCENTAGE` (value: `"custom_timeseries_percentage"`)
2424

25+
- `ESTIMATED_INDEXED_LOGS_USAGE` (value: `"estimated_indexed_logs_usage"`)
26+
27+
- `ESTIMATED_INDEXED_LOGS_PERCENTAGE` (value: `"estimated_indexed_logs_percentage"`)
28+
2529
- `FARGATE_USAGE` (value: `"fargate_usage"`)
2630

2731
- `FARGATE_PERCENTAGE` (value: `"fargate_percentage"`)

api/v1/datadog/docs/MonthlyUsageAttributionValues.md

Lines changed: 82 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,38 @@
22

33
## Properties
44

5-
| Name | Type | Description | Notes |
6-
| ------------------------------- | ---------------------- | --------------------------------------------------------- | ---------- |
7-
| **ApiPercentage** | Pointer to **float64** | The percentage of synthetic API test usage by tag(s). | [optional] |
8-
| **ApiUsage** | Pointer to **float64** | The synthetic API test usage by tag(s). | [optional] |
9-
| **ApmHostPercentage** | Pointer to **float64** | The percentage of APM host usage by tag(s). | [optional] |
10-
| **ApmHostUsage** | Pointer to **float64** | The APM host usage by tag(s). | [optional] |
11-
| **BrowserPercentage** | Pointer to **float64** | The percentage of synthetic browser test usage by tag(s). | [optional] |
12-
| **BrowserUsage** | Pointer to **float64** | The synthetic browser test usage by tag(s). | [optional] |
13-
| **ContainerPercentage** | Pointer to **float64** | The percentage of container usage by tag(s). | [optional] |
14-
| **ContainerUsage** | Pointer to **float64** | The container usage by tag(s). | [optional] |
15-
| **CustomTimeseriesPercentage** | Pointer to **float64** | The percentage of custom metrics usage by tag(s). | [optional] |
16-
| **CustomTimeseriesUsage** | Pointer to **float64** | The custom metrics usage by tag(s). | [optional] |
17-
| **FargatePercentage** | Pointer to **float64** | The percentage of Fargate usage by tags. | [optional] |
18-
| **FargateUsage** | Pointer to **float64** | The Fargate usage by tags. | [optional] |
19-
| **FunctionsPercentage** | Pointer to **float64** | The percentage of Lambda function usage by tag(s). | [optional] |
20-
| **FunctionsUsage** | Pointer to **float64** | The Lambda function usage by tag(s). | [optional] |
21-
| **IndexedLogsPercentage** | Pointer to **float64** | The percentage of indexed logs usage by tags. | [optional] |
22-
| **IndexedLogsUsage** | Pointer to **float64** | The indexed logs usage by tags. | [optional] |
23-
| **InfraHostPercentage** | Pointer to **float64** | The percentage of infrastructure host usage by tag(s). | [optional] |
24-
| **InfraHostUsage** | Pointer to **float64** | The infrastructure host usage by tag(s). | [optional] |
25-
| **InvocationsPercentage** | Pointer to **float64** | The percentage of Lambda invocation usage by tag(s). | [optional] |
26-
| **InvocationsUsage** | Pointer to **float64** | The Lambda invocation usage by tag(s). | [optional] |
27-
| **NpmHostPercentage** | Pointer to **float64** | The percentage of network host usage by tag(s). | [optional] |
28-
| **NpmHostUsage** | Pointer to **float64** | The network host usage by tag(s). | [optional] |
29-
| **ProfiledContainerPercentage** | Pointer to **float64** | The percentage of profiled container usage by tag(s). | [optional] |
30-
| **ProfiledContainerUsage** | Pointer to **float64** | The profiled container usage by tag(s). | [optional] |
31-
| **ProfiledHostPercentage** | Pointer to **float64** | The percentage of profiled hosts usage by tag(s). | [optional] |
32-
| **ProfiledHostUsage** | Pointer to **float64** | The profiled hosts usage by tag(s). | [optional] |
33-
| **SnmpPercentage** | Pointer to **float64** | The percentage of network device usage by tag(s). | [optional] |
34-
| **SnmpUsage** | Pointer to **float64** | The network device usage by tag(s). | [optional] |
5+
| Name | Type | Description | Notes |
6+
| ---------------------------------- | ---------------------- | --------------------------------------------------------------------------------------------- | ---------- |
7+
| **ApiPercentage** | Pointer to **float64** | The percentage of synthetic API test usage by tag(s). | [optional] |
8+
| **ApiUsage** | Pointer to **float64** | The synthetic API test usage by tag(s). | [optional] |
9+
| **ApmHostPercentage** | Pointer to **float64** | The percentage of APM host usage by tag(s). | [optional] |
10+
| **ApmHostUsage** | Pointer to **float64** | The APM host usage by tag(s). | [optional] |
11+
| **BrowserPercentage** | Pointer to **float64** | The percentage of synthetic browser test usage by tag(s). | [optional] |
12+
| **BrowserUsage** | Pointer to **float64** | The synthetic browser test usage by tag(s). | [optional] |
13+
| **ContainerPercentage** | Pointer to **float64** | The percentage of container usage by tag(s). | [optional] |
14+
| **ContainerUsage** | Pointer to **float64** | The container usage by tag(s). | [optional] |
15+
| **CustomTimeseriesPercentage** | Pointer to **float64** | The percentage of custom metrics usage by tag(s). | [optional] |
16+
| **CustomTimeseriesUsage** | Pointer to **float64** | The custom metrics usage by tag(s). | [optional] |
17+
| **EstimatedIndexedLogsPercentage** | Pointer to **float64** | The percentage of estimated live indexed logs usage by tag(s). This field is in private beta. | [optional] |
18+
| **EstimatedIndexedLogsUsage** | Pointer to **float64** | The estimated live indexed logs usage by tag(s). This field is in private beta. | [optional] |
19+
| **FargatePercentage** | Pointer to **float64** | The percentage of Fargate usage by tags. | [optional] |
20+
| **FargateUsage** | Pointer to **float64** | The Fargate usage by tags. | [optional] |
21+
| **FunctionsPercentage** | Pointer to **float64** | The percentage of Lambda function usage by tag(s). | [optional] |
22+
| **FunctionsUsage** | Pointer to **float64** | The Lambda function usage by tag(s). | [optional] |
23+
| **IndexedLogsPercentage** | Pointer to **float64** | The percentage of indexed logs usage by tags. | [optional] |
24+
| **IndexedLogsUsage** | Pointer to **float64** | The indexed logs usage by tags. | [optional] |
25+
| **InfraHostPercentage** | Pointer to **float64** | The percentage of infrastructure host usage by tag(s). | [optional] |
26+
| **InfraHostUsage** | Pointer to **float64** | The infrastructure host usage by tag(s). | [optional] |
27+
| **InvocationsPercentage** | Pointer to **float64** | The percentage of Lambda invocation usage by tag(s). | [optional] |
28+
| **InvocationsUsage** | Pointer to **float64** | The Lambda invocation usage by tag(s). | [optional] |
29+
| **NpmHostPercentage** | Pointer to **float64** | The percentage of network host usage by tag(s). | [optional] |
30+
| **NpmHostUsage** | Pointer to **float64** | The network host usage by tag(s). | [optional] |
31+
| **ProfiledContainerPercentage** | Pointer to **float64** | The percentage of profiled container usage by tag(s). | [optional] |
32+
| **ProfiledContainerUsage** | Pointer to **float64** | The profiled container usage by tag(s). | [optional] |
33+
| **ProfiledHostPercentage** | Pointer to **float64** | The percentage of profiled hosts usage by tag(s). | [optional] |
34+
| **ProfiledHostUsage** | Pointer to **float64** | The profiled hosts usage by tag(s). | [optional] |
35+
| **SnmpPercentage** | Pointer to **float64** | The percentage of network device usage by tag(s). | [optional] |
36+
| **SnmpUsage** | Pointer to **float64** | The network device usage by tag(s). | [optional] |
3537

3638
## Methods
3739

@@ -302,6 +304,56 @@ SetCustomTimeseriesUsage sets CustomTimeseriesUsage field to given value.
302304

303305
HasCustomTimeseriesUsage returns a boolean if a field has been set.
304306

307+
### GetEstimatedIndexedLogsPercentage
308+
309+
`func (o *MonthlyUsageAttributionValues) GetEstimatedIndexedLogsPercentage() float64`
310+
311+
GetEstimatedIndexedLogsPercentage returns the EstimatedIndexedLogsPercentage field if non-nil, zero value otherwise.
312+
313+
### GetEstimatedIndexedLogsPercentageOk
314+
315+
`func (o *MonthlyUsageAttributionValues) GetEstimatedIndexedLogsPercentageOk() (*float64, bool)`
316+
317+
GetEstimatedIndexedLogsPercentageOk returns a tuple with the EstimatedIndexedLogsPercentage field if it's non-nil, zero value otherwise
318+
and a boolean to check if the value has been set.
319+
320+
### SetEstimatedIndexedLogsPercentage
321+
322+
`func (o *MonthlyUsageAttributionValues) SetEstimatedIndexedLogsPercentage(v float64)`
323+
324+
SetEstimatedIndexedLogsPercentage sets EstimatedIndexedLogsPercentage field to given value.
325+
326+
### HasEstimatedIndexedLogsPercentage
327+
328+
`func (o *MonthlyUsageAttributionValues) HasEstimatedIndexedLogsPercentage() bool`
329+
330+
HasEstimatedIndexedLogsPercentage returns a boolean if a field has been set.
331+
332+
### GetEstimatedIndexedLogsUsage
333+
334+
`func (o *MonthlyUsageAttributionValues) GetEstimatedIndexedLogsUsage() float64`
335+
336+
GetEstimatedIndexedLogsUsage returns the EstimatedIndexedLogsUsage field if non-nil, zero value otherwise.
337+
338+
### GetEstimatedIndexedLogsUsageOk
339+
340+
`func (o *MonthlyUsageAttributionValues) GetEstimatedIndexedLogsUsageOk() (*float64, bool)`
341+
342+
GetEstimatedIndexedLogsUsageOk returns a tuple with the EstimatedIndexedLogsUsage field if it's non-nil, zero value otherwise
343+
and a boolean to check if the value has been set.
344+
345+
### SetEstimatedIndexedLogsUsage
346+
347+
`func (o *MonthlyUsageAttributionValues) SetEstimatedIndexedLogsUsage(v float64)`
348+
349+
SetEstimatedIndexedLogsUsage sets EstimatedIndexedLogsUsage field to given value.
350+
351+
### HasEstimatedIndexedLogsUsage
352+
353+
`func (o *MonthlyUsageAttributionValues) HasEstimatedIndexedLogsUsage() bool`
354+
355+
HasEstimatedIndexedLogsUsage returns a boolean if a field has been set.
356+
305357
### GetFargatePercentage
306358

307359
`func (o *MonthlyUsageAttributionValues) GetFargatePercentage() float64`

api/v1/datadog/docs/UsageAttributionSort.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,8 @@
4646

4747
- `LAMBDA_PERCENTAGE` (value: `"lambda_percentage"`)
4848

49+
- `ESTIMATED_INDEXED_LOGS_USAGE` (value: `"estimated_indexed_logs_usage"`)
50+
51+
- `ESTIMATED_INDEXED_LOGS_PERCENTAGE` (value: `"estimated_indexed_logs_percentage"`)
52+
4953
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

api/v1/datadog/model_hourly_usage_attribution_usage_type.go

Lines changed: 16 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)