summaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/v2/responses/node5-after-changes.json
diff options
context:
space:
mode:
Diffstat (limited to 'node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/v2/responses/node5-after-changes.json')
-rw-r--r--node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/v2/responses/node5-after-changes.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/v2/responses/node5-after-changes.json b/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/v2/responses/node5-after-changes.json
new file mode 100644
index 00000000000..017fe269fcc
--- /dev/null
+++ b/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/v2/responses/node5-after-changes.json
@@ -0,0 +1,21 @@
+{
+ "url": "http://localhost:8080/nodes/v2/node/host5.yahoo.com",
+ "id": "host5.yahoo.com",
+ "state": "failed",
+ "type": "tenant",
+ "hostname": "host5.yahoo.com",
+ "parentHostname":"dockerhost",
+ "openStackId": "node5",
+ "flavor": "default",
+ "minDiskAvailableGb":400.0,
+ "minMainMemoryAvailableGb":16.0,
+ "description":"Flavor-name-is-default",
+ "minCpuCores":2.0,
+ "canonicalFlavor": "default",
+ "environment":"env",
+ "rebootGeneration": 0,
+ "currentRebootGeneration": 0,
+ "failCount": 1,
+ "hardwareFailure" : false,
+ "history":[{"event":"readied","at":123},{"event":"failed","at":123}]
+}