aboutsummaryrefslogtreecommitdiffstats
path: root/controller-api
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2020-12-22 13:03:10 +0100
committerJon Marius Venstad <venstad@gmail.com>2020-12-22 13:03:10 +0100
commit22c61eecdc1002e54942e7ce1d43ff1c2e5aaa68 (patch)
tree0b4ffd807e4f5e793e7bfff7490827b9f7abfaae /controller-api
parent5d3423debd9db43dc7c34eeb034b3540da1a85e7 (diff)
Pass node and path separately
Diffstat (limited to 'controller-api')
-rw-r--r--controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/configserver/ConfigServer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/configserver/ConfigServer.java b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/configserver/ConfigServer.java
index b384f349f92..0c9a415beab 100644
--- a/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/configserver/ConfigServer.java
+++ b/controller-api/src/main/java/com/yahoo/vespa/hosted/controller/api/integration/configserver/ConfigServer.java
@@ -53,7 +53,7 @@ public interface ConfigServer {
Map<?,?> getServiceApiResponse(DeploymentId deployment, String serviceName, String restPath);
- String getClusterControllerStatus(DeploymentId deployment, String restPath);
+ String getClusterControllerStatus(DeploymentId deployment, String node, String subPath);
/**
* Gets the Vespa logs of the given deployment.