File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/datadog_api_client/v2/model Expand file tree Collapse file tree 3 files changed +6
-6
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": "2024-06-10 14:07 :14.105607 ",
8
- "spec_repo_commit": "eaf0da43 "
7
+ "regenerated": "2024-06-11 09:38 :14.314414 ",
8
+ "spec_repo_commit": "cee92551 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-06-10 14:07 :14.122767 ",
13
- "spec_repo_commit": "eaf0da43 "
12
+ "regenerated": "2024-06-11 09:38 :14.335187 ",
13
+ "spec_repo_commit": "cee92551 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -6217,7 +6217,7 @@ components:
6217
6217
type: string
6218
6218
finished_at:
6219
6219
description: Unix timestamp in nanoseconds when the incident finished. It
6220
- should not be older than 3 hours .
6220
+ should not be older than 1 hour .
6221
6221
example: 1693491984000000000
6222
6222
format: int64
6223
6223
type: integer
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ def __init__(
68
68
:param env: Environment name that was impacted by the incident.
69
69
:type env: str, optional
70
70
71
- :param finished_at: Unix timestamp in nanoseconds when the incident finished. It should not be older than 3 hours .
71
+ :param finished_at: Unix timestamp in nanoseconds when the incident finished. It should not be older than 1 hour .
72
72
:type finished_at: int, optional
73
73
74
74
:param git: Git info for DORA Metrics events.
You can’t perform that action at this time.
0 commit comments