aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/test/java/com/yahoo/vespa/hosted/provision/restapi/responses/nodes-recursive-include-deprovisioned.json
blob: dc6fd3a317d2b614e9bdffae8532c702f569621f (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
{
  "nodes": [
    @include(cfg1.json),
    @include(cfg2.json),
    @include(docker-node1.json),
    @include(docker-node2.json),
    @include(docker-node3.json),
    @include(docker-node4.json),
    @include(docker-node5.json),
    @include(dockerhost6.json),
    @include(node1.json),
    @include(node10.json),
    @include(node13.json),
    @include(node14.json),
    @include(node2.json),
    @include(node3.json),
    @include(node4.json),
    @include(node5.json),
    @include(node55.json),
    @include(node6.json),
    @include(node7.json),
    @include(docker-container1.json)
  ]
}