Skip to content

Commit f87c6ab

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit a5b41257 of spec repo
1 parent 28f220c commit f87c6ab

File tree

5 files changed

+194
-10
lines changed

5 files changed

+194
-10
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2025-06-24 13:21:45.209624",
8-
"spec_repo_commit": "8772660e"
7+
"regenerated": "2025-06-24 21:04:48.249629",
8+
"spec_repo_commit": "a5b41257"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-24 13:21:54.393681",
13-
"spec_repo_commit": "8772660e"
12+
"regenerated": "2025-06-24 21:04:57.627324",
13+
"spec_repo_commit": "a5b41257"
1414
}
1515
}
1616
}

content/en/api/v2/incidents/examples.json

Lines changed: 12 additions & 6 deletions
Large diffs are not rendered by default.

data/api/v2/full_spec.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17389,6 +17389,10 @@ components:
1738917389
items:
1739017390
$ref: '#/components/schemas/IncidentTimelineCellCreateAttributes'
1739117391
type: array
17392+
is_test:
17393+
description: A flag indicating whether the incident is a test incident.
17394+
example: false
17395+
type: boolean
1739217396
notification_handles:
1739317397
description: Notification handles that will be notified of the incident
1739417398
at creation.
@@ -17796,6 +17800,10 @@ components:
1779617800
description: A unique identifier that represents an incident type.
1779717801
example: 00000000-0000-0000-0000-000000000000
1779817802
type: string
17803+
is_test:
17804+
description: A flag indicating whether the incident is a test incident.
17805+
example: false
17806+
type: boolean
1779917807
modified:
1780017808
description: Timestamp when the incident was last modified.
1780117809
format: date-time

data/api/v2/full_spec_deref.json

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107061,6 +107061,11 @@
107061107061
},
107062107062
"type": "array"
107063107063
},
107064+
"is_test": {
107065+
"description": "A flag indicating whether the incident is a test incident.",
107066+
"example": false,
107067+
"type": "boolean"
107068+
},
107064107069
"notification_handles": {
107065107070
"description": "Notification handles that will be notified of the incident at creation.",
107066107071
"example": [
@@ -107256,6 +107261,11 @@
107256107261
},
107257107262
"type": "array"
107258107263
},
107264+
"is_test": {
107265+
"description": "A flag indicating whether the incident is a test incident.",
107266+
"example": false,
107267+
"type": "boolean"
107268+
},
107259107269
"notification_handles": {
107260107270
"description": "Notification handles that will be notified of the incident at creation.",
107261107271
"example": [
@@ -107576,6 +107586,11 @@
107576107586
},
107577107587
"type": "array"
107578107588
},
107589+
"is_test": {
107590+
"description": "A flag indicating whether the incident is a test incident.",
107591+
"example": false,
107592+
"type": "boolean"
107593+
},
107579107594
"notification_handles": {
107580107595
"description": "Notification handles that will be notified of the incident at creation.",
107581107596
"example": [
@@ -111086,6 +111101,11 @@
111086111101
"example": "00000000-0000-0000-0000-000000000000",
111087111102
"type": "string"
111088111103
},
111104+
"is_test": {
111105+
"description": "A flag indicating whether the incident is a test incident.",
111106+
"example": false,
111107+
"type": "boolean"
111108+
},
111089111109
"modified": {
111090111110
"description": "Timestamp when the incident was last modified.",
111091111111
"format": "date-time",
@@ -112006,6 +112026,11 @@
112006112026
"example": "00000000-0000-0000-0000-000000000000",
112007112027
"type": "string"
112008112028
},
112029+
"is_test": {
112030+
"description": "A flag indicating whether the incident is a test incident.",
112031+
"example": false,
112032+
"type": "boolean"
112033+
},
112009112034
"modified": {
112010112035
"description": "Timestamp when the incident was last modified.",
112011112036
"format": "date-time",
@@ -112286,6 +112311,11 @@
112286112311
"example": "00000000-0000-0000-0000-000000000000",
112287112312
"type": "string"
112288112313
},
112314+
"is_test": {
112315+
"description": "A flag indicating whether the incident is a test incident.",
112316+
"example": false,
112317+
"type": "boolean"
112318+
},
112289112319
"modified": {
112290112320
"description": "Timestamp when the incident was last modified.",
112291112321
"format": "date-time",
@@ -114011,6 +114041,11 @@
114011114041
"example": "00000000-0000-0000-0000-000000000000",
114012114042
"type": "string"
114013114043
},
114044+
"is_test": {
114045+
"description": "A flag indicating whether the incident is a test incident.",
114046+
"example": false,
114047+
"type": "boolean"
114048+
},
114014114049
"modified": {
114015114050
"description": "Timestamp when the incident was last modified.",
114016114051
"format": "date-time",
@@ -115392,6 +115427,11 @@
115392115427
"example": "00000000-0000-0000-0000-000000000000",
115393115428
"type": "string"
115394115429
},
115430+
"is_test": {
115431+
"description": "A flag indicating whether the incident is a test incident.",
115432+
"example": false,
115433+
"type": "boolean"
115434+
},
115395115435
"modified": {
115396115436
"description": "Timestamp when the incident was last modified.",
115397115437
"format": "date-time",
@@ -116477,6 +116517,11 @@
116477116517
"example": "00000000-0000-0000-0000-000000000000",
116478116518
"type": "string"
116479116519
},
116520+
"is_test": {
116521+
"description": "A flag indicating whether the incident is a test incident.",
116522+
"example": false,
116523+
"type": "boolean"
116524+
},
116480116525
"modified": {
116481116526
"description": "Timestamp when the incident was last modified.",
116482116527
"format": "date-time",
@@ -117594,6 +117639,11 @@
117594117639
"example": "00000000-0000-0000-0000-000000000000",
117595117640
"type": "string"
117596117641
},
117642+
"is_test": {
117643+
"description": "A flag indicating whether the incident is a test incident.",
117644+
"example": false,
117645+
"type": "boolean"
117646+
},
117597117647
"modified": {
117598117648
"description": "Timestamp when the incident was last modified.",
117599117649
"format": "date-time",
@@ -126789,6 +126839,11 @@
126789126839
"example": "00000000-0000-0000-0000-000000000000",
126790126840
"type": "string"
126791126841
},
126842+
"is_test": {
126843+
"description": "A flag indicating whether the incident is a test incident.",
126844+
"example": false,
126845+
"type": "boolean"
126846+
},
126792126847
"modified": {
126793126848
"description": "Timestamp when the incident was last modified.",
126794126849
"format": "date-time",
@@ -375461,6 +375516,11 @@
375461375516
"example": "00000000-0000-0000-0000-000000000000",
375462375517
"type": "string"
375463375518
},
375519+
"is_test": {
375520+
"description": "A flag indicating whether the incident is a test incident.",
375521+
"example": false,
375522+
"type": "boolean"
375523+
},
375464375524
"modified": {
375465375525
"description": "Timestamp when the incident was last modified.",
375466375526
"format": "date-time",
@@ -376608,6 +376668,11 @@
376608376668
},
376609376669
"type": "array"
376610376670
},
376671+
"is_test": {
376672+
"description": "A flag indicating whether the incident is a test incident.",
376673+
"example": false,
376674+
"type": "boolean"
376675+
},
376611376676
"notification_handles": {
376612376677
"description": "Notification handles that will be notified of the incident at creation.",
376613376678
"example": [
@@ -376888,6 +376953,11 @@
376888376953
"example": "00000000-0000-0000-0000-000000000000",
376889376954
"type": "string"
376890376955
},
376956+
"is_test": {
376957+
"description": "A flag indicating whether the incident is a test incident.",
376958+
"example": false,
376959+
"type": "boolean"
376960+
},
376891376961
"modified": {
376892376962
"description": "Timestamp when the incident was last modified.",
376893376963
"format": "date-time",
@@ -379969,6 +380039,11 @@
379969380039
"example": "00000000-0000-0000-0000-000000000000",
379970380040
"type": "string"
379971380041
},
380042+
"is_test": {
380043+
"description": "A flag indicating whether the incident is a test incident.",
380044+
"example": false,
380045+
"type": "boolean"
380046+
},
379972380047
"modified": {
379973380048
"description": "Timestamp when the incident was last modified.",
379974380049
"format": "date-time",
@@ -381369,6 +381444,11 @@
381369381444
"example": "00000000-0000-0000-0000-000000000000",
381370381445
"type": "string"
381371381446
},
381447+
"is_test": {
381448+
"description": "A flag indicating whether the incident is a test incident.",
381449+
"example": false,
381450+
"type": "boolean"
381451+
},
381372381452
"modified": {
381373381453
"description": "Timestamp when the incident was last modified.",
381374381454
"format": "date-time",
@@ -382865,6 +382945,11 @@
382865382945
"example": "00000000-0000-0000-0000-000000000000",
382866382946
"type": "string"
382867382947
},
382948+
"is_test": {
382949+
"description": "A flag indicating whether the incident is a test incident.",
382950+
"example": false,
382951+
"type": "boolean"
382952+
},
382868382953
"modified": {
382869382954
"description": "Timestamp when the incident was last modified.",
382870382955
"format": "date-time",

0 commit comments

Comments
 (0)