Skip to content

Commit 1526ca6

Browse files
[CI] api has been built
1 parent 17aea68 commit 1526ca6

File tree

13 files changed

+171
-446
lines changed

13 files changed

+171
-446
lines changed

dist/go/spaceone/api/alert-manager/plugin/event.pb.go

+66-156
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/go/spaceone/api/alert-manager/v1/event.pb.go

+67-116
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/json/cloudforet/api/alert_manager/plugin/Event.json

-72
Original file line numberDiff line numberDiff line change
@@ -141,30 +141,6 @@
141141
"oneofdecl": "",
142142
"defaultValue": ""
143143
},
144-
{
145-
"name": "provider",
146-
"description": "",
147-
"label": "",
148-
"type": "string",
149-
"longType": "string",
150-
"fullType": "string",
151-
"ismap": false,
152-
"isoneof": false,
153-
"oneofdecl": "",
154-
"defaultValue": ""
155-
},
156-
{
157-
"name": "account",
158-
"description": "",
159-
"label": "",
160-
"type": "string",
161-
"longType": "string",
162-
"fullType": "string",
163-
"ismap": false,
164-
"isoneof": false,
165-
"oneofdecl": "",
166-
"defaultValue": ""
167-
},
168144
{
169145
"name": "additional_info",
170146
"description": "",
@@ -191,54 +167,6 @@
191167
}
192168
]
193169
},
194-
{
195-
"name": "EventResource",
196-
"longName": "EventResource",
197-
"fullName": "spaceone.api.alert_manager.plugin.EventResource",
198-
"description": "",
199-
"hasExtensions": false,
200-
"hasFields": true,
201-
"hasOneofs": false,
202-
"extensions": [],
203-
"fields": [
204-
{
205-
"name": "resource_id",
206-
"description": "+optional",
207-
"label": "",
208-
"type": "string",
209-
"longType": "string",
210-
"fullType": "string",
211-
"ismap": false,
212-
"isoneof": false,
213-
"oneofdecl": "",
214-
"defaultValue": ""
215-
},
216-
{
217-
"name": "resource_type",
218-
"description": "+optional",
219-
"label": "",
220-
"type": "string",
221-
"longType": "string",
222-
"fullType": "string",
223-
"ismap": false,
224-
"isoneof": false,
225-
"oneofdecl": "",
226-
"defaultValue": ""
227-
},
228-
{
229-
"name": "name",
230-
"description": "+optional",
231-
"label": "",
232-
"type": "string",
233-
"longType": "string",
234-
"fullType": "string",
235-
"ismap": false,
236-
"isoneof": false,
237-
"oneofdecl": "",
238-
"defaultValue": ""
239-
}
240-
]
241-
},
242170
{
243171
"name": "EventsInfo",
244172
"longName": "EventsInfo",

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

-60
Original file line numberDiff line numberDiff line change
@@ -131,18 +131,6 @@
131131
"hasOneofs": false,
132132
"extensions": [],
133133
"fields": [
134-
{
135-
"name": "event_id",
136-
"description": "",
137-
"label": "",
138-
"type": "string",
139-
"longType": "string",
140-
"fullType": "string",
141-
"ismap": false,
142-
"isoneof": false,
143-
"oneofdecl": "",
144-
"defaultValue": ""
145-
},
146134
{
147135
"name": "event_key",
148136
"description": "",
@@ -263,42 +251,6 @@
263251
"oneofdecl": "",
264252
"defaultValue": ""
265253
},
266-
{
267-
"name": "domain_id",
268-
"description": "",
269-
"label": "",
270-
"type": "string",
271-
"longType": "string",
272-
"fullType": "string",
273-
"ismap": false,
274-
"isoneof": false,
275-
"oneofdecl": "",
276-
"defaultValue": ""
277-
},
278-
{
279-
"name": "workspace_id",
280-
"description": "",
281-
"label": "",
282-
"type": "string",
283-
"longType": "string",
284-
"fullType": "string",
285-
"ismap": false,
286-
"isoneof": false,
287-
"oneofdecl": "",
288-
"defaultValue": ""
289-
},
290-
{
291-
"name": "service_id",
292-
"description": "",
293-
"label": "",
294-
"type": "string",
295-
"longType": "string",
296-
"fullType": "string",
297-
"ismap": false,
298-
"isoneof": false,
299-
"oneofdecl": "",
300-
"defaultValue": ""
301-
},
302254
{
303255
"name": "webhook_id",
304256
"description": "",
@@ -311,18 +263,6 @@
311263
"oneofdecl": "",
312264
"defaultValue": ""
313265
},
314-
{
315-
"name": "alert_id",
316-
"description": "",
317-
"label": "",
318-
"type": "string",
319-
"longType": "string",
320-
"fullType": "string",
321-
"ismap": false,
322-
"isoneof": false,
323-
"oneofdecl": "",
324-
"defaultValue": ""
325-
},
326266
{
327267
"name": "created_at",
328268
"description": "",

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -2871,10 +2871,10 @@
28712871
"title": "EventCreateRequest"
28722872
}
28732873
, "EventInfo": {
2874-
"properties" : {"event_id" : {"type": "string","title": "EVENT_ID"},"event_key" : {"type": "string","title": "EVENT_KEY"},"event_type" : {"type": "string","title": "EVENT_TYPE"},"title" : {"type": "string","title": "TITLE"},"description" : {"type": "string","title": "DESCRIPTION"},"severity" : {"type": "string","title": "SEVERITY"},"rule" : {"type": "string","title": "RULE"},"image_url" : {"type": "string","title": "IMAGE_URL"},"resources" : {"items": {"type": "string"},
2875-
"type": "array","title": "RESOURCES"},"additional_info" : {"type": "object","title": "ADDITIONAL_INFO"},"raw_data" : {"type": "object","title": "RAW_DATA"},"domain_id" : {"type": "string","title": "DOMAIN_ID"},"workspace_id" : {"type": "string","title": "WORKSPACE_ID"},"service_id" : {"type": "string","title": "SERVICE_ID"},"webhook_id" : {"type": "string","title": "WEBHOOK_ID"},"alert_id" : {"type": "string","title": "ALERT_ID"},"created_at" : {"type": "string","title": "CREATED_AT"},"occurred_at" : {"type": "string","title": "OCCURRED_AT"}},
2874+
"properties" : {"event_key" : {"type": "string","title": "EVENT_KEY"},"event_type" : {"type": "string","title": "EVENT_TYPE"},"title" : {"type": "string","title": "TITLE"},"description" : {"type": "string","title": "DESCRIPTION"},"severity" : {"type": "string","title": "SEVERITY"},"rule" : {"type": "string","title": "RULE"},"image_url" : {"type": "string","title": "IMAGE_URL"},"resources" : {"items": {"type": "string"},
2875+
"type": "array","title": "RESOURCES"},"additional_info" : {"type": "object","title": "ADDITIONAL_INFO"},"raw_data" : {"type": "object","title": "RAW_DATA"},"webhook_id" : {"type": "string","title": "WEBHOOK_ID"},"created_at" : {"type": "string","title": "CREATED_AT"},"occurred_at" : {"type": "string","title": "OCCURRED_AT"}},
28762876
"type": "object",
2877-
"required": ["event_id","event_key","event_type","title","description","severity","rule","image_url","resources","additional_info","raw_data","domain_id","workspace_id","service_id","webhook_id","alert_id","created_at","occurred_at"],
2877+
"required": ["event_key","event_type","title","description","severity","rule","image_url","resources","additional_info","raw_data","webhook_id","created_at","occurred_at"],
28782878
"title": "EventInfo"
28792879
}
28802880
, "EscalationPoliciesInfo": {

dist/python/build/lib/spaceone/api/alert_manager/plugin/event_pb2.py

+9-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/python/build/lib/spaceone/api/alert_manager/v1/event_pb2.py

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
-268 KB
Binary file not shown.
268 KB
Binary file not shown.

0 commit comments

Comments
 (0)