Skip to content

Commit

Permalink
Regenerate client from commit 6ac3121 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Feb 16, 2022
1 parent fb4ce2b commit 37ad3b9
Show file tree
Hide file tree
Showing 10 changed files with 297 additions and 127 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.2",
"regenerated": "2022-02-16 12:30:42.539068",
"spec_repo_commit": "b8f0eb7"
"regenerated": "2022-02-16 16:20:46.148025",
"spec_repo_commit": "6ac3121"
},
"v2": {
"apigentools_version": "1.6.2",
"regenerated": "2022-02-16 12:30:42.550642",
"spec_repo_commit": "b8f0eb7"
"regenerated": "2022-02-16 16:20:46.163524",
"spec_repo_commit": "6ac3121"
}
}
}
20 changes: 20 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3515,6 +3515,7 @@ components:
- browser_usage
- container_usage
- custom_timeseries_usage
- estimated_indexed_logs_usage
- fargate_usage
- functions_usage
- indexed_logs_usage
Expand All @@ -3531,6 +3532,7 @@ components:
- BROWSER_USAGE
- CONTAINER_USAGE
- CUSTOM_TIMESERIES_USAGE
- ESTIMATED_INDEXED_LOGS_USAGE
- FARGATE_USAGE
- FUNCTIONS_USAGE
- INDEXED_LOGS_USAGE
Expand Down Expand Up @@ -6659,6 +6661,8 @@ components:
- container_percentage
- custom_timeseries_usage
- custom_timeseries_percentage
- estimated_indexed_logs_usage
- estimated_indexed_logs_percentage
- fargate_usage
- fargate_percentage
- functions_usage
Expand Down Expand Up @@ -6690,6 +6694,8 @@ components:
- CONTAINER_PERCENTAGE
- CUSTOM_TIMESERIES_USAGE
- CUSTOM_TIMESERIES_PERCENTAGE
- ESTIMATED_INDEXED_LOGS_USAGE
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
- FARGATE_USAGE
- FARGATE_PERCENTAGE
- FUNCTIONS_USAGE
Expand Down Expand Up @@ -6752,6 +6758,16 @@ components:
description: The custom metrics usage by tag(s).
format: double
type: number
estimated_indexed_logs_percentage:
description: The percentage of estimated live indexed logs usage by tag(s).
This field is in private beta.
format: double
type: number
estimated_indexed_logs_usage:
description: The estimated live indexed logs usage by tag(s). This field
is in private beta.
format: double
type: number
fargate_percentage:
description: The percentage of Fargate usage by tags.
format: double
Expand Down Expand Up @@ -12843,6 +12859,8 @@ components:
- lambda_invocations_percentage
- lambda_usage
- lambda_percentage
- estimated_indexed_logs_usage
- estimated_indexed_logs_percentage
type: string
x-enum-varnames:
- API_PERCENTAGE
Expand All @@ -12867,6 +12885,8 @@ components:
- LAMBDA_INVOCATIONS_PERCENTAGE
- LAMBDA_USAGE
- LAMBDA_PERCENTAGE
- ESTIMATED_INDEXED_LOGS_USAGE
- ESTIMATED_INDEXED_LOGS_PERCENTAGE
UsageAttributionSupportedMetrics:
description: Supported fields for usage attribution requests (valid requests
contain one or more metrics, or `*` for all).
Expand Down
2 changes: 2 additions & 0 deletions api/v1/datadog/docs/HourlyUsageAttributionUsageType.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

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

- `ESTIMATED_INDEXED_LOGS_USAGE` (value: `"estimated_indexed_logs_usage"`)

- `FARGATE_USAGE` (value: `"fargate_usage"`)

- `FUNCTIONS_USAGE` (value: `"functions_usage"`)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@

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

- `ESTIMATED_INDEXED_LOGS_USAGE` (value: `"estimated_indexed_logs_usage"`)

- `ESTIMATED_INDEXED_LOGS_PERCENTAGE` (value: `"estimated_indexed_logs_percentage"`)

- `FARGATE_USAGE` (value: `"fargate_usage"`)

- `FARGATE_PERCENTAGE` (value: `"fargate_percentage"`)
Expand Down
112 changes: 82 additions & 30 deletions api/v1/datadog/docs/MonthlyUsageAttributionValues.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,38 @@

## Properties

| Name | Type | Description | Notes |
| ------------------------------- | ---------------------- | --------------------------------------------------------- | ---------- |
| **ApiPercentage** | Pointer to **float64** | The percentage of synthetic API test usage by tag(s). | [optional] |
| **ApiUsage** | Pointer to **float64** | The synthetic API test usage by tag(s). | [optional] |
| **ApmHostPercentage** | Pointer to **float64** | The percentage of APM host usage by tag(s). | [optional] |
| **ApmHostUsage** | Pointer to **float64** | The APM host usage by tag(s). | [optional] |
| **BrowserPercentage** | Pointer to **float64** | The percentage of synthetic browser test usage by tag(s). | [optional] |
| **BrowserUsage** | Pointer to **float64** | The synthetic browser test usage by tag(s). | [optional] |
| **ContainerPercentage** | Pointer to **float64** | The percentage of container usage by tag(s). | [optional] |
| **ContainerUsage** | Pointer to **float64** | The container usage by tag(s). | [optional] |
| **CustomTimeseriesPercentage** | Pointer to **float64** | The percentage of custom metrics usage by tag(s). | [optional] |
| **CustomTimeseriesUsage** | Pointer to **float64** | The custom metrics usage by tag(s). | [optional] |
| **FargatePercentage** | Pointer to **float64** | The percentage of Fargate usage by tags. | [optional] |
| **FargateUsage** | Pointer to **float64** | The Fargate usage by tags. | [optional] |
| **FunctionsPercentage** | Pointer to **float64** | The percentage of Lambda function usage by tag(s). | [optional] |
| **FunctionsUsage** | Pointer to **float64** | The Lambda function usage by tag(s). | [optional] |
| **IndexedLogsPercentage** | Pointer to **float64** | The percentage of indexed logs usage by tags. | [optional] |
| **IndexedLogsUsage** | Pointer to **float64** | The indexed logs usage by tags. | [optional] |
| **InfraHostPercentage** | Pointer to **float64** | The percentage of infrastructure host usage by tag(s). | [optional] |
| **InfraHostUsage** | Pointer to **float64** | The infrastructure host usage by tag(s). | [optional] |
| **InvocationsPercentage** | Pointer to **float64** | The percentage of Lambda invocation usage by tag(s). | [optional] |
| **InvocationsUsage** | Pointer to **float64** | The Lambda invocation usage by tag(s). | [optional] |
| **NpmHostPercentage** | Pointer to **float64** | The percentage of network host usage by tag(s). | [optional] |
| **NpmHostUsage** | Pointer to **float64** | The network host usage by tag(s). | [optional] |
| **ProfiledContainerPercentage** | Pointer to **float64** | The percentage of profiled container usage by tag(s). | [optional] |
| **ProfiledContainerUsage** | Pointer to **float64** | The profiled container usage by tag(s). | [optional] |
| **ProfiledHostPercentage** | Pointer to **float64** | The percentage of profiled hosts usage by tag(s). | [optional] |
| **ProfiledHostUsage** | Pointer to **float64** | The profiled hosts usage by tag(s). | [optional] |
| **SnmpPercentage** | Pointer to **float64** | The percentage of network device usage by tag(s). | [optional] |
| **SnmpUsage** | Pointer to **float64** | The network device usage by tag(s). | [optional] |
| Name | Type | Description | Notes |
| ---------------------------------- | ---------------------- | --------------------------------------------------------------------------------------------- | ---------- |
| **ApiPercentage** | Pointer to **float64** | The percentage of synthetic API test usage by tag(s). | [optional] |
| **ApiUsage** | Pointer to **float64** | The synthetic API test usage by tag(s). | [optional] |
| **ApmHostPercentage** | Pointer to **float64** | The percentage of APM host usage by tag(s). | [optional] |
| **ApmHostUsage** | Pointer to **float64** | The APM host usage by tag(s). | [optional] |
| **BrowserPercentage** | Pointer to **float64** | The percentage of synthetic browser test usage by tag(s). | [optional] |
| **BrowserUsage** | Pointer to **float64** | The synthetic browser test usage by tag(s). | [optional] |
| **ContainerPercentage** | Pointer to **float64** | The percentage of container usage by tag(s). | [optional] |
| **ContainerUsage** | Pointer to **float64** | The container usage by tag(s). | [optional] |
| **CustomTimeseriesPercentage** | Pointer to **float64** | The percentage of custom metrics usage by tag(s). | [optional] |
| **CustomTimeseriesUsage** | Pointer to **float64** | The custom metrics usage by tag(s). | [optional] |
| **EstimatedIndexedLogsPercentage** | Pointer to **float64** | The percentage of estimated live indexed logs usage by tag(s). This field is in private beta. | [optional] |
| **EstimatedIndexedLogsUsage** | Pointer to **float64** | The estimated live indexed logs usage by tag(s). This field is in private beta. | [optional] |
| **FargatePercentage** | Pointer to **float64** | The percentage of Fargate usage by tags. | [optional] |
| **FargateUsage** | Pointer to **float64** | The Fargate usage by tags. | [optional] |
| **FunctionsPercentage** | Pointer to **float64** | The percentage of Lambda function usage by tag(s). | [optional] |
| **FunctionsUsage** | Pointer to **float64** | The Lambda function usage by tag(s). | [optional] |
| **IndexedLogsPercentage** | Pointer to **float64** | The percentage of indexed logs usage by tags. | [optional] |
| **IndexedLogsUsage** | Pointer to **float64** | The indexed logs usage by tags. | [optional] |
| **InfraHostPercentage** | Pointer to **float64** | The percentage of infrastructure host usage by tag(s). | [optional] |
| **InfraHostUsage** | Pointer to **float64** | The infrastructure host usage by tag(s). | [optional] |
| **InvocationsPercentage** | Pointer to **float64** | The percentage of Lambda invocation usage by tag(s). | [optional] |
| **InvocationsUsage** | Pointer to **float64** | The Lambda invocation usage by tag(s). | [optional] |
| **NpmHostPercentage** | Pointer to **float64** | The percentage of network host usage by tag(s). | [optional] |
| **NpmHostUsage** | Pointer to **float64** | The network host usage by tag(s). | [optional] |
| **ProfiledContainerPercentage** | Pointer to **float64** | The percentage of profiled container usage by tag(s). | [optional] |
| **ProfiledContainerUsage** | Pointer to **float64** | The profiled container usage by tag(s). | [optional] |
| **ProfiledHostPercentage** | Pointer to **float64** | The percentage of profiled hosts usage by tag(s). | [optional] |
| **ProfiledHostUsage** | Pointer to **float64** | The profiled hosts usage by tag(s). | [optional] |
| **SnmpPercentage** | Pointer to **float64** | The percentage of network device usage by tag(s). | [optional] |
| **SnmpUsage** | Pointer to **float64** | The network device usage by tag(s). | [optional] |

## Methods

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

HasCustomTimeseriesUsage returns a boolean if a field has been set.

### GetEstimatedIndexedLogsPercentage

`func (o *MonthlyUsageAttributionValues) GetEstimatedIndexedLogsPercentage() float64`

GetEstimatedIndexedLogsPercentage returns the EstimatedIndexedLogsPercentage field if non-nil, zero value otherwise.

### GetEstimatedIndexedLogsPercentageOk

`func (o *MonthlyUsageAttributionValues) GetEstimatedIndexedLogsPercentageOk() (*float64, bool)`

GetEstimatedIndexedLogsPercentageOk returns a tuple with the EstimatedIndexedLogsPercentage field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetEstimatedIndexedLogsPercentage

`func (o *MonthlyUsageAttributionValues) SetEstimatedIndexedLogsPercentage(v float64)`

SetEstimatedIndexedLogsPercentage sets EstimatedIndexedLogsPercentage field to given value.

### HasEstimatedIndexedLogsPercentage

`func (o *MonthlyUsageAttributionValues) HasEstimatedIndexedLogsPercentage() bool`

HasEstimatedIndexedLogsPercentage returns a boolean if a field has been set.

### GetEstimatedIndexedLogsUsage

`func (o *MonthlyUsageAttributionValues) GetEstimatedIndexedLogsUsage() float64`

GetEstimatedIndexedLogsUsage returns the EstimatedIndexedLogsUsage field if non-nil, zero value otherwise.

### GetEstimatedIndexedLogsUsageOk

`func (o *MonthlyUsageAttributionValues) GetEstimatedIndexedLogsUsageOk() (*float64, bool)`

GetEstimatedIndexedLogsUsageOk returns a tuple with the EstimatedIndexedLogsUsage field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.

### SetEstimatedIndexedLogsUsage

`func (o *MonthlyUsageAttributionValues) SetEstimatedIndexedLogsUsage(v float64)`

SetEstimatedIndexedLogsUsage sets EstimatedIndexedLogsUsage field to given value.

### HasEstimatedIndexedLogsUsage

`func (o *MonthlyUsageAttributionValues) HasEstimatedIndexedLogsUsage() bool`

HasEstimatedIndexedLogsUsage returns a boolean if a field has been set.

### GetFargatePercentage

`func (o *MonthlyUsageAttributionValues) GetFargatePercentage() float64`
Expand Down
4 changes: 4 additions & 0 deletions api/v1/datadog/docs/UsageAttributionSort.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,8 @@

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

- `ESTIMATED_INDEXED_LOGS_USAGE` (value: `"estimated_indexed_logs_usage"`)

- `ESTIMATED_INDEXED_LOGS_PERCENTAGE` (value: `"estimated_indexed_logs_percentage"`)

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
30 changes: 16 additions & 14 deletions api/v1/datadog/model_hourly_usage_attribution_usage_type.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 37ad3b9

Please sign in to comment.