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 Jan 6, 2025
1 parent 0474bd7 commit c027832
Show file tree
Hide file tree
Showing 2 changed files with 210 additions and 12 deletions.
19 changes: 7 additions & 12 deletions dist/json/cloudforet/api/alert_manager/v1/Alert.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,19 @@
"description": ""
},
{
"name": "NOTIFIED",
"name": "NOTIFIED_SUCCESS",
"number": "4",
"description": ""
},
{
"name": "EVENT_PUSHED",
"name": "NOTIFIED_FAILURE",
"number": "5",
"description": ""
},
{
"name": "EVENT_PUSHED",
"number": "6",
"description": ""
}
]
},
Expand Down Expand Up @@ -115,11 +120,6 @@
"name": "IGNORED",
"number": "4",
"description": ""
},
{
"name": "ERROR",
"number": "5",
"description": ""
}
]
},
Expand Down Expand Up @@ -181,11 +181,6 @@
"name": "IGNORED",
"number": "4",
"description": ""
},
{
"name": "ERROR",
"number": "5",
"description": ""
}
]
},
Expand Down
203 changes: 203 additions & 0 deletions dist/json/cloudforet/api/alert_manager/v1/Webhook.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,186 @@
}
]
},
{
"name": "WebhookErrorInfo",
"longName": "WebhookErrorInfo",
"fullName": "spaceone.api.alert_manager.v1.WebhookErrorInfo",
"description": "",
"hasExtensions": false,
"hasFields": true,
"hasOneofs": false,
"extensions": [],
"fields": [
{
"name": "error_id",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "message",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "raw_data",
"description": "",
"label": "",
"type": "Struct",
"longType": "google.protobuf.Struct",
"fullType": "google.protobuf.Struct",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "domain_id",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "workspace_id",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "service_id",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "webhook_id",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "created_at",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
}
]
},
{
"name": "WebhookErrorSearchQuery",
"longName": "WebhookErrorSearchQuery",
"fullName": "spaceone.api.alert_manager.v1.WebhookErrorSearchQuery",
"description": "",
"hasExtensions": false,
"hasFields": true,
"hasOneofs": false,
"extensions": [],
"fields": [
{
"name": "query",
"description": "+optional",
"label": "",
"type": "Query",
"longType": "spaceone.api.core.v2.Query",
"fullType": "spaceone.api.core.v2.Query",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "webhook_id",
"description": "",
"label": "",
"type": "string",
"longType": "string",
"fullType": "string",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
}
]
},
{
"name": "WebhookErrorsInfo",
"longName": "WebhookErrorsInfo",
"fullName": "spaceone.api.alert_manager.v1.WebhookErrorsInfo",
"description": "",
"hasExtensions": false,
"hasFields": true,
"hasOneofs": false,
"extensions": [],
"fields": [
{
"name": "results",
"description": "",
"label": "repeated",
"type": "WebhookErrorInfo",
"longType": "WebhookErrorInfo",
"fullType": "spaceone.api.alert_manager.v1.WebhookErrorInfo",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
},
{
"name": "total_count",
"description": "",
"label": "",
"type": "int32",
"longType": "int32",
"fullType": "int32",
"ismap": false,
"isoneof": false,
"oneofdecl": "",
"defaultValue": ""
}
]
},
{
"name": "WebhookInfo",
"longName": "WebhookInfo",
Expand Down Expand Up @@ -908,6 +1088,29 @@
}
}
},
{
"name": "list_errors",
"description": "",
"requestType": "WebhookErrorSearchQuery",
"requestLongType": "WebhookErrorSearchQuery",
"requestFullType": "spaceone.api.alert_manager.v1.WebhookErrorSearchQuery",
"requestStreaming": false,
"responseType": "WebhookErrorsInfo",
"responseLongType": "WebhookErrorsInfo",
"responseFullType": "spaceone.api.alert_manager.v1.WebhookErrorsInfo",
"responseStreaming": false,
"options": {
"google.api.http": {
"rules": [
{
"method": "POST",
"pattern": "/alert-manager/v1/webhook/list-errors",
"body": "*"
}
]
}
}
},
{
"name": "stat",
"description": "",
Expand Down

0 comments on commit c027832

Please sign in to comment.