Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 58c06e5

Browse files
add "description" field to GetReport
store custom Driver description in each DriverInstanceReport to display in jmp shell CLI.
1 parent b7a2301 commit 58c06e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proto/jumpstarter/v1/jumpstarter.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ message DriverInstanceReport {
6767
string uuid = 1; // a unique id within the exporter
6868
optional string parent_uuid = 2; // optional, if device has a parent device
6969
map<string, string> labels = 3;
70+
optional string description = 4; // optional custom description for CLI
7071
}
7172

7273
message RegisterResponse {

0 commit comments

Comments
 (0)