Skip to content

Commit 7d9fa64

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit f510509 of spec repo (#600)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent de2fc57 commit 7d9fa64

12 files changed

+301
-14
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.5.1.dev2",
7-
"regenerated": "2021-10-27 12:50:05.174106",
8-
"spec_repo_commit": "0b58986"
7+
"regenerated": "2021-10-28 15:03:27.662848",
8+
"spec_repo_commit": "f510509"
99
},
1010
"v2": {
1111
"apigentools_version": "1.5.1.dev2",
12-
"regenerated": "2021-10-27 12:50:05.775511",
13-
"spec_repo_commit": "0b58986"
12+
"regenerated": "2021-10-28 15:03:28.262404",
13+
"spec_repo_commit": "f510509"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7570,11 +7570,21 @@ components:
75707570
description:
75717571
description: Description of the correction being made.
75727572
type: string
7573+
duration:
7574+
description: Length of time (in seconds) for a specified `rrule` recurring
7575+
SLO correction.
7576+
example: 1600000000
7577+
format: int64
7578+
type: integer
75737579
end:
75747580
description: Ending time of the correction in epoch seconds.
75757581
example: 1600000000
75767582
format: int64
75777583
type: integer
7584+
rrule:
7585+
description: Recurrence rules as defined in the iCalendar RFC 5545.
7586+
example: RRULE:FREQ=DAILY;INTERVAL=10;COUNT=5
7587+
type: string
75787588
slo_id:
75797589
description: ID of the SLO that this correction will be applied to.
75807590
example: sloId
@@ -7592,7 +7602,6 @@ components:
75927602
required:
75937603
- slo_id
75947604
- start
7595-
- end
75967605
- category
75977606
type: object
75987607
SLOCorrectionListResponse:
@@ -7622,10 +7631,20 @@ components:
76227631
description:
76237632
description: Description of the correction being made.
76247633
type: string
7634+
duration:
7635+
description: Length of time (in seconds) for a specified `rrule` recurring
7636+
SLO correction.
7637+
example: 3600
7638+
format: int64
7639+
type: integer
76257640
end:
76267641
description: Ending time of the correction in epoch seconds.
76277642
format: int64
76287643
type: integer
7644+
rrule:
7645+
description: Recurrence rules as defined in the iCalendar RFC 5545.
7646+
example: RRULE:FREQ=DAILY;INTERVAL=10;COUNT=5
7647+
type: string
76297648
slo_id:
76307649
description: ID of the SLO that this correction will be applied to.
76317650
type: string
@@ -7669,11 +7688,21 @@ components:
76697688
description:
76707689
description: Description of the correction being made.
76717690
type: string
7691+
duration:
7692+
description: Length of time (in seconds) for a specified `rrule` recurring
7693+
SLO correction.
7694+
example: 3600
7695+
format: int64
7696+
type: integer
76727697
end:
76737698
description: Ending time of the correction in epoch seconds.
76747699
example: 1600000000
76757700
format: int64
76767701
type: integer
7702+
rrule:
7703+
description: Recurrence rules as defined in the iCalendar RFC 5545.
7704+
example: RRULE:FREQ=DAILY;INTERVAL=10;COUNT=5
7705+
type: string
76777706
start:
76787707
description: Starting time of the correction in epoch seconds.
76797708
example: 1600000000

docs/v1/SLOCorrectionCreateRequestAttributes.md

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/v1/SLOCorrectionResponseAttributes.md

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/v1/SLOCorrectionUpdateRequestAttributes.md

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/v1/ServiceLevelObjectiveCorrectionsApi.md

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v1/model/slo_correction_create_request_attributes.py

Lines changed: 11 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v1/model/slo_correction_response_attributes.py

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v1/model/slo_correction_update_request_attributes.py

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2021-10-27T15:58:58.689Z

0 commit comments

Comments
 (0)