Skip to content

Commit 4c3e124

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
add AP2 endpoint for On-Call Paging (#2543)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 0a7791d commit 4c3e124

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:54:17.341"
2+
"spec_repo_commit": "eea03ed",
3+
"generated": "2025-07-21 08:52:11.681"
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

packages/datadog-api-client-common/servers.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ export const operationServers: {
218218
"v2.OnCallPagingApi.acknowledgeOnCallPage": [
219219
new ServerConfiguration<{
220220
site:
221+
| "lava.oncall.datadoghq.com"
221222
| "saffron.oncall.datadoghq.com"
222223
| "navy.oncall.datadoghq.com"
223224
| "coral.oncall.datadoghq.com"
@@ -244,6 +245,7 @@ export const operationServers: {
244245
"v2.OnCallPagingApi.createOnCallPage": [
245246
new ServerConfiguration<{
246247
site:
248+
| "lava.oncall.datadoghq.com"
247249
| "saffron.oncall.datadoghq.com"
248250
| "navy.oncall.datadoghq.com"
249251
| "coral.oncall.datadoghq.com"
@@ -270,6 +272,7 @@ export const operationServers: {
270272
"v2.OnCallPagingApi.escalateOnCallPage": [
271273
new ServerConfiguration<{
272274
site:
275+
| "lava.oncall.datadoghq.com"
273276
| "saffron.oncall.datadoghq.com"
274277
| "navy.oncall.datadoghq.com"
275278
| "coral.oncall.datadoghq.com"
@@ -296,6 +299,7 @@ export const operationServers: {
296299
"v2.OnCallPagingApi.resolveOnCallPage": [
297300
new ServerConfiguration<{
298301
site:
302+
| "lava.oncall.datadoghq.com"
299303
| "saffron.oncall.datadoghq.com"
300304
| "navy.oncall.datadoghq.com"
301305
| "coral.oncall.datadoghq.com"

0 commit comments

Comments
 (0)