Skip to content

Commit 929e2a7

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add x-enum-varnames to enums missing them (#3477)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 116376a commit 929e2a7

2 files changed

Lines changed: 71 additions & 0 deletions

File tree

.generator/schemas/v1/openapi.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26618,6 +26618,15 @@ paths:
2661826618
- datadoghq.eu
2661926619
- ddog-gov.com
2662026620
- us2.ddog-gov.com
26621+
x-enum-varnames:
26622+
- US1
26623+
- US3
26624+
- US5
26625+
- AP1
26626+
- AP2
26627+
- EU1
26628+
- GOV
26629+
- US2_GOV
2662126630
subdomain:
2662226631
default: ip-ranges
2662326632
description: The subdomain where the API is deployed.
@@ -39993,6 +40002,15 @@ paths:
3999340002
- datadoghq.eu
3999440003
- ddog-gov.com
3999540004
- us2.ddog-gov.com
40005+
x-enum-varnames:
40006+
- US1
40007+
- US3
40008+
- US5
40009+
- AP1
40010+
- AP2
40011+
- EU1
40012+
- GOV
40013+
- US2_GOV
3999640014
subdomain:
3999740015
default: http-intake.logs
3999840016
description: The subdomain where the API is deployed.

.generator/schemas/v2/openapi.yaml

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96859,6 +96859,15 @@ paths:
9685996859
- datadoghq.eu
9686096860
- ddog-gov.com
9686196861
- us2.ddog-gov.com
96862+
x-enum-varnames:
96863+
- US1
96864+
- US3
96865+
- US5
96866+
- AP1
96867+
- AP2
96868+
- EU1
96869+
- GOV
96870+
- US2_GOV
9686296871
subdomain:
9686396872
default: event-management-intake
9686496873
description: The subdomain where the API is deployed.
@@ -106291,6 +106300,15 @@ paths:
106291106300
- datadoghq.eu
106292106301
- ddog-gov.com
106293106302
- us2.ddog-gov.com
106303+
x-enum-varnames:
106304+
- US1
106305+
- US3
106306+
- US5
106307+
- AP1
106308+
- AP2
106309+
- EU1
106310+
- GOV
106311+
- US2_GOV
106294106312
subdomain:
106295106313
default: http-intake.logs
106296106314
description: The subdomain where the API is deployed.
@@ -110598,6 +110616,13 @@ paths:
110598110616
- coral.oncall.datadoghq.com
110599110617
- teal.oncall.datadoghq.com
110600110618
- beige.oncall.datadoghq.eu
110619+
x-enum-varnames:
110620+
- LAVA
110621+
- SAFFRON
110622+
- NAVY
110623+
- CORAL
110624+
- TEAL
110625+
- BEIGE
110601110626
- url: "{protocol}://{name}"
110602110627
variables:
110603110628
name:
@@ -110653,6 +110678,13 @@ paths:
110653110678
- coral.oncall.datadoghq.com
110654110679
- teal.oncall.datadoghq.com
110655110680
- beige.oncall.datadoghq.eu
110681+
x-enum-varnames:
110682+
- LAVA
110683+
- SAFFRON
110684+
- NAVY
110685+
- CORAL
110686+
- TEAL
110687+
- BEIGE
110656110688
- url: "{protocol}://{name}"
110657110689
variables:
110658110690
name:
@@ -110708,6 +110740,13 @@ paths:
110708110740
- coral.oncall.datadoghq.com
110709110741
- teal.oncall.datadoghq.com
110710110742
- beige.oncall.datadoghq.eu
110743+
x-enum-varnames:
110744+
- LAVA
110745+
- SAFFRON
110746+
- NAVY
110747+
- CORAL
110748+
- TEAL
110749+
- BEIGE
110711110750
- url: "{protocol}://{name}"
110712110751
variables:
110713110752
name:
@@ -110763,6 +110802,13 @@ paths:
110763110802
- coral.oncall.datadoghq.com
110764110803
- teal.oncall.datadoghq.com
110765110804
- beige.oncall.datadoghq.eu
110805+
x-enum-varnames:
110806+
- LAVA
110807+
- SAFFRON
110808+
- NAVY
110809+
- CORAL
110810+
- TEAL
110811+
- BEIGE
110766110812
- url: "{protocol}://{name}"
110767110813
variables:
110768110814
name:
@@ -114513,6 +114559,13 @@ paths:
114513114559
- browser-intake-ap1-datadoghq.com
114514114560
- browser-intake-ap2-datadoghq.com
114515114561
- browser-intake-datadoghq.eu
114562+
x-enum-varnames:
114563+
- US1
114564+
- US3
114565+
- US5
114566+
- AP1
114567+
- AP2
114568+
- EU1
114516114569
- url: "{protocol}://{name}"
114517114570
variables:
114518114571
name:

0 commit comments

Comments
 (0)