Skip to content

Commit

Permalink
Update file(s) "dist/json/." from "cloudforet-io/api"
Browse files Browse the repository at this point in the history
  • Loading branch information
whdalsrnt committed Dec 29, 2024
1 parent 765f57c commit f81c8e1
Showing 1 changed file with 28 additions and 23 deletions.
51 changes: 28 additions & 23 deletions dist/json/cloudforet/api/alert_manager/v1/Alert.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
]
},
{
"name": "AlertState",
"longName": "AlertInfo.AlertState",
"fullName": "spaceone.api.alert_manager.v1.AlertInfo.AlertState",
"name": "AlertStatus",
"longName": "AlertInfo.AlertStatus",
"fullName": "spaceone.api.alert_manager.v1.AlertInfo.AlertStatus",
"description": "",
"values": [
{
Expand Down Expand Up @@ -114,9 +114,9 @@
]
},
{
"name": "AlertState",
"longName": "AlertSearchQuery.AlertState",
"fullName": "spaceone.api.alert_manager.v1.AlertSearchQuery.AlertState",
"name": "AlertStatus",
"longName": "AlertSearchQuery.AlertStatus",
"fullName": "spaceone.api.alert_manager.v1.AlertSearchQuery.AlertStatus",
"description": "",
"values": [
{
Expand All @@ -140,16 +140,21 @@
"description": ""
},
{
"name": "ERROR",
"name": "IGNORED",
"number": "4",
"description": ""
},
{
"name": "ERROR",
"number": "5",
"description": ""
}
]
},
{
"name": "AlertState",
"longName": "AlertUpdateRequest.AlertState",
"fullName": "spaceone.api.alert_manager.v1.AlertUpdateRequest.AlertState",
"name": "AlertStatus",
"longName": "AlertUpdateRequest.AlertStatus",
"fullName": "spaceone.api.alert_manager.v1.AlertUpdateRequest.AlertStatus",
"description": "",
"values": [
{
Expand All @@ -173,7 +178,7 @@
"description": ""
},
{
"name": "ERROR",
"name": "IGNORED",
"number": "4",
"description": ""
}
Expand Down Expand Up @@ -516,12 +521,12 @@
"defaultValue": ""
},
{
"name": "state",
"name": "status",
"description": "",
"label": "",
"type": "AlertState",
"longType": "AlertInfo.AlertState",
"fullType": "spaceone.api.alert_manager.v1.AlertInfo.AlertState",
"type": "AlertStatus",
"longType": "AlertInfo.AlertStatus",
"fullType": "spaceone.api.alert_manager.v1.AlertInfo.AlertStatus",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
Expand Down Expand Up @@ -888,12 +893,12 @@
"defaultValue": ""
},
{
"name": "state",
"name": "status",
"description": "+optional",
"label": "",
"type": "AlertState",
"longType": "AlertSearchQuery.AlertState",
"fullType": "spaceone.api.alert_manager.v1.AlertSearchQuery.AlertState",
"type": "AlertStatus",
"longType": "AlertSearchQuery.AlertStatus",
"fullType": "spaceone.api.alert_manager.v1.AlertSearchQuery.AlertStatus",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
Expand Down Expand Up @@ -1092,12 +1097,12 @@
"defaultValue": ""
},
{
"name": "state",
"name": "status",
"description": "+optional",
"label": "",
"type": "AlertState",
"longType": "AlertUpdateRequest.AlertState",
"fullType": "spaceone.api.alert_manager.v1.AlertUpdateRequest.AlertState",
"type": "AlertStatus",
"longType": "AlertUpdateRequest.AlertStatus",
"fullType": "spaceone.api.alert_manager.v1.AlertUpdateRequest.AlertStatus",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
Expand Down

0 comments on commit f81c8e1

Please sign in to comment.