summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/resources/chef_output.json
blob: 257065f7b5b3b436b4e1e07561a74b7c1c8a71d2 (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
{
  "total": 1,
  "start": 0,
  "rows": [
    {
      "url": "https://chef-server.test/organizations/vespa/nodes/fake-node.test",
      "data": {
        "fqdn": "fake-node.test",
        "ohai_time": 1475497186.68962,
        "tenant": "ciintegrationtests",
        "application": "restart",
        "instance": "default",
        "zone": "cd_cd-us-east-1_prod",
        "system": "cd",
        "environment": "prod",
        "region": "cd-us-east-1"
      }
    },
    {
      "url": "https://chef-server.test/organizations/vespa/nodes/fake-node2.test",
      "data": {
        "fqdn": "fake-node2.test",
        "ohai_time": 1475497186.68962,
        "tenant": null,
        "application": null,
        "instance": null,
        "zone": null,
        "system": null,
        "environment": null,
        "region": null
      }
    }
  ]
}