|
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
| 53 | + |
53 | 54 |
|
54 | 55 |
|
55 | 56 | ### api.v1.capsule.Service |
@@ -5021,6 +5022,77 @@ The rollout model. |
5021 | 5022 |
|
5022 | 5023 |
|
5023 | 5024 |
|
| 5025 | +<a name="model_issue-proto"></a> |
| 5026 | + |
| 5027 | +## model/issue.proto |
| 5028 | + |
| 5029 | + |
| 5030 | + |
| 5031 | +<a name="model-Issue"></a> |
| 5032 | + |
| 5033 | +### Issue |
| 5034 | + |
| 5035 | + |
| 5036 | + |
| 5037 | +| Field | Type | Label | Description | |
| 5038 | +| ----- | ---- | ----- | ----------- | |
| 5039 | +| issue_id | [string](#string) | | | |
| 5040 | +| type | [string](#string) | | | |
| 5041 | +| created_at | [google.protobuf.Timestamp](#google-protobuf-Timestamp) | | | |
| 5042 | +| updated_at | [google.protobuf.Timestamp](#google-protobuf-Timestamp) | | | |
| 5043 | +| stale_at | [google.protobuf.Timestamp](#google-protobuf-Timestamp) | | | |
| 5044 | +| closed_at | [google.protobuf.Timestamp](#google-protobuf-Timestamp) | | | |
| 5045 | +| reference | [Reference](#model-Reference) | | | |
| 5046 | +| message | [string](#string) | | | |
| 5047 | +| level | [Level](#model-Level) | | | |
| 5048 | +| count | [uint32](#uint32) | | | |
| 5049 | + |
| 5050 | + |
| 5051 | + |
| 5052 | + |
| 5053 | + |
| 5054 | + |
| 5055 | +<a name="model-Reference"></a> |
| 5056 | + |
| 5057 | +### Reference |
| 5058 | + |
| 5059 | + |
| 5060 | + |
| 5061 | +| Field | Type | Label | Description | |
| 5062 | +| ----- | ---- | ----- | ----------- | |
| 5063 | +| project_id | [string](#string) | | | |
| 5064 | +| capsule_id | [string](#string) | | | |
| 5065 | +| environment_id | [string](#string) | | | |
| 5066 | +| rollout_id | [uint64](#uint64) | | | |
| 5067 | +| instance_id | [string](#string) | | | |
| 5068 | + |
| 5069 | + |
| 5070 | + |
| 5071 | + |
| 5072 | + |
| 5073 | + |
| 5074 | + |
| 5075 | + |
| 5076 | +<a name="model-Level"></a> |
| 5077 | + |
| 5078 | +### Level |
| 5079 | + |
| 5080 | + |
| 5081 | +| Name | Number | Description | |
| 5082 | +| ---- | ------ | ----------- | |
| 5083 | +| LEVEL_UNSPECIFIED | 0 | | |
| 5084 | +| LEVEL_INFORMATIVE | 1 | | |
| 5085 | +| LEVEL_MINOR | 2 | | |
| 5086 | +| LEVEL_MAJOR | 3 | | |
| 5087 | +| LEVEL_CRITICAL | 4 | | |
| 5088 | + |
| 5089 | + |
| 5090 | + |
| 5091 | + |
| 5092 | + |
| 5093 | + |
| 5094 | + |
| 5095 | + |
5024 | 5096 | <a name="api_v1_capsule_status-proto"></a> |
5025 | 5097 |
|
5026 | 5098 | ## api/v1/capsule/status.proto |
@@ -5185,6 +5257,7 @@ The rollout model. |
5185 | 5257 | | interfaces | [InterfaceStatus](#api-v1-capsule-InterfaceStatus) | repeated | | |
5186 | 5258 | | config_files | [ConfigFileStatus](#api-v1-capsule-ConfigFileStatus) | repeated | | |
5187 | 5259 | | cron_jobs | [CronJobStatus](#api-v1-capsule-CronJobStatus) | repeated | | |
| 5260 | +| issues | [model.Issue](#model-Issue) | repeated | List of all issues associated to the Capsule, include those of the current rollout. The list does not include instance-level issues. | |
5188 | 5261 |
|
5189 | 5262 |
|
5190 | 5263 |
|
|
0 commit comments