Skip to content

Commit f261fac

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 099bff8 of spec repo
1 parent b481b06 commit f261fac

9 files changed

+38
-13
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2782,6 +2782,7 @@ components:
27822782
peer_tags:
27832783
description: Tags to query for a specific downstream entity (peer.service, peer.db_instance, peer.s3, peer.s3.bucket, etc.).
27842784
items:
2785+
description: A tag identifying a specific downstream entity (e.g. peer.service, peer.db_instance).
27852786
example: "peer.service:my-service"
27862787
type: string
27872788
type: array
@@ -6647,6 +6648,7 @@ components:
66476648
sources:
66486649
additionalProperties:
66496650
items:
6651+
description: A fallback source attribute name.
66506652
type: string
66516653
type: array
66526654
description: Fallback sources used to populate value of field.
@@ -6695,6 +6697,7 @@ components:
66956697
description: Optional list of profiles to modify the schema.
66966698
example: ["security_control", "host"]
66976699
items:
6700+
description: A profile name that modifies the schema behavior.
66986701
type: string
66996702
type: array
67006703
schema_type:
@@ -7808,6 +7811,7 @@ components:
78087811
description: Columns to group results by.
78097812
example: ["col1", "col2"]
78107813
items:
7814+
description: A column name to group results by.
78117815
type: string
78127816
type: array
78137817
model_type_override:
@@ -7827,6 +7831,7 @@ components:
78277831
description: Optional grouping fields for aggregation.
78287832
example: ["entity_id"]
78297833
items:
7834+
description: A field name to group results by.
78307835
type: string
78317836
type: array
78327837
measure:
@@ -11161,8 +11166,10 @@ components:
1116111166
description: Product Analytics audience account subquery.
1116211167
properties:
1116311168
name:
11169+
description: The name of the account subquery.
1116411170
type: string
1116511171
query:
11172+
description: The query string for the account subquery.
1116611173
type: string
1116711174
type: object
1116811175
ProductAnalyticsAudienceFilters:
@@ -11173,6 +11180,7 @@ components:
1117311180
$ref: "#/components/schemas/ProductAnalyticsAudienceAccountSubquery"
1117411181
type: array
1117511182
filter_condition:
11183+
description: An optional filter condition applied to the audience subquery.
1117611184
type: string
1117711185
segments:
1117811186
items:
@@ -11184,26 +11192,33 @@ components:
1118411192
type: array
1118511193
type: object
1118611194
ProductAnalyticsAudienceOccurrenceFilter:
11195+
description: Filter applied to occurrence counts when building a Product Analytics audience.
1118711196
properties:
1118811197
operator:
11198+
description: The comparison operator used for the occurrence filter (e.g. `gt`, `lt`, `eq`).
1118911199
type: string
1119011200
value:
11201+
description: The threshold value to compare occurrence counts against.
1119111202
type: string
1119211203
type: object
1119311204
ProductAnalyticsAudienceSegmentSubquery:
1119411205
description: Product Analytics audience segment subquery.
1119511206
properties:
1119611207
name:
11208+
description: The name of the segment subquery.
1119711209
type: string
1119811210
segment_id:
11211+
description: The unique identifier of the segment.
1119911212
type: string
1120011213
type: object
1120111214
ProductAnalyticsAudienceUserSubquery:
1120211215
description: Product Analytics audience user subquery.
1120311216
properties:
1120411217
name:
11218+
description: The name of the user subquery.
1120511219
type: string
1120611220
query:
11221+
description: The query string for the user subquery.
1120711222
type: string
1120811223
type: object
1120911224
QuerySortOrder:
@@ -11772,6 +11787,7 @@ components:
1177211787
- $ref: "#/components/schemas/SLOCountDefinitionWithBadEventsFormula"
1177311788
SLOCountDefinitionWithBadEventsFormula:
1177411789
additionalProperties: false
11790+
description: SLO count definition using a bad events formula alongside a good events formula.
1177511791
properties:
1177611792
bad_events_formula:
1177711793
$ref: "#/components/schemas/SLOFormula"
@@ -11798,6 +11814,7 @@ components:
1179811814
type: object
1179911815
SLOCountDefinitionWithTotalEventsFormula:
1180011816
additionalProperties: false
11817+
description: SLO count definition using a total events formula alongside a good events formula.
1180111818
properties:
1180211819
good_events_formula:
1180311820
$ref: "#/components/schemas/SLOFormula"
@@ -13004,6 +13021,7 @@ components:
1300413021
description: Fields to group by.
1300513022
example: ["source", "destination"]
1300613023
items:
13024+
description: A field name to group by.
1300713025
type: string
1300813026
type: array
1300913027
limit:
@@ -13626,6 +13644,7 @@ components:
1362613644
Always included in service level objective responses (but may be empty).
1362713645
example: ["env:prod", "app:core"]
1362813646
items:
13647+
description: A tag associated with the service level objective.
1362913648
type: string
1363013649
type: array
1363113650
created_at:
@@ -13649,6 +13668,7 @@ components:
1364913668
env_tags:
1365013669
description: Tags with the `env` tag key.
1365113670
items:
13671+
description: A tag with the `env` tag key.
1365213672
type: string
1365313673
type: array
1365413674
groups:
@@ -13693,6 +13713,7 @@ components:
1369313713
service_tags:
1369413714
description: Tags with the `service` tag key.
1369513715
items:
13716+
description: A tag with the `service` tag key.
1369613717
type: string
1369713718
type: array
1369813719
slo_type:
@@ -13702,6 +13723,7 @@ components:
1370213723
team_tags:
1370313724
description: Tags with the `team` tag key.
1370413725
items:
13726+
description: A tag with the `team` tag key.
1370513727
type: string
1370613728
type: array
1370713729
thresholds:
@@ -14712,6 +14734,7 @@ components:
1471214734
description: The tag values.
1471314735
example: ["env"]
1471414736
items:
14737+
description: A tag value string.
1471514738
minLength: 1
1471614739
type: string
1471714740
type: array
@@ -17989,6 +18012,7 @@ components:
1798918012
blockedRequestPatterns:
1799018013
description: Array of URL patterns to block.
1799118014
items:
18015+
description: A URL pattern to block during the Synthetic test.
1799218016
type: string
1799318017
type: array
1799418018
checkCertificateRevocation:

src/main/java/com/datadog/api/client/v1/model/ProductAnalyticsAudienceAccountSubquery.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public ProductAnalyticsAudienceAccountSubquery name(String name) {
3737
}
3838

3939
/**
40-
* Getname
40+
* The name of the account subquery.
4141
*
4242
* @return name
4343
*/
@@ -58,7 +58,7 @@ public ProductAnalyticsAudienceAccountSubquery query(String query) {
5858
}
5959

6060
/**
61-
* Getquery
61+
* The query string for the account subquery.
6262
*
6363
* @return query
6464
*/

src/main/java/com/datadog/api/client/v1/model/ProductAnalyticsAudienceFilters.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public ProductAnalyticsAudienceFilters filterCondition(String filterCondition) {
8282
}
8383

8484
/**
85-
* GetfilterCondition
85+
* An optional filter condition applied to the audience subquery.
8686
*
8787
* @return filterCondition
8888
*/

src/main/java/com/datadog/api/client/v1/model/ProductAnalyticsAudienceOccurrenceFilter.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import java.util.Map;
1717
import java.util.Objects;
1818

19-
/** */
19+
/** Filter applied to occurrence counts when building a Product Analytics audience. */
2020
@JsonPropertyOrder({
2121
ProductAnalyticsAudienceOccurrenceFilter.JSON_PROPERTY_OPERATOR,
2222
ProductAnalyticsAudienceOccurrenceFilter.JSON_PROPERTY_VALUE
@@ -37,7 +37,8 @@ public ProductAnalyticsAudienceOccurrenceFilter operator(String operator) {
3737
}
3838

3939
/**
40-
* Getoperator
40+
* The comparison operator used for the occurrence filter (e.g. <code>gt</code>, <code>lt</code>,
41+
* <code>eq</code>).
4142
*
4243
* @return operator
4344
*/
@@ -58,7 +59,7 @@ public ProductAnalyticsAudienceOccurrenceFilter value(String value) {
5859
}
5960

6061
/**
61-
* Getvalue
62+
* The threshold value to compare occurrence counts against.
6263
*
6364
* @return value
6465
*/

src/main/java/com/datadog/api/client/v1/model/ProductAnalyticsAudienceSegmentSubquery.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public ProductAnalyticsAudienceSegmentSubquery name(String name) {
3737
}
3838

3939
/**
40-
* Getname
40+
* The name of the segment subquery.
4141
*
4242
* @return name
4343
*/
@@ -58,7 +58,7 @@ public ProductAnalyticsAudienceSegmentSubquery segmentId(String segmentId) {
5858
}
5959

6060
/**
61-
* GetsegmentId
61+
* The unique identifier of the segment.
6262
*
6363
* @return segmentId
6464
*/

src/main/java/com/datadog/api/client/v1/model/ProductAnalyticsAudienceUserSubquery.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public ProductAnalyticsAudienceUserSubquery name(String name) {
3737
}
3838

3939
/**
40-
* Getname
40+
* The name of the user subquery.
4141
*
4242
* @return name
4343
*/
@@ -58,7 +58,7 @@ public ProductAnalyticsAudienceUserSubquery query(String query) {
5858
}
5959

6060
/**
61-
* Getquery
61+
* The query string for the user subquery.
6262
*
6363
* @return query
6464
*/

src/main/java/com/datadog/api/client/v1/model/SLOCountDefinitionWithBadEventsFormula.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import java.util.List;
1616
import java.util.Objects;
1717

18-
/** */
18+
/** SLO count definition using a bad events formula alongside a good events formula. */
1919
@JsonPropertyOrder({
2020
SLOCountDefinitionWithBadEventsFormula.JSON_PROPERTY_BAD_EVENTS_FORMULA,
2121
SLOCountDefinitionWithBadEventsFormula.JSON_PROPERTY_GOOD_EVENTS_FORMULA,

src/main/java/com/datadog/api/client/v1/model/SLOCountDefinitionWithTotalEventsFormula.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import java.util.List;
1616
import java.util.Objects;
1717

18-
/** */
18+
/** SLO count definition using a total events formula alongside a good events formula. */
1919
@JsonPropertyOrder({
2020
SLOCountDefinitionWithTotalEventsFormula.JSON_PROPERTY_GOOD_EVENTS_FORMULA,
2121
SLOCountDefinitionWithTotalEventsFormula.JSON_PROPERTY_QUERIES,

src/main/java/com/datadog/api/client/v1/model/SankeyRumQuery.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public SankeyRumQuery occurrences(ProductAnalyticsAudienceOccurrenceFilter occur
220220
}
221221

222222
/**
223-
* Getoccurrences
223+
* Filter applied to occurrence counts when building a Product Analytics audience.
224224
*
225225
* @return occurrences
226226
*/

0 commit comments

Comments
 (0)