summaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/states-recursive.json
blob: 27767be6315b6605dce3df169e19c53e6a3e04fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
  "states": {
    "provisioned": {
      "url": "http://localhost:8080/nodes/v2/state/provisioned",
      "nodes": [
        @include(node7.json)
      ]
    },
    "ready": {
      "url": "http://localhost:8080/nodes/v2/state/ready",
      "nodes": [
        @include(node3.json),
        @include(cfg1.json),
        @include(cfg2.json)
      ]
    },
    "reserved": {
      "url": "http://localhost:8080/nodes/v2/state/reserved",
      "nodes": [
      ]
    },
    "active": {
      "url": "http://localhost:8080/nodes/v2/state/active",
      "nodes": [
        @include(node10.json),
        @include(node14.json),
        @include(node4.json),
        @include(node6.json),
        @include(docker-container1.json),
        @include(node13.json),
        @include(node2.json),
        @include(node1.json),
        @include(docker-node3.json),
        @include(docker-node4.json),
        @include(docker-node5.json),
        @include(docker-node2.json),
        @include(docker-node1.json)
      ]
    },
    "inactive": {
      "url": "http://localhost:8080/nodes/v2/state/inactive",
      "nodes": [
      ]
    },
    "dirty": {
      "url": "http://localhost:8080/nodes/v2/state/dirty",
      "nodes": [
        @include(node55.json)
      ]
    },
    "failed": {
      "url": "http://localhost:8080/nodes/v2/state/failed",
      "nodes": [
        @include(node5.json)
      ]
    },
    "parked": {
      "url": "http://localhost:8080/nodes/v2/state/parked",
      "nodes": [
      ]
    },
    "deprovisioned": {
      "url": "http://localhost:8080/nodes/v2/state/deprovisioned",
      "nodes": [
      ]
    },
    "breakfixed": {
      "url": "http://localhost:8080/nodes/v2/state/breakfixed",
      "nodes": [
      ]
    }
  }
}