Skip to content

Commit ddc1824

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
add AP2 endpoint for On-Call Paging (DataDog#2551)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 2ecf0ac commit ddc1824

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": "0f24b8e",
3-
"generated": "2025-07-18 16:53:06.032"
2+
"spec_repo_commit": "eea03ed",
3+
"generated": "2025-07-21 08:51:04.484"
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

lib/datadog_api_client/configuration.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,7 @@ def operation_server_settings
655655
description: "The globally available endpoint for On-Call.",
656656
default_value: "navy.oncall.datadoghq.com",
657657
enum_values: [
658+
"lava.oncall.datadoghq.com",
658659
"saffron.oncall.datadoghq.com",
659660
"navy.oncall.datadoghq.com",
660661
"coral.oncall.datadoghq.com",
@@ -702,6 +703,7 @@ def operation_server_settings
702703
description: "The globally available endpoint for On-Call.",
703704
default_value: "navy.oncall.datadoghq.com",
704705
enum_values: [
706+
"lava.oncall.datadoghq.com",
705707
"saffron.oncall.datadoghq.com",
706708
"navy.oncall.datadoghq.com",
707709
"coral.oncall.datadoghq.com",
@@ -749,6 +751,7 @@ def operation_server_settings
749751
description: "The globally available endpoint for On-Call.",
750752
default_value: "navy.oncall.datadoghq.com",
751753
enum_values: [
754+
"lava.oncall.datadoghq.com",
752755
"saffron.oncall.datadoghq.com",
753756
"navy.oncall.datadoghq.com",
754757
"coral.oncall.datadoghq.com",
@@ -796,6 +799,7 @@ def operation_server_settings
796799
description: "The globally available endpoint for On-Call.",
797800
default_value: "navy.oncall.datadoghq.com",
798801
enum_values: [
802+
"lava.oncall.datadoghq.com",
799803
"saffron.oncall.datadoghq.com",
800804
"navy.oncall.datadoghq.com",
801805
"coral.oncall.datadoghq.com",

0 commit comments

Comments
 (0)