Skip to content

Commit

Permalink
Regenerate client from commit 00062933 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Jan 18, 2023
1 parent ed3d4e0 commit ef2bbeb
Show file tree
Hide file tree
Showing 58 changed files with 3,196 additions and 788 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.4",
"regenerated": "2023-01-16 10:00:42.109665",
"spec_repo_commit": "b299f7d6"
"regenerated": "2023-01-18 16:06:46.227286",
"spec_repo_commit": "00062933"
},
"v2": {
"apigentools_version": "1.6.4",
"regenerated": "2023-01-16 10:00:42.121633",
"spec_repo_commit": "b299f7d6"
"regenerated": "2023-01-18 16:06:46.239526",
"spec_repo_commit": "00062933"
}
}
}
77 changes: 0 additions & 77 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4002,86 +4002,11 @@ components:
- AUTO
- COMPACT
- FULL
ListStreamComputeAggregation:
description: Aggregation value.
enum:
- count
- cardinality
- median
- pc75
- pc90
- pc95
- pc98
- pc99
- sum
- min
- max
- avg
- earliest
- latest
- most_frequent
example: count
type: string
x-enum-varnames:
- COUNT
- CARDINALITY
- MEDIAN
- PC75
- PC90
- PC95
- PC98
- PC99
- SUM
- MIN
- MAX
- AVG
- EARLIEST
- LATEST
- MOST_FREQUENT
ListStreamComputeItems:
description: List of facets and aggregations which to compute.
properties:
aggregation:
$ref: '#/components/schemas/ListStreamComputeAggregation'
facet:
description: Facet name.
example: resource_name
type: string
required:
- aggregation
type: object
ListStreamGroupByItems:
description: List of facets on which to group.
properties:
facet:
description: Facet name.
example: resource_name
type: string
required:
- facet
type: object
ListStreamQuery:
description: Updated list stream widget.
properties:
compute:
description: Compute configuration for the List Stream Widget. Compute can
be used only with the logs_transaction_stream (from 1 to 5 items) list
stream source.
items:
$ref: '#/components/schemas/ListStreamComputeItems'
maxItems: 5
minItems: 1
type: array
data_source:
$ref: '#/components/schemas/ListStreamSource'
group_by:
description: Group by configuration for the List Stream Widget. Group by
can be used only with logs_pattern_stream (up to 3 items) or logs_transaction_stream
(one group by item is required) list stream source.
items:
$ref: '#/components/schemas/ListStreamGroupByItems'
maxItems: 3
type: array
indexes:
description: List of indexes.
items:
Expand Down Expand Up @@ -4117,7 +4042,6 @@ components:
- rum_issue_stream
- apm_issue_stream
- logs_pattern_stream
- logs_transaction_stream
example: apm_issue_stream
type: string
x-enum-varnames:
Expand All @@ -4126,7 +4050,6 @@ components:
- RUM_ISSUE_STREAM
- APM_ISSUE_STREAM
- LOGS_PATTERN_STREAM
- LOGS_TRANSACTION_STREAM
ListStreamWidgetDefinition:
description: 'The list stream visualization displays a table of recent events
in your application that
Expand Down
Loading

0 comments on commit ef2bbeb

Please sign in to comment.