Skip to content

Commit 41ceb37

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
add AP2 endpoint for On-Call Paging (#3232)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 2d7cf7a commit 41ceb37

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.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": "0f24b8e",
3-
"generated": "2025-07-18 16:54:43.860"
2+
"spec_repo_commit": "eea03ed",
3+
"generated": "2025-07-21 08:52:42.977"
44
}

.generator/schemas/v2/openapi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55235,6 +55235,7 @@ paths:
5523555235
default: navy.oncall.datadoghq.com
5523655236
description: The globally available endpoint for On-Call.
5523755237
enum:
55238+
- lava.oncall.datadoghq.com
5523855239
- saffron.oncall.datadoghq.com
5523955240
- navy.oncall.datadoghq.com
5524055241
- coral.oncall.datadoghq.com
@@ -55290,6 +55291,7 @@ paths:
5529055291
default: navy.oncall.datadoghq.com
5529155292
description: The globally available endpoint for On-Call.
5529255293
enum:
55294+
- lava.oncall.datadoghq.com
5529355295
- saffron.oncall.datadoghq.com
5529455296
- navy.oncall.datadoghq.com
5529555297
- coral.oncall.datadoghq.com
@@ -55345,6 +55347,7 @@ paths:
5534555347
default: navy.oncall.datadoghq.com
5534655348
description: The globally available endpoint for On-Call.
5534755349
enum:
55350+
- lava.oncall.datadoghq.com
5534855351
- saffron.oncall.datadoghq.com
5534955352
- navy.oncall.datadoghq.com
5535055353
- coral.oncall.datadoghq.com
@@ -55400,6 +55403,7 @@ paths:
5540055403
default: navy.oncall.datadoghq.com
5540155404
description: The globally available endpoint for On-Call.
5540255405
enum:
55406+
- lava.oncall.datadoghq.com
5540355407
- saffron.oncall.datadoghq.com
5540455408
- navy.oncall.datadoghq.com
5540555409
- coral.oncall.datadoghq.com

api/datadog/configuration.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ func NewConfiguration() *Configuration {
415415
Description: "The globally available endpoint for On-Call.",
416416
DefaultValue: "navy.oncall.datadoghq.com",
417417
EnumValues: []string{
418+
"lava.oncall.datadoghq.com",
418419
"saffron.oncall.datadoghq.com",
419420
"navy.oncall.datadoghq.com",
420421
"coral.oncall.datadoghq.com",
@@ -462,6 +463,7 @@ func NewConfiguration() *Configuration {
462463
Description: "The globally available endpoint for On-Call.",
463464
DefaultValue: "navy.oncall.datadoghq.com",
464465
EnumValues: []string{
466+
"lava.oncall.datadoghq.com",
465467
"saffron.oncall.datadoghq.com",
466468
"navy.oncall.datadoghq.com",
467469
"coral.oncall.datadoghq.com",
@@ -509,6 +511,7 @@ func NewConfiguration() *Configuration {
509511
Description: "The globally available endpoint for On-Call.",
510512
DefaultValue: "navy.oncall.datadoghq.com",
511513
EnumValues: []string{
514+
"lava.oncall.datadoghq.com",
512515
"saffron.oncall.datadoghq.com",
513516
"navy.oncall.datadoghq.com",
514517
"coral.oncall.datadoghq.com",
@@ -556,6 +559,7 @@ func NewConfiguration() *Configuration {
556559
Description: "The globally available endpoint for On-Call.",
557560
DefaultValue: "navy.oncall.datadoghq.com",
558561
EnumValues: []string{
562+
"lava.oncall.datadoghq.com",
559563
"saffron.oncall.datadoghq.com",
560564
"navy.oncall.datadoghq.com",
561565
"coral.oncall.datadoghq.com",

0 commit comments

Comments
 (0)