Skip to content

Commit 7bf10bf

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
add AP2 endpoint for On-Call Paging (#2542)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 7923e9b commit 7bf10bf

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:52:54.480"
2+
"spec_repo_commit": "eea03ed",
3+
"generated": "2025-07-21 08:50:55.922"
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

services/on_call_paging/src/v2/OnCallPagingApi.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ export class OnCallPagingApi {
450450
"OnCallPagingApi.v2.acknowledgeOnCallPage": [
451451
new ServerConfiguration<{
452452
site:
453+
| "lava.oncall.datadoghq.com"
453454
| "saffron.oncall.datadoghq.com"
454455
| "navy.oncall.datadoghq.com"
455456
| "coral.oncall.datadoghq.com"
@@ -476,6 +477,7 @@ export class OnCallPagingApi {
476477
"OnCallPagingApi.v2.createOnCallPage": [
477478
new ServerConfiguration<{
478479
site:
480+
| "lava.oncall.datadoghq.com"
479481
| "saffron.oncall.datadoghq.com"
480482
| "navy.oncall.datadoghq.com"
481483
| "coral.oncall.datadoghq.com"
@@ -502,6 +504,7 @@ export class OnCallPagingApi {
502504
"OnCallPagingApi.v2.escalateOnCallPage": [
503505
new ServerConfiguration<{
504506
site:
507+
| "lava.oncall.datadoghq.com"
505508
| "saffron.oncall.datadoghq.com"
506509
| "navy.oncall.datadoghq.com"
507510
| "coral.oncall.datadoghq.com"
@@ -528,6 +531,7 @@ export class OnCallPagingApi {
528531
"OnCallPagingApi.v2.resolveOnCallPage": [
529532
new ServerConfiguration<{
530533
site:
534+
| "lava.oncall.datadoghq.com"
531535
| "saffron.oncall.datadoghq.com"
532536
| "navy.oncall.datadoghq.com"
533537
| "coral.oncall.datadoghq.com"

0 commit comments

Comments
 (0)