Skip to content

Commit

Permalink
Regenerate client from commit 8916b6a of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Nov 16, 2021
1 parent fdd90eb commit 9d9ccf4
Show file tree
Hide file tree
Showing 10 changed files with 283 additions and 6 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.5.1.dev2",
"regenerated": "2021-11-16 09:32:07.434761",
"spec_repo_commit": "3b593f9"
"regenerated": "2021-11-16 13:31:11.415964",
"spec_repo_commit": "8916b6a"
},
"v2": {
"apigentools_version": "1.5.1.dev2",
"regenerated": "2021-11-16 09:32:07.453669",
"spec_repo_commit": "3b593f9"
"regenerated": "2021-11-16 13:31:11.437548",
"spec_repo_commit": "8916b6a"
}
}
}
17 changes: 17 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12393,6 +12393,10 @@ components:
UsageFargateHour:
description: Number of Fargate tasks run and hourly usage.
properties:
avg_profiled_fargate_tasks:
description: The average profiled task count for Fargate Profiling.
format: int64
type: integer
hour:
description: The hour for the usage.
format: date-time
Expand Down Expand Up @@ -13077,6 +13081,10 @@ components:
the current date for all organizations.
format: int64
type: integer
avg_profiled_fargate_tasks:
description: The average profiled task count for Fargate Profiling.
format: int64
type: integer
aws_host_top99p:
description: Shows the 99th percentile of all AWS hosts over all hours in
the current date for all organizations.
Expand Down Expand Up @@ -13348,6 +13356,10 @@ components:
in the current date for the given org.
format: int64
type: integer
avg_profiled_fargate_tasks:
description: The average profiled task count for Fargate Profiling.
format: int64
type: integer
aws_host_top99p:
description: Shows the 99th percentile of all AWS hosts over all hours in
the current date for the given org.
Expand Down Expand Up @@ -13618,6 +13630,11 @@ components:
in the current months for all organizations.
format: int64
type: integer
avg_profiled_fargate_tasks_sum:
description: Shows the average of all profiled Fargate tasks over all hours
in the current months for all organizations.
format: int64
type: integer
aws_host_top99p_sum:
description: Shows the 99th percentile of all AWS hosts over all hours in
the current months for all organizations.
Expand Down
26 changes: 26 additions & 0 deletions api/v1/datadog/docs/UsageFargateHour.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

Name | Type | Description | Notes
---- | ---- | ----------- | ------
**AvgProfiledFargateTasks** | Pointer to **int64** | The average profiled task count for Fargate Profiling. | [optional]
**Hour** | Pointer to **time.Time** | The hour for the usage. | [optional]
**TasksCount** | Pointer to **int64** | The number of Fargate tasks run. | [optional]

Expand All @@ -26,6 +27,31 @@ NewUsageFargateHourWithDefaults instantiates a new UsageFargateHour object.
This constructor will only assign default values to properties that have it defined,
but it doesn't guarantee that properties required by API are set.

### GetAvgProfiledFargateTasks

`func (o *UsageFargateHour) GetAvgProfiledFargateTasks() int64`

GetAvgProfiledFargateTasks returns the AvgProfiledFargateTasks field if non-nil, zero value otherwise.

### GetAvgProfiledFargateTasksOk

`func (o *UsageFargateHour) GetAvgProfiledFargateTasksOk() (*int64, bool)`

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

### SetAvgProfiledFargateTasks

`func (o *UsageFargateHour) SetAvgProfiledFargateTasks(v int64)`

SetAvgProfiledFargateTasks sets AvgProfiledFargateTasks field to given value.

### HasAvgProfiledFargateTasks

`func (o *UsageFargateHour) HasAvgProfiledFargateTasks() bool`

HasAvgProfiledFargateTasks returns a boolean if a field has been set.

### GetHour

`func (o *UsageFargateHour) GetHour() time.Time`
Expand Down
26 changes: 26 additions & 0 deletions api/v1/datadog/docs/UsageSummaryDate.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Name | Type | Description | Notes
**ApmAzureAppServiceHostTop99p** | Pointer to **int64** | Shows the 99th percentile of all Azure app services using APM over all hours in the current date all organizations. | [optional]
**ApmHostTop99p** | Pointer to **int64** | Shows the 99th percentile of all distinct APM hosts over all hours in the current date for all organizations. | [optional]
**AuditLogsLinesIndexedSum** | Pointer to **int64** | Shows the sum of audit logs lines indexed over all hours in the current date for all organizations. | [optional]
**AvgProfiledFargateTasks** | Pointer to **int64** | The average profiled task count for Fargate Profiling. | [optional]
**AwsHostTop99p** | Pointer to **int64** | Shows the 99th percentile of all AWS hosts over all hours in the current date for all organizations. | [optional]
**AwsLambdaFuncCount** | Pointer to **int64** | Shows the average of the number of functions that executed 1 or more times each hour in the current date for all organizations. | [optional]
**AwsLambdaInvocationsSum** | Pointer to **int64** | Shows the sum of all AWS Lambda invocations over all hours in the current date for all organizations. | [optional]
Expand Down Expand Up @@ -177,6 +178,31 @@ SetAuditLogsLinesIndexedSum sets AuditLogsLinesIndexedSum field to given value.

HasAuditLogsLinesIndexedSum returns a boolean if a field has been set.

### GetAvgProfiledFargateTasks

`func (o *UsageSummaryDate) GetAvgProfiledFargateTasks() int64`

GetAvgProfiledFargateTasks returns the AvgProfiledFargateTasks field if non-nil, zero value otherwise.

### GetAvgProfiledFargateTasksOk

`func (o *UsageSummaryDate) GetAvgProfiledFargateTasksOk() (*int64, bool)`

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

### SetAvgProfiledFargateTasks

`func (o *UsageSummaryDate) SetAvgProfiledFargateTasks(v int64)`

SetAvgProfiledFargateTasks sets AvgProfiledFargateTasks field to given value.

### HasAvgProfiledFargateTasks

`func (o *UsageSummaryDate) HasAvgProfiledFargateTasks() bool`

HasAvgProfiledFargateTasks returns a boolean if a field has been set.

### GetAwsHostTop99p

`func (o *UsageSummaryDate) GetAwsHostTop99p() int64`
Expand Down
26 changes: 26 additions & 0 deletions api/v1/datadog/docs/UsageSummaryDateOrg.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Name | Type | Description | Notes
**ApmAzureAppServiceHostTop99p** | Pointer to **int64** | Shows the 99th percentile of all Azure app services using APM over all hours in the current date for the given org. | [optional]
**ApmHostTop99p** | Pointer to **int64** | Shows the 99th percentile of all distinct APM hosts over all hours in the current date for the given org. | [optional]
**AuditLogsLinesIndexedSum** | Pointer to **int64** | Shows the sum of all audit logs lines indexed over all hours in the current date for the given org. | [optional]
**AvgProfiledFargateTasks** | Pointer to **int64** | The average profiled task count for Fargate Profiling. | [optional]
**AwsHostTop99p** | Pointer to **int64** | Shows the 99th percentile of all AWS hosts over all hours in the current date for the given org. | [optional]
**AwsLambdaFuncCount** | Pointer to **int64** | Shows the sum of all AWS Lambda invocations over all hours in the current date for the given org. | [optional]
**AwsLambdaInvocationsSum** | Pointer to **int64** | Shows the sum of all AWS Lambda invocations over all hours in the current date for the given org. | [optional]
Expand Down Expand Up @@ -178,6 +179,31 @@ SetAuditLogsLinesIndexedSum sets AuditLogsLinesIndexedSum field to given value.

HasAuditLogsLinesIndexedSum returns a boolean if a field has been set.

### GetAvgProfiledFargateTasks

`func (o *UsageSummaryDateOrg) GetAvgProfiledFargateTasks() int64`

GetAvgProfiledFargateTasks returns the AvgProfiledFargateTasks field if non-nil, zero value otherwise.

### GetAvgProfiledFargateTasksOk

`func (o *UsageSummaryDateOrg) GetAvgProfiledFargateTasksOk() (*int64, bool)`

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

### SetAvgProfiledFargateTasks

`func (o *UsageSummaryDateOrg) SetAvgProfiledFargateTasks(v int64)`

SetAvgProfiledFargateTasks sets AvgProfiledFargateTasks field to given value.

### HasAvgProfiledFargateTasks

`func (o *UsageSummaryDateOrg) HasAvgProfiledFargateTasks() bool`

HasAvgProfiledFargateTasks returns a boolean if a field has been set.

### GetAwsHostTop99p

`func (o *UsageSummaryDateOrg) GetAwsHostTop99p() int64`
Expand Down
26 changes: 26 additions & 0 deletions api/v1/datadog/docs/UsageSummaryResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Name | Type | Description | Notes
**ApmAzureAppServiceHostTop99pSum** | Pointer to **int64** | Shows the 99th percentile of all Azure app services using APM over all hours in the current months all organizations. | [optional]
**ApmHostTop99pSum** | Pointer to **int64** | Shows the 99th percentile of all distinct APM hosts over all hours in the current months for all organizations. | [optional]
**AuditLogsLinesIndexedAggSum** | Pointer to **int64** | Shows the sum of all audit logs lines indexed over all hours in the current months for all organizations. | [optional]
**AvgProfiledFargateTasksSum** | Pointer to **int64** | Shows the average of all profiled Fargate tasks over all hours in the current months for all organizations. | [optional]
**AwsHostTop99pSum** | Pointer to **int64** | Shows the 99th percentile of all AWS hosts over all hours in the current months for all organizations. | [optional]
**AwsLambdaFuncCount** | Pointer to **int64** | Shows the average of the number of functions that executed 1 or more times each hour in the current months for all organizations. | [optional]
**AwsLambdaInvocationsSum** | Pointer to **int64** | Shows the sum of all AWS Lambda invocations over all hours in the current months for all organizations. | [optional]
Expand Down Expand Up @@ -186,6 +187,31 @@ SetAuditLogsLinesIndexedAggSum sets AuditLogsLinesIndexedAggSum field to given v

HasAuditLogsLinesIndexedAggSum returns a boolean if a field has been set.

### GetAvgProfiledFargateTasksSum

`func (o *UsageSummaryResponse) GetAvgProfiledFargateTasksSum() int64`

GetAvgProfiledFargateTasksSum returns the AvgProfiledFargateTasksSum field if non-nil, zero value otherwise.

### GetAvgProfiledFargateTasksSumOk

`func (o *UsageSummaryResponse) GetAvgProfiledFargateTasksSumOk() (*int64, bool)`

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

### SetAvgProfiledFargateTasksSum

`func (o *UsageSummaryResponse) SetAvgProfiledFargateTasksSum(v int64)`

SetAvgProfiledFargateTasksSum sets AvgProfiledFargateTasksSum field to given value.

### HasAvgProfiledFargateTasksSum

`func (o *UsageSummaryResponse) HasAvgProfiledFargateTasksSum() bool`

HasAvgProfiledFargateTasksSum returns a boolean if a field has been set.

### GetAwsHostTop99pSum

`func (o *UsageSummaryResponse) GetAwsHostTop99pSum() int64`
Expand Down
43 changes: 41 additions & 2 deletions api/v1/datadog/model_usage_fargate_hour.go

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

39 changes: 39 additions & 0 deletions api/v1/datadog/model_usage_summary_date.go

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

Loading

0 comments on commit 9d9ccf4

Please sign in to comment.