File tree 1 file changed +10
-0
lines changed 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -2404,6 +2404,7 @@ export const MockHealth: TypesGen.HealthcheckReport = {
2404
2404
healthy : true ,
2405
2405
severity : "ok" ,
2406
2406
warnings : [ ] ,
2407
+ dismissed : false ,
2407
2408
regions : {
2408
2409
"999" : {
2409
2410
healthy : true ,
@@ -2806,6 +2807,7 @@ export const MockHealth: TypesGen.HealthcheckReport = {
2806
2807
healthy : true ,
2807
2808
severity : "ok" ,
2808
2809
warnings : [ ] ,
2810
+ dismissed : false ,
2809
2811
access_url : "https://dev.coder.com" ,
2810
2812
reachable : true ,
2811
2813
status_code : 200 ,
@@ -2815,13 +2817,15 @@ export const MockHealth: TypesGen.HealthcheckReport = {
2815
2817
healthy : true ,
2816
2818
severity : "ok" ,
2817
2819
warnings : [ ] ,
2820
+ dismissed : false ,
2818
2821
body : "" ,
2819
2822
code : 101 ,
2820
2823
} ,
2821
2824
database : {
2822
2825
healthy : true ,
2823
2826
severity : "ok" ,
2824
2827
warnings : [ ] ,
2828
+ dismissed : false ,
2825
2829
reachable : true ,
2826
2830
latency : "92570" ,
2827
2831
latency_ms : 92570 ,
@@ -2831,6 +2835,7 @@ export const MockHealth: TypesGen.HealthcheckReport = {
2831
2835
healthy : true ,
2832
2836
severity : "ok" ,
2833
2837
warnings : [ ] ,
2838
+ dismissed : false ,
2834
2839
workspace_proxies : {
2835
2840
regions : [ ] ,
2836
2841
} ,
@@ -2857,6 +2862,7 @@ export const DeploymentHealthUnhealthy: TypesGen.HealthcheckReport = {
2857
2862
healthy : true ,
2858
2863
severity : "ok" ,
2859
2864
warnings : [ ] ,
2865
+ dismissed : false ,
2860
2866
access_url : "" ,
2861
2867
healthz_response : "" ,
2862
2868
reachable : true ,
@@ -2866,6 +2872,7 @@ export const DeploymentHealthUnhealthy: TypesGen.HealthcheckReport = {
2866
2872
healthy : false ,
2867
2873
severity : "ok" ,
2868
2874
warnings : [ ] ,
2875
+ dismissed : false ,
2869
2876
latency : "" ,
2870
2877
latency_ms : 0 ,
2871
2878
reachable : true ,
@@ -2875,13 +2882,15 @@ export const DeploymentHealthUnhealthy: TypesGen.HealthcheckReport = {
2875
2882
healthy : false ,
2876
2883
severity : "ok" ,
2877
2884
warnings : [ ] ,
2885
+ dismissed : false ,
2878
2886
regions : [ ] ,
2879
2887
netcheck_logs : [ ] ,
2880
2888
} ,
2881
2889
websocket : {
2882
2890
healthy : false ,
2883
2891
severity : "ok" ,
2884
2892
warnings : [ ] ,
2893
+ dismissed : false ,
2885
2894
body : "" ,
2886
2895
code : 0 ,
2887
2896
} ,
@@ -2890,6 +2899,7 @@ export const DeploymentHealthUnhealthy: TypesGen.HealthcheckReport = {
2890
2899
error : "some error" ,
2891
2900
severity : "error" ,
2892
2901
warnings : [ ] ,
2902
+ dismissed : false ,
2893
2903
workspace_proxies : {
2894
2904
regions : [
2895
2905
{
You can’t perform that action at this time.
0 commit comments