Skip to content

Commit bb5a166

Browse files
[CI] api has been built
1 parent b169d66 commit bb5a166

File tree

13 files changed

+264
-219
lines changed

13 files changed

+264
-219
lines changed

dist/gateway/spaceone/api/alert-manager/v1/service.pb.gw.go

+2-2
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/service.pb.go

+161-140
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/service_grpc.pb.go

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

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

+51-27
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,42 @@
310310
}
311311
]
312312
},
313+
{
314+
"name": "ServiceGetRequest",
315+
"longName": "ServiceGetRequest",
316+
"fullName": "spaceone.api.alert_manager.v1.ServiceGetRequest",
317+
"description": "",
318+
"hasExtensions": false,
319+
"hasFields": true,
320+
"hasOneofs": false,
321+
"extensions": [],
322+
"fields": [
323+
{
324+
"name": "service_id",
325+
"description": "",
326+
"label": "",
327+
"type": "string",
328+
"longType": "string",
329+
"fullType": "string",
330+
"ismap": false,
331+
"isoneof": false,
332+
"oneofdecl": "",
333+
"defaultValue": ""
334+
},
335+
{
336+
"name": "details",
337+
"description": "+optional",
338+
"label": "",
339+
"type": "bool",
340+
"longType": "bool",
341+
"fullType": "bool",
342+
"ismap": false,
343+
"isoneof": false,
344+
"oneofdecl": "",
345+
"defaultValue": ""
346+
}
347+
]
348+
},
313349
{
314350
"name": "ServiceInfo",
315351
"longName": "ServiceInfo",
@@ -574,30 +610,6 @@
574610
}
575611
]
576612
},
577-
{
578-
"name": "ServiceRequest",
579-
"longName": "ServiceRequest",
580-
"fullName": "spaceone.api.alert_manager.v1.ServiceRequest",
581-
"description": "",
582-
"hasExtensions": false,
583-
"hasFields": true,
584-
"hasOneofs": false,
585-
"extensions": [],
586-
"fields": [
587-
{
588-
"name": "service_id",
589-
"description": "",
590-
"label": "",
591-
"type": "string",
592-
"longType": "string",
593-
"fullType": "string",
594-
"ismap": false,
595-
"isoneof": false,
596-
"oneofdecl": "",
597-
"defaultValue": ""
598-
}
599-
]
600-
},
601613
{
602614
"name": "ServiceSearchQuery",
603615
"longName": "ServiceSearchQuery",
@@ -644,6 +656,18 @@
644656
"oneofdecl": "",
645657
"defaultValue": ""
646658
},
659+
{
660+
"name": "details",
661+
"description": "+optional",
662+
"label": "",
663+
"type": "bool",
664+
"longType": "bool",
665+
"fullType": "bool",
666+
"ismap": false,
667+
"isoneof": false,
668+
"oneofdecl": "",
669+
"defaultValue": ""
670+
},
647671
{
648672
"name": "escalation_policy_id",
649673
"description": "+optional",
@@ -905,9 +929,9 @@
905929
{
906930
"name": "get",
907931
"description": "",
908-
"requestType": "ServiceRequest",
909-
"requestLongType": "ServiceRequest",
910-
"requestFullType": "spaceone.api.alert_manager.v1.ServiceRequest",
932+
"requestType": "ServiceGetRequest",
933+
"requestLongType": "ServiceGetRequest",
934+
"requestFullType": "spaceone.api.alert_manager.v1.ServiceGetRequest",
911935
"requestStreaming": false,
912936
"responseType": "ServiceInfo",
913937
"responseLongType": "ServiceInfo",

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

+11-11
Original file line numberDiff line numberDiff line change
@@ -803,11 +803,11 @@
803803
"operationId" : "",
804804
"description": "### Description \n",
805805
"requestBody": {
806-
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |service_id||string|True|\n<br>",
806+
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |service_id||string|True|\n |details||boolean||\n<br>",
807807
"content": {
808808
"application/json": {
809809
"schema": {
810-
"properties": {"service_id" : {"type": "string","title": "SERVICE_ID" } }
810+
"properties": {"service_id" : {"type": "string","title": "SERVICE_ID" },"details" : {"type": "boolean","title": "DETAILS" } }
811811
},
812812
"examples":{"Schema":{}
813813
}
@@ -832,11 +832,11 @@
832832
"operationId" : "",
833833
"description": "### Description \n",
834834
"requestBody": {
835-
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |query||Query||\n |service_id||string||\n |name||string||\n |escalation_policy_id||string||\n<br>",
835+
"description": "\n| Key | Description | Type | Required|\n|-------------------|---------------------------------------------------------------|-----------|-------|\n |query||Query||\n |service_id||string||\n |name||string||\n |details||boolean||\n |escalation_policy_id||string||\n<br>",
836836
"content": {
837837
"application/json": {
838838
"schema": {
839-
"properties": {"query" : {"$ref": "#/components/schemas/Query","title": "QUERY" },"service_id" : {"type": "string","title": "SERVICE_ID" },"name" : {"type": "string","title": "NAME" },"escalation_policy_id" : {"type": "string","title": "ESCALATION_POLICY_ID" } }
839+
"properties": {"query" : {"$ref": "#/components/schemas/Query","title": "QUERY" },"service_id" : {"type": "string","title": "SERVICE_ID" },"name" : {"type": "string","title": "NAME" },"details" : {"type": "boolean","title": "DETAILS" },"escalation_policy_id" : {"type": "string","title": "ESCALATION_POLICY_ID" } }
840840
},
841841
"examples":{"Schema":{}
842842
}
@@ -2638,6 +2638,12 @@
26382638
"required": ["service_id"],
26392639
"title": "ServiceDeleteRequest"
26402640
}
2641+
, "ServiceGetRequest": {
2642+
"properties" : {"service_id" : {"type": "string","title": "SERVICE_ID"},"details" : {"type": "boolean","title": "DETAILS"}},
2643+
"type": "object",
2644+
"required": ["service_id"],
2645+
"title": "ServiceGetRequest"
2646+
}
26412647
, "ServiceInfo": {
26422648
"properties" : {"service_id" : {"type": "string","title": "SERVICE_ID"},"name" : {"type": "string","title": "NAME"},"service_key" : {"type": "string","title": "SERVICE_KEY"},"description" : {"type": "string","title": "DESCRIPTION"},"members" : {"$ref": "#/components/schemas/ServiceMembers","title": "MEMBERS"},"options" : {"$ref": "#/components/schemas/ServiceOptions","title": "OPTIONS"},"channels" : {"items": {"type": "string"},
26432649
"type": "array","title": "CHANNELS"},"webhooks" : {"items": {"type": "string"},
@@ -2660,14 +2666,8 @@
26602666
"required": ["notification_urgency","recovery_mode"],
26612667
"title": "ServiceOptions"
26622668
}
2663-
, "ServiceRequest": {
2664-
"properties" : {"service_id" : {"type": "string","title": "SERVICE_ID"}},
2665-
"type": "object",
2666-
"required": ["service_id"],
2667-
"title": "ServiceRequest"
2668-
}
26692669
, "ServiceSearchQuery": {
2670-
"properties" : {"query" : {"$ref": "#/components/schemas/Query","title": "QUERY"},"service_id" : {"type": "string","title": "SERVICE_ID"},"name" : {"type": "string","title": "NAME"},"escalation_policy_id" : {"type": "string","title": "ESCALATION_POLICY_ID"}},
2670+
"properties" : {"query" : {"$ref": "#/components/schemas/Query","title": "QUERY"},"service_id" : {"type": "string","title": "SERVICE_ID"},"name" : {"type": "string","title": "NAME"},"details" : {"type": "boolean","title": "DETAILS"},"escalation_policy_id" : {"type": "string","title": "ESCALATION_POLICY_ID"}},
26712671
"type": "object",
26722672
"required": [],
26732673
"title": "ServiceSearchQuery"

0 commit comments

Comments
 (0)