diff options
Diffstat (limited to 'sonar-ws')
-rw-r--r-- | sonar-ws/src/main/protobuf/ws-system.proto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-system.proto b/sonar-ws/src/main/protobuf/ws-system.proto index 874d838ffc9..5a6cddfe4e8 100644 --- a/sonar-ws/src/main/protobuf/ws-system.proto +++ b/sonar-ws/src/main/protobuf/ws-system.proto @@ -65,8 +65,8 @@ message Node { optional string name = 1; optional NodeType type = 2; optional string host = 3; - optional string port = 4; - optional string started = 5; + optional int32 port = 4; + optional string startedAt = 5; optional Health health = 6; repeated Cause causes = 7; } |