Skip to content

Commit 1fc38e3

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 31044eb9 of spec repo
1 parent 8b4d80b commit 1fc38e3

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-25 17:39:11.579683",
8-
"spec_repo_commit": "51c17453"
7+
"regenerated": "2025-06-25 21:31:22.252763",
8+
"spec_repo_commit": "31044eb9"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2025-06-25 17:39:20.900214",
13-
"spec_repo_commit": "51c17453"
12+
"regenerated": "2025-06-25 21:31:31.317754",
13+
"spec_repo_commit": "31044eb9"
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
@@ -17537,6 +17537,10 @@ components:
1753717537
items:
1753817538
$ref: '#/components/schemas/IncidentTimelineCellCreateAttributes'
1753917539
type: array
17540+
is_test:
17541+
description: A flag indicating whether the incident is a test incident.
17542+
example: false
17543+
type: boolean
1754017544
notification_handles:
1754117545
description: Notification handles that will be notified of the incident
1754217546
at creation.
@@ -17944,6 +17948,10 @@ components:
1794417948
description: A unique identifier that represents an incident type.
1794517949
example: 00000000-0000-0000-0000-000000000000
1794617950
type: string
17951+
is_test:
17952+
description: A flag indicating whether the incident is a test incident.
17953+
example: false
17954+
type: boolean
1794717955
modified:
1794817956
description: Timestamp when the incident was last modified.
1794917957
format: date-time

data/api/v2/full_spec_deref.json

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107881,6 +107881,11 @@
107881107881
},
107882107882
"type": "array"
107883107883
},
107884+
"is_test": {
107885+
"description": "A flag indicating whether the incident is a test incident.",
107886+
"example": false,
107887+
"type": "boolean"
107888+
},
107884107889
"notification_handles": {
107885107890
"description": "Notification handles that will be notified of the incident at creation.",
107886107891
"example": [
@@ -108076,6 +108081,11 @@
108076108081
},
108077108082
"type": "array"
108078108083
},
108084+
"is_test": {
108085+
"description": "A flag indicating whether the incident is a test incident.",
108086+
"example": false,
108087+
"type": "boolean"
108088+
},
108079108089
"notification_handles": {
108080108090
"description": "Notification handles that will be notified of the incident at creation.",
108081108091
"example": [
@@ -108396,6 +108406,11 @@
108396108406
},
108397108407
"type": "array"
108398108408
},
108409+
"is_test": {
108410+
"description": "A flag indicating whether the incident is a test incident.",
108411+
"example": false,
108412+
"type": "boolean"
108413+
},
108399108414
"notification_handles": {
108400108415
"description": "Notification handles that will be notified of the incident at creation.",
108401108416
"example": [
@@ -111906,6 +111921,11 @@
111906111921
"example": "00000000-0000-0000-0000-000000000000",
111907111922
"type": "string"
111908111923
},
111924+
"is_test": {
111925+
"description": "A flag indicating whether the incident is a test incident.",
111926+
"example": false,
111927+
"type": "boolean"
111928+
},
111909111929
"modified": {
111910111930
"description": "Timestamp when the incident was last modified.",
111911111931
"format": "date-time",
@@ -112826,6 +112846,11 @@
112826112846
"example": "00000000-0000-0000-0000-000000000000",
112827112847
"type": "string"
112828112848
},
112849+
"is_test": {
112850+
"description": "A flag indicating whether the incident is a test incident.",
112851+
"example": false,
112852+
"type": "boolean"
112853+
},
112829112854
"modified": {
112830112855
"description": "Timestamp when the incident was last modified.",
112831112856
"format": "date-time",
@@ -113106,6 +113131,11 @@
113106113131
"example": "00000000-0000-0000-0000-000000000000",
113107113132
"type": "string"
113108113133
},
113134+
"is_test": {
113135+
"description": "A flag indicating whether the incident is a test incident.",
113136+
"example": false,
113137+
"type": "boolean"
113138+
},
113109113139
"modified": {
113110113140
"description": "Timestamp when the incident was last modified.",
113111113141
"format": "date-time",
@@ -114831,6 +114861,11 @@
114831114861
"example": "00000000-0000-0000-0000-000000000000",
114832114862
"type": "string"
114833114863
},
114864+
"is_test": {
114865+
"description": "A flag indicating whether the incident is a test incident.",
114866+
"example": false,
114867+
"type": "boolean"
114868+
},
114834114869
"modified": {
114835114870
"description": "Timestamp when the incident was last modified.",
114836114871
"format": "date-time",
@@ -116212,6 +116247,11 @@
116212116247
"example": "00000000-0000-0000-0000-000000000000",
116213116248
"type": "string"
116214116249
},
116250+
"is_test": {
116251+
"description": "A flag indicating whether the incident is a test incident.",
116252+
"example": false,
116253+
"type": "boolean"
116254+
},
116215116255
"modified": {
116216116256
"description": "Timestamp when the incident was last modified.",
116217116257
"format": "date-time",
@@ -117297,6 +117337,11 @@
117297117337
"example": "00000000-0000-0000-0000-000000000000",
117298117338
"type": "string"
117299117339
},
117340+
"is_test": {
117341+
"description": "A flag indicating whether the incident is a test incident.",
117342+
"example": false,
117343+
"type": "boolean"
117344+
},
117300117345
"modified": {
117301117346
"description": "Timestamp when the incident was last modified.",
117302117347
"format": "date-time",
@@ -118414,6 +118459,11 @@
118414118459
"example": "00000000-0000-0000-0000-000000000000",
118415118460
"type": "string"
118416118461
},
118462+
"is_test": {
118463+
"description": "A flag indicating whether the incident is a test incident.",
118464+
"example": false,
118465+
"type": "boolean"
118466+
},
118417118467
"modified": {
118418118468
"description": "Timestamp when the incident was last modified.",
118419118469
"format": "date-time",
@@ -127609,6 +127659,11 @@
127609127659
"example": "00000000-0000-0000-0000-000000000000",
127610127660
"type": "string"
127611127661
},
127662+
"is_test": {
127663+
"description": "A flag indicating whether the incident is a test incident.",
127664+
"example": false,
127665+
"type": "boolean"
127666+
},
127612127667
"modified": {
127613127668
"description": "Timestamp when the incident was last modified.",
127614127669
"format": "date-time",
@@ -376484,6 +376539,11 @@
376484376539
"example": "00000000-0000-0000-0000-000000000000",
376485376540
"type": "string"
376486376541
},
376542+
"is_test": {
376543+
"description": "A flag indicating whether the incident is a test incident.",
376544+
"example": false,
376545+
"type": "boolean"
376546+
},
376487376547
"modified": {
376488376548
"description": "Timestamp when the incident was last modified.",
376489376549
"format": "date-time",
@@ -377631,6 +377691,11 @@
377631377691
},
377632377692
"type": "array"
377633377693
},
377694+
"is_test": {
377695+
"description": "A flag indicating whether the incident is a test incident.",
377696+
"example": false,
377697+
"type": "boolean"
377698+
},
377634377699
"notification_handles": {
377635377700
"description": "Notification handles that will be notified of the incident at creation.",
377636377701
"example": [
@@ -377911,6 +377976,11 @@
377911377976
"example": "00000000-0000-0000-0000-000000000000",
377912377977
"type": "string"
377913377978
},
377979+
"is_test": {
377980+
"description": "A flag indicating whether the incident is a test incident.",
377981+
"example": false,
377982+
"type": "boolean"
377983+
},
377914377984
"modified": {
377915377985
"description": "Timestamp when the incident was last modified.",
377916377986
"format": "date-time",
@@ -380992,6 +381062,11 @@
380992381062
"example": "00000000-0000-0000-0000-000000000000",
380993381063
"type": "string"
380994381064
},
381065+
"is_test": {
381066+
"description": "A flag indicating whether the incident is a test incident.",
381067+
"example": false,
381068+
"type": "boolean"
381069+
},
380995381070
"modified": {
380996381071
"description": "Timestamp when the incident was last modified.",
380997381072
"format": "date-time",
@@ -382392,6 +382467,11 @@
382392382467
"example": "00000000-0000-0000-0000-000000000000",
382393382468
"type": "string"
382394382469
},
382470+
"is_test": {
382471+
"description": "A flag indicating whether the incident is a test incident.",
382472+
"example": false,
382473+
"type": "boolean"
382474+
},
382395382475
"modified": {
382396382476
"description": "Timestamp when the incident was last modified.",
382397382477
"format": "date-time",
@@ -383888,6 +383968,11 @@
383888383968
"example": "00000000-0000-0000-0000-000000000000",
383889383969
"type": "string"
383890383970
},
383971+
"is_test": {
383972+
"description": "A flag indicating whether the incident is a test incident.",
383973+
"example": false,
383974+
"type": "boolean"
383975+
},
383891383976
"modified": {
383892383977
"description": "Timestamp when the incident was last modified.",
383893383978
"format": "date-time",

0 commit comments

Comments
 (0)