Skip to content

Commit a2aaa0b

Browse files
committed
Update file(s) "dist/json/." from "cloudforet-io/api"
1 parent d5aa7f6 commit a2aaa0b

File tree

1 file changed

+51
-2
lines changed
  • dist/json/cloudforet/api/alert_manager/v1

1 file changed

+51
-2
lines changed

dist/json/cloudforet/api/alert_manager/v1/Alert.json

Lines changed: 51 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,10 +563,59 @@
563563
"fullName": "spaceone.api.alert_manager.v1.AlertExportRequest",
564564
"description": "",
565565
"hasExtensions": false,
566-
"hasFields": false,
566+
"hasFields": true,
567567
"hasOneofs": false,
568568
"extensions": [],
569-
"fields": []
569+
"fields": [
570+
{
571+
"name": "options",
572+
"description": "",
573+
"label": "repeated",
574+
"type": "ExportOption",
575+
"longType": "spaceone.api.core.v2.ExportOption",
576+
"fullType": "spaceone.api.core.v2.ExportOption",
577+
"ismap": false,
578+
"isoneof": false,
579+
"oneofdecl": "",
580+
"defaultValue": ""
581+
},
582+
{
583+
"name": "file_format",
584+
"description": "+optional",
585+
"label": "",
586+
"type": "FileFormat",
587+
"longType": "AlertExportRequest.FileFormat",
588+
"fullType": "spaceone.api.alert_manager.v1.AlertExportRequest.FileFormat",
589+
"ismap": false,
590+
"isoneof": false,
591+
"oneofdecl": "",
592+
"defaultValue": ""
593+
},
594+
{
595+
"name": "file_name",
596+
"description": "+optional",
597+
"label": "",
598+
"type": "string",
599+
"longType": "string",
600+
"fullType": "string",
601+
"ismap": false,
602+
"isoneof": false,
603+
"oneofdecl": "",
604+
"defaultValue": ""
605+
},
606+
{
607+
"name": "timezone",
608+
"description": "+optional",
609+
"label": "",
610+
"type": "string",
611+
"longType": "string",
612+
"fullType": "string",
613+
"ismap": false,
614+
"isoneof": false,
615+
"oneofdecl": "",
616+
"defaultValue": ""
617+
}
618+
]
570619
},
571620
{
572621
"name": "AlertHistoryInfo",

0 commit comments

Comments
 (0)