Skip to content

Commit 0608599

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

File tree

9 files changed

+702
-17
lines changed

9 files changed

+702
-17
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:49:54.845542",
8-
"spec_repo_commit": "0b58986"
7+
"regenerated": "2021-10-28 15:03:03.917351",
8+
"spec_repo_commit": "f510509"
99
},
1010
"v2": {
1111
"apigentools_version": "1.5.1.dev2",
12-
"regenerated": "2021-10-27 12:49:54.873851",
13-
"spec_repo_commit": "0b58986"
12+
"regenerated": "2021-10-28 15:03:03.938056",
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
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"2021-10-27T15:58:58.689Z"

0 commit comments

Comments
 (0)