|
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 | | - |
9 | 8 | ### api.v1.activity.Service |
10 | 9 | <a name="api-v1-activity-Service"></a> |
11 | 10 |
|
|
67 | 66 |
|
68 | 67 |
|
69 | 68 |
|
| 69 | + |
70 | 70 |
|
71 | 71 |
|
72 | 72 | ### api.v1.capsule.Service |
|
203 | 203 |
|
204 | 204 |
|
205 | 205 |
|
| 206 | +### api.v1.issue.Service |
| 207 | +<a name="api-v1-issue-Service"></a> |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | +| Method Name | Request Type | Response Type | Description | |
| 212 | +| ----------- | ------------ | ------------- | ------------| |
| 213 | +| /api.v1.issue.Service/GetIssues | [GetIssuesRequest](#api-v1-issue-GetIssuesRequest) | [GetIssuesResponse](#api-v1-issue-GetIssuesResponse) | Get issues | |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
206 | 220 |
|
207 | 221 | ### api.v1.metrics.Service |
208 | 222 | <a name="api-v1-metrics-Service"></a> |
@@ -759,77 +773,6 @@ Different states a step can be in. |
759 | 773 |
|
760 | 774 |
|
761 | 775 |
|
762 | | -<a name="model_issue-proto"></a> |
763 | | - |
764 | | -## model/issue.proto |
765 | | - |
766 | | - |
767 | | - |
768 | | -<a name="model-Issue"></a> |
769 | | - |
770 | | -### Issue |
771 | | - |
772 | | - |
773 | | - |
774 | | -| Field | Type | Label | Description | |
775 | | -| ----- | ---- | ----- | ----------- | |
776 | | -| issue_id | [string](#string) | | | |
777 | | -| type | [string](#string) | | | |
778 | | -| created_at | [google.protobuf.Timestamp](#google-protobuf-Timestamp) | | | |
779 | | -| updated_at | [google.protobuf.Timestamp](#google-protobuf-Timestamp) | | | |
780 | | -| stale_at | [google.protobuf.Timestamp](#google-protobuf-Timestamp) | | | |
781 | | -| closed_at | [google.protobuf.Timestamp](#google-protobuf-Timestamp) | | | |
782 | | -| reference | [Reference](#model-Reference) | | | |
783 | | -| message | [string](#string) | | | |
784 | | -| level | [Level](#model-Level) | | | |
785 | | -| count | [uint32](#uint32) | | | |
786 | | - |
787 | | - |
788 | | - |
789 | | - |
790 | | - |
791 | | - |
792 | | -<a name="model-Reference"></a> |
793 | | - |
794 | | -### Reference |
795 | | - |
796 | | - |
797 | | - |
798 | | -| Field | Type | Label | Description | |
799 | | -| ----- | ---- | ----- | ----------- | |
800 | | -| project_id | [string](#string) | | | |
801 | | -| capsule_id | [string](#string) | | | |
802 | | -| environment_id | [string](#string) | | | |
803 | | -| rollout_id | [uint64](#uint64) | | | |
804 | | -| instance_id | [string](#string) | | | |
805 | | - |
806 | | - |
807 | | - |
808 | | - |
809 | | - |
810 | | - |
811 | | - |
812 | | - |
813 | | -<a name="model-Level"></a> |
814 | | - |
815 | | -### Level |
816 | | - |
817 | | - |
818 | | -| Name | Number | Description | |
819 | | -| ---- | ------ | ----------- | |
820 | | -| LEVEL_UNSPECIFIED | 0 | | |
821 | | -| LEVEL_INFORMATIVE | 1 | | |
822 | | -| LEVEL_MINOR | 2 | | |
823 | | -| LEVEL_MAJOR | 3 | | |
824 | | -| LEVEL_CRITICAL | 4 | | |
825 | | - |
826 | | - |
827 | | - |
828 | | - |
829 | | - |
830 | | - |
831 | | - |
832 | | - |
833 | 776 | <a name="api_v1_activity_activity-proto"></a> |
834 | 777 |
|
835 | 778 | ## api/v1/activity/activity.proto |
@@ -904,24 +847,6 @@ Different states a step can be in. |
904 | 847 |
|
905 | 848 |
|
906 | 849 |
|
907 | | -<a name="api-v1-activity-Message-Issue"></a> |
908 | | - |
909 | | -### Message.Issue |
910 | | - |
911 | | - |
912 | | - |
913 | | -| Field | Type | Label | Description | |
914 | | -| ----- | ---- | ----- | ----------- | |
915 | | -| level | [model.Level](#model-Level) | | | |
916 | | -| rolloutID | [uint64](#uint64) | | | |
917 | | -| message | [string](#string) | | | |
918 | | -| resolved | [bool](#bool) | | | |
919 | | - |
920 | | - |
921 | | - |
922 | | - |
923 | | - |
924 | | - |
925 | 850 | <a name="api-v1-activity-Message-Project"></a> |
926 | 851 |
|
927 | 852 | ### Message.Project |
@@ -5579,6 +5504,77 @@ The rollout model. |
5579 | 5504 |
|
5580 | 5505 |
|
5581 | 5506 |
|
| 5507 | +<a name="api_v1_issue_issue-proto"></a> |
| 5508 | + |
| 5509 | +## api/v1/issue/issue.proto |
| 5510 | + |
| 5511 | + |
| 5512 | + |
| 5513 | +<a name="api-v1-issue-Issue"></a> |
| 5514 | + |
| 5515 | +### Issue |
| 5516 | + |
| 5517 | + |
| 5518 | + |
| 5519 | +| Field | Type | Label | Description | |
| 5520 | +| ----- | ---- | ----- | ----------- | |
| 5521 | +| issue_id | [string](#string) | | | |
| 5522 | +| type | [string](#string) | | | |
| 5523 | +| created_at | [google.protobuf.Timestamp](#google-protobuf-Timestamp) | | | |
| 5524 | +| updated_at | [google.protobuf.Timestamp](#google-protobuf-Timestamp) | | | |
| 5525 | +| stale_at | [google.protobuf.Timestamp](#google-protobuf-Timestamp) | | | |
| 5526 | +| closed_at | [google.protobuf.Timestamp](#google-protobuf-Timestamp) | | | |
| 5527 | +| reference | [Reference](#api-v1-issue-Reference) | | | |
| 5528 | +| message | [string](#string) | | | |
| 5529 | +| level | [Level](#api-v1-issue-Level) | | | |
| 5530 | +| count | [uint32](#uint32) | | | |
| 5531 | + |
| 5532 | + |
| 5533 | + |
| 5534 | + |
| 5535 | + |
| 5536 | + |
| 5537 | +<a name="api-v1-issue-Reference"></a> |
| 5538 | + |
| 5539 | +### Reference |
| 5540 | + |
| 5541 | + |
| 5542 | + |
| 5543 | +| Field | Type | Label | Description | |
| 5544 | +| ----- | ---- | ----- | ----------- | |
| 5545 | +| project_id | [string](#string) | | | |
| 5546 | +| capsule_id | [string](#string) | | | |
| 5547 | +| environment_id | [string](#string) | | | |
| 5548 | +| rollout_id | [uint64](#uint64) | | | |
| 5549 | +| instance_id | [string](#string) | | | |
| 5550 | + |
| 5551 | + |
| 5552 | + |
| 5553 | + |
| 5554 | + |
| 5555 | + |
| 5556 | + |
| 5557 | + |
| 5558 | +<a name="api-v1-issue-Level"></a> |
| 5559 | + |
| 5560 | +### Level |
| 5561 | + |
| 5562 | + |
| 5563 | +| Name | Number | Description | |
| 5564 | +| ---- | ------ | ----------- | |
| 5565 | +| LEVEL_UNSPECIFIED | 0 | | |
| 5566 | +| LEVEL_INFORMATIVE | 1 | | |
| 5567 | +| LEVEL_MINOR | 2 | | |
| 5568 | +| LEVEL_MAJOR | 3 | | |
| 5569 | +| LEVEL_CRITICAL | 4 | | |
| 5570 | + |
| 5571 | + |
| 5572 | + |
| 5573 | + |
| 5574 | + |
| 5575 | + |
| 5576 | + |
| 5577 | + |
5582 | 5578 | <a name="api_v1_capsule_status-proto"></a> |
5583 | 5579 |
|
5584 | 5580 | ## api/v1/capsule/status.proto |
@@ -5743,7 +5739,7 @@ The rollout model. |
5743 | 5739 | | interfaces | [InterfaceStatus](#api-v1-capsule-InterfaceStatus) | repeated | | |
5744 | 5740 | | config_files | [ConfigFileStatus](#api-v1-capsule-ConfigFileStatus) | repeated | | |
5745 | 5741 | | cron_jobs | [CronJobStatus](#api-v1-capsule-CronJobStatus) | repeated | | |
5746 | | -| 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. | |
| 5742 | +| issues | [api.v1.issue.Issue](#api-v1-issue-Issue) | repeated | List of all issues associated to the Capsule, include those of the current rollout. The list does not include instance-level issues. | |
5747 | 5743 |
|
5748 | 5744 |
|
5749 | 5745 |
|
@@ -8515,6 +8511,71 @@ A docker image tag. |
8515 | 8511 |
|
8516 | 8512 |
|
8517 | 8513 |
|
| 8514 | +<a name="api_v1_issue_service-proto"></a> |
| 8515 | + |
| 8516 | +## api/v1/issue/service.proto |
| 8517 | + |
| 8518 | + |
| 8519 | + |
| 8520 | +<a name="api-v1-issue-Filter"></a> |
| 8521 | + |
| 8522 | +### Filter |
| 8523 | + |
| 8524 | + |
| 8525 | + |
| 8526 | +| Field | Type | Label | Description | |
| 8527 | +| ----- | ---- | ----- | ----------- | |
| 8528 | +| project | [string](#string) | | | |
| 8529 | +| environment | [string](#string) | | | |
| 8530 | +| capsule | [string](#string) | | | |
| 8531 | +| level | [Level](#api-v1-issue-Level) | | | |
| 8532 | +| include_closed | [bool](#bool) | | | |
| 8533 | +| include_stale | [bool](#bool) | | | |
| 8534 | + |
| 8535 | + |
| 8536 | + |
| 8537 | + |
| 8538 | + |
| 8539 | + |
| 8540 | +<a name="api-v1-issue-GetIssuesRequest"></a> |
| 8541 | + |
| 8542 | +### GetIssuesRequest |
| 8543 | + |
| 8544 | + |
| 8545 | + |
| 8546 | +| Field | Type | Label | Description | |
| 8547 | +| ----- | ---- | ----- | ----------- | |
| 8548 | +| pagination | [model.Pagination](#model-Pagination) | | | |
| 8549 | +| filter | [Filter](#api-v1-issue-Filter) | | | |
| 8550 | + |
| 8551 | + |
| 8552 | + |
| 8553 | + |
| 8554 | + |
| 8555 | + |
| 8556 | +<a name="api-v1-issue-GetIssuesResponse"></a> |
| 8557 | + |
| 8558 | +### GetIssuesResponse |
| 8559 | + |
| 8560 | + |
| 8561 | + |
| 8562 | +| Field | Type | Label | Description | |
| 8563 | +| ----- | ---- | ----- | ----------- | |
| 8564 | +| issues | [Issue](#api-v1-issue-Issue) | repeated | | |
| 8565 | +| total | [uint64](#uint64) | | | |
| 8566 | + |
| 8567 | + |
| 8568 | + |
| 8569 | + |
| 8570 | + |
| 8571 | + |
| 8572 | + |
| 8573 | + |
| 8574 | + |
| 8575 | + |
| 8576 | + |
| 8577 | + |
| 8578 | + |
8518 | 8579 | <a name="api_v1_metrics_metrics-proto"></a> |
8519 | 8580 |
|
8520 | 8581 | ## api/v1/metrics/metrics.proto |
|
0 commit comments