summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/routing/responses/deployment-status-initial.json
diff options
context:
space:
mode:
Diffstat (limited to 'controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/routing/responses/deployment-status-initial.json')
-rw-r--r--controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/routing/responses/deployment-status-initial.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/routing/responses/deployment-status-initial.json b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/routing/responses/deployment-status-initial.json
new file mode 100644
index 00000000000..fba0206fdda
--- /dev/null
+++ b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/restapi/routing/responses/deployment-status-initial.json
@@ -0,0 +1,13 @@
+{
+ "deployments": [
+ {
+ "instance": "tenant:application:default",
+ "cluster": "default",
+ "environment": "prod",
+ "region": "us-west-1",
+ "status": "in",
+ "agent": "system",
+ "changedAt": "(ignore)"
+ }
+ ]
+}