From 58678f9db7ff90dc4c591c467b96e416cfe1303e Mon Sep 17 00:00:00 2001 From: Sébastien Lesaint Date: Tue, 12 Sep 2017 16:59:06 +0200 Subject: SONAR-9741 fix types of fields in response of WS --- sonar-ws/src/main/protobuf/ws-system.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sonar-ws/src') 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; } -- cgit v1.2.3