File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
packages/datadog-api-client-v2/models Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2023-12-04 14:33:41.103318 ",
8
- "spec_repo_commit": "37397584 "
7
+ "regenerated": "2023-12-04 15:37:46.423606 ",
8
+ "spec_repo_commit": "e66bf244 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2023-12-04 14:33:41.117401 ",
13
- "spec_repo_commit": "37397584 "
12
+ "regenerated": "2023-12-04 15:37:46.444320 ",
13
+ "spec_repo_commit": "e66bf244 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -4425,8 +4425,8 @@ components:
4425
4425
description: Attributes to create a DORA incident event.
4426
4426
properties:
4427
4427
finished_at:
4428
- description: Unix timestamp in nanoseconds when the deployment finished.
4429
- It should not be older than 3 hours.
4428
+ description: Unix timestamp in nanoseconds when the incident finished. It
4429
+ should not be older than 3 hours.
4430
4430
example: 1693491984000000000
4431
4431
format: int64
4432
4432
type: integer
@@ -4448,7 +4448,7 @@ components:
4448
4448
example: High
4449
4449
type: string
4450
4450
started_at:
4451
- description: Unix timestamp in nanoseconds when the deployment started.
4451
+ description: Unix timestamp in nanoseconds when the incident started.
4452
4452
example: 1693491974000000000
4453
4453
format: int64
4454
4454
type: integer
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { AttributeTypeMap } from "../../datadog-api-client-common/util";
12
12
*/
13
13
export class DORAIncidentRequestAttributes {
14
14
/**
15
- * Unix timestamp in nanoseconds when the deployment finished. It should not be older than 3 hours.
15
+ * Unix timestamp in nanoseconds when the incident finished. It should not be older than 3 hours.
16
16
*/
17
17
"finishedAt" ?: number ;
18
18
/**
@@ -36,7 +36,7 @@ export class DORAIncidentRequestAttributes {
36
36
*/
37
37
"severity" ?: string ;
38
38
/**
39
- * Unix timestamp in nanoseconds when the deployment started.
39
+ * Unix timestamp in nanoseconds when the incident started.
40
40
*/
41
41
"startedAt" : number ;
42
42
/**
You can’t perform that action at this time.
0 commit comments