File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
src/datadog_api_client/v2/model Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 44 "spec_versions": {
55 "v1": {
66 "apigentools_version": "1.6.6",
7- "regenerated": "2023-12-04 14:33:57.370401 ",
8- "spec_repo_commit": "37397584 "
7+ "regenerated": "2023-12-04 15:37:43.895117 ",
8+ "spec_repo_commit": "e66bf244 "
99 },
1010 "v2": {
1111 "apigentools_version": "1.6.6",
12- "regenerated": "2023-12-04 14:33:57.397495 ",
13- "spec_repo_commit": "37397584 "
12+ "regenerated": "2023-12-04 15:37:43.915222 ",
13+ "spec_repo_commit": "e66bf244 "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -4425,8 +4425,8 @@ components:
44254425 description: Attributes to create a DORA incident event.
44264426 properties:
44274427 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.
44304430 example: 1693491984000000000
44314431 format: int64
44324432 type: integer
@@ -4448,7 +4448,7 @@ components:
44484448 example: High
44494449 type: string
44504450 started_at:
4451- description: Unix timestamp in nanoseconds when the deployment started.
4451+ description: Unix timestamp in nanoseconds when the incident started.
44524452 example: 1693491974000000000
44534453 format: int64
44544454 type: integer
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ def __init__(
5959 """
6060 Attributes to create a DORA incident event.
6161
62- :param finished_at: Unix timestamp in nanoseconds when the deployment finished. It should not be older than 3 hours.
62+ :param finished_at: Unix timestamp in nanoseconds when the incident finished. It should not be older than 3 hours.
6363 :type finished_at: int, optional
6464
6565 :param git: Git info for DORA Metrics events.
@@ -77,7 +77,7 @@ def __init__(
7777 :param severity: Incident severity.
7878 :type severity: str, optional
7979
80- :param started_at: Unix timestamp in nanoseconds when the deployment started.
80+ :param started_at: Unix timestamp in nanoseconds when the incident started.
8181 :type started_at: int
8282
8383 :param version: Version to correlate with `APM Deployment Tracking <https://docs.datadoghq.com/tracing/services/deployment_tracking/>`_.
You can’t perform that action at this time.
0 commit comments