Skip to content

Commit e8b74e6

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

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

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

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,29 @@
99
"hasMessages": true,
1010
"hasServices": true,
1111
"enums": [
12+
{
13+
"name": "ServiceHealthy",
14+
"longName": "ServiceInfo.ServiceHealthy",
15+
"fullName": "spaceone.api.alert_manager.v1.ServiceInfo.ServiceHealthy",
16+
"description": "",
17+
"values": [
18+
{
19+
"name": "NONE",
20+
"number": "0",
21+
"description": ""
22+
},
23+
{
24+
"name": "HEALTHY",
25+
"number": "1",
26+
"description": ""
27+
},
28+
{
29+
"name": "UNHEALTHY",
30+
"number": "2",
31+
"description": ""
32+
}
33+
]
34+
},
1235
{
1336
"name": "NotificationUrgency",
1437
"longName": "ServiceOptions.NotificationUrgency",
@@ -464,6 +487,18 @@
464487
"oneofdecl": "",
465488
"defaultValue": ""
466489
},
490+
{
491+
"name": "service_healthy",
492+
"description": "",
493+
"label": "",
494+
"type": "ServiceHealthy",
495+
"longType": "ServiceInfo.ServiceHealthy",
496+
"fullType": "spaceone.api.alert_manager.v1.ServiceInfo.ServiceHealthy",
497+
"ismap": false,
498+
"isoneof": false,
499+
"oneofdecl": "",
500+
"defaultValue": ""
501+
},
467502
{
468503
"name": "tags",
469504
"description": "",

dist/json/cloudforet/api/cost_analysis/v1/Data_source_account.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
"extensions": [],
311311
"fields": [
312312
{
313-
"name": "data_source_account_id",
313+
"name": "data_source_id",
314314
"description": "",
315315
"label": "",
316316
"type": "string",

0 commit comments

Comments
 (0)