Skip to content

Commit

Permalink
add machines in org stat to fragments APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
ehhong committed Dec 3, 2024
1 parent d7436a9 commit ccf05f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proto/viam/app/v1/app.proto
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,8 @@ message Fragment {
FragmentVisibility visibility = 12;
// latest timestamp when fragment was updated
google.protobuf.Timestamp last_updated = 13 [(tagger.v1.tags) = "bson:\"last_updated_at\""];
// number of machines in the requester org using the fragment
int32 machines_in_org_count = 14;
}

message FragmentHistoryEntry {
Expand Down Expand Up @@ -858,6 +860,7 @@ message ListFragmentsResponse {

message GetFragmentRequest {
string id = 1;
string organization_id = 2;
}

message GetFragmentResponse {
Expand Down

0 comments on commit ccf05f0

Please sign in to comment.