Skip to content

Commit 9f5a86a

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit a0361eb of spec repo
1 parent 289ffb9 commit 9f5a86a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.generated-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"spec_repo_commit": "214381f",
3-
"generated": "2025-07-17 15:38:05.086"
2+
"spec_repo_commit": "a0361eb",
3+
"generated": "2025-07-17 18:01:11.587"
44
}

.generator/schemas/v2/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54999,6 +54999,7 @@ paths:
5499954999
default: navy.oncall.datadoghq.com
5500055000
description: The globally available endpoint for On-Call.
5500155001
enum:
55002+
- lava.oncall.datadoghq.com
5500255003
- saffron.oncall.datadoghq.com
5500355004
- navy.oncall.datadoghq.com
5500455005
- coral.oncall.datadoghq.com
@@ -55054,6 +55055,7 @@ paths:
5505455055
default: navy.oncall.datadoghq.com
5505555056
description: The globally available endpoint for On-Call.
5505655057
enum:
55058+
- lava.oncall.datadoghq.com
5505755059
- saffron.oncall.datadoghq.com
5505855060
- navy.oncall.datadoghq.com
5505955061
- coral.oncall.datadoghq.com
@@ -55109,6 +55111,7 @@ paths:
5510955111
default: navy.oncall.datadoghq.com
5511055112
description: The globally available endpoint for On-Call.
5511155113
enum:
55114+
- lava.oncall.datadoghq.com
5511255115
- saffron.oncall.datadoghq.com
5511355116
- navy.oncall.datadoghq.com
5511455117
- coral.oncall.datadoghq.com
@@ -55164,6 +55167,7 @@ paths:
5516455167
default: navy.oncall.datadoghq.com
5516555168
description: The globally available endpoint for On-Call.
5516655169
enum:
55170+
- lava.oncall.datadoghq.com
5516755171
- saffron.oncall.datadoghq.com
5516855172
- navy.oncall.datadoghq.com
5516955173
- coral.oncall.datadoghq.com

src/main/java/com/datadog/api/client/ApiClient.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ public class ApiClient {
433433
"navy.oncall.datadoghq.com",
434434
new HashSet<String>(
435435
Arrays.asList(
436+
"lava.oncall.datadoghq.com",
436437
"saffron.oncall.datadoghq.com",
437438
"navy.oncall.datadoghq.com",
438439
"coral.oncall.datadoghq.com",
@@ -494,6 +495,7 @@ public class ApiClient {
494495
"navy.oncall.datadoghq.com",
495496
new HashSet<String>(
496497
Arrays.asList(
498+
"lava.oncall.datadoghq.com",
497499
"saffron.oncall.datadoghq.com",
498500
"navy.oncall.datadoghq.com",
499501
"coral.oncall.datadoghq.com",
@@ -555,6 +557,7 @@ public class ApiClient {
555557
"navy.oncall.datadoghq.com",
556558
new HashSet<String>(
557559
Arrays.asList(
560+
"lava.oncall.datadoghq.com",
558561
"saffron.oncall.datadoghq.com",
559562
"navy.oncall.datadoghq.com",
560563
"coral.oncall.datadoghq.com",
@@ -616,6 +619,7 @@ public class ApiClient {
616619
"navy.oncall.datadoghq.com",
617620
new HashSet<String>(
618621
Arrays.asList(
622+
"lava.oncall.datadoghq.com",
619623
"saffron.oncall.datadoghq.com",
620624
"navy.oncall.datadoghq.com",
621625
"coral.oncall.datadoghq.com",

0 commit comments

Comments
 (0)