File tree Expand file tree Collapse file tree 1 file changed +0
-50
lines changed
services/server-update/v1 Expand file tree Collapse file tree 1 file changed +0
-50
lines changed Original file line number Diff line number Diff line change 11{
22 "components" : {
33 "schemas" : {
4- "BackupProperties" : {
5- "properties" : {
6- "name" : {
7- "description" : " Max 255 characters" ,
8- "example" : " Daily Backup" ,
9- "type" : " string"
10- },
11- "retentionPeriod" : {
12- "description" : " Values are set in days (1-36500)" ,
13- "example" : 3 ,
14- "format" : " int32" ,
15- "maximum" : 36500 ,
16- "minimum" : 1 ,
17- "type" : " integer"
18- },
19- "volumeIds" : {
20- "example" : [
21- " 58335311-6acf-46c5-8652-cb96cd63181e" ,
22- " 38345f49-047b-437d-83a1-458f04fa3182"
23- ],
24- "items" : {
25- "type" : " string"
26- },
27- "type" : " array"
28- }
29- },
30- "required" : [
31- " name" ,
32- " retentionPeriod"
33- ],
34- "type" : " object"
35- },
364 "CreateUpdatePayload" : {
375 "properties" : {
386 "backupBeforeUpdate" : {
397 "type" : " boolean"
408 },
41- "backupProperties" : {
42- "$ref" : " #/components/schemas/BackupProperties"
43- },
449 "maintenanceWindow" : {
4510 "format" : " int32" ,
4611 "maximum" : 24 ,
5924 "example" : true ,
6025 "type" : " boolean"
6126 },
62- "id" : {
63- "example" : 1480 ,
64- "format" : " int32" ,
65- "type" : " integer"
66- },
6727 "maintenanceWindow" : {
6828 "format" : " int32" ,
6929 "maximum" : 24 ,
224184 "example" : true ,
225185 "type" : " boolean"
226186 },
227- "id" : {
228- "example" : 1480 ,
229- "format" : " int32" ,
230- "type" : " integer"
231- },
232187 "maintenanceWindow" : {
233188 "format" : " int32" ,
234189 "maximum" : 24 ,
258213 "example" : true ,
259214 "type" : " boolean"
260215 },
261- "id" : {
262- "example" : 1480 ,
263- "format" : " int32" ,
264- "type" : " integer"
265- },
266216 "maintenanceWindow" : {
267217 "format" : " int32" ,
268218 "maximum" : 24 ,
You can’t perform that action at this time.
0 commit comments