Skip to content

Commit

Permalink
Update protos and add system info api (#1620)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Tideman authored Sep 7, 2023
1 parent 29e6e82 commit f7cfab2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,9 @@ service WorkflowService {

// GetSystemInfo returns information about the system.
rpc GetSystemInfo(GetSystemInfoRequest) returns (GetSystemInfoResponse) {
option (google.api.http) = {
get: "/api/v1/systemInfo"
};
}

rpc ListTaskQueuePartitions(ListTaskQueuePartitionsRequest) returns (ListTaskQueuePartitionsResponse) {
Expand Down

0 comments on commit f7cfab2

Please sign in to comment.