We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9250eaf commit 93da352Copy full SHA for 93da352
1 file changed
protect/control/v1/control.proto
@@ -67,6 +67,10 @@ message GetHostStatusReply {
67
string host_ipv6 = 5;
68
string host_mac = 6;
69
optional uint64 hyp_free_mem = 7;
70
+ optional string protect_git_sha = 8;
71
+ optional string protect_last_tag = 9;
72
+ optional uint64 protect_revs_since_tag = 10;
73
+ optional string protect_branch = 11;
74
}
75
76
message CreateZoneRequest {
0 commit comments