Skip to content

Commit 2a6be0b

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

File tree

1 file changed

+57
-0
lines changed
  • dist/json/cloudforet/api/alert_manager/v1

1 file changed

+57
-0
lines changed

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

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,29 @@
5757
}
5858
]
5959
},
60+
{
61+
"name": "FileFormat",
62+
"longName": "AlertExportRequest.FileFormat",
63+
"fullName": "spaceone.api.alert_manager.v1.AlertExportRequest.FileFormat",
64+
"description": "",
65+
"values": [
66+
{
67+
"name": "NONE_FILE_FORMAT",
68+
"number": "0",
69+
"description": ""
70+
},
71+
{
72+
"name": "EXCEL",
73+
"number": "1",
74+
"description": ""
75+
},
76+
{
77+
"name": "CSV",
78+
"number": "2",
79+
"description": ""
80+
}
81+
]
82+
},
6083
{
6184
"name": "AlertAction",
6285
"longName": "AlertHistoryRequest.AlertAction",
@@ -534,6 +557,17 @@
534557
}
535558
]
536559
},
560+
{
561+
"name": "AlertExportRequest",
562+
"longName": "AlertExportRequest",
563+
"fullName": "spaceone.api.alert_manager.v1.AlertExportRequest",
564+
"description": "",
565+
"hasExtensions": false,
566+
"hasFields": false,
567+
"hasOneofs": false,
568+
"extensions": [],
569+
"fields": []
570+
},
537571
{
538572
"name": "AlertHistoryInfo",
539573
"longName": "AlertHistoryInfo",
@@ -1509,6 +1543,29 @@
15091543
}
15101544
}
15111545
},
1546+
{
1547+
"name": "export",
1548+
"description": "",
1549+
"requestType": "AlertExportRequest",
1550+
"requestLongType": "AlertExportRequest",
1551+
"requestFullType": "spaceone.api.alert_manager.v1.AlertExportRequest",
1552+
"requestStreaming": false,
1553+
"responseType": "Struct",
1554+
"responseLongType": ".google.protobuf.Struct",
1555+
"responseFullType": "google.protobuf.Struct",
1556+
"responseStreaming": false,
1557+
"options": {
1558+
"google.api.http": {
1559+
"rules": [
1560+
{
1561+
"method": "POST",
1562+
"pattern": "/alert-manager/v1/alert/export",
1563+
"body": "*"
1564+
}
1565+
]
1566+
}
1567+
}
1568+
},
15121569
{
15131570
"name": "history",
15141571
"description": "",

0 commit comments

Comments
 (0)