1{
2 "kind": "compute#targetInstanceAggregatedList",
3 "selfLink": "https://www.googleapis.com/compute/v1/projects/project_name/aggregated/targetInstances",
4 "id": "projects/project_name/aggregated/targetInstances",
5 "items": {
6  "zones/asia-east1-a": {
7   "warning": {
8    "code": "NO_RESULTS_ON_PAGE",
9    "message": "There are no results for scope 'zones/asia-east1-a' on this page.",
10    "data": [
11     {
12      "key": "scope",
13      "value": "zones/asia-east1-a"
14     }
15    ]
16   }
17  },
18  "zones/asia-east1-b": {
19   "warning": {
20    "code": "NO_RESULTS_ON_PAGE",
21    "message": "There are no results for scope 'zones/asia-east1-b' on this page.",
22    "data": [
23     {
24      "key": "scope",
25      "value": "zones/asia-east1-b"
26     }
27    ]
28   }
29  },
30  "zones/asia-east1-c": {
31   "warning": {
32    "code": "NO_RESULTS_ON_PAGE",
33    "message": "There are no results for scope 'zones/asia-east1-c' on this page.",
34    "data": [
35     {
36      "key": "scope",
37      "value": "zones/asia-east1-c"
38     }
39    ]
40   }
41  },
42  "zones/europe-west1-a": {
43   "warning": {
44    "code": "NO_RESULTS_ON_PAGE",
45    "message": "There are no results for scope 'zones/europe-west1-a' on this page.",
46    "data": [
47     {
48      "key": "scope",
49      "value": "zones/europe-west1-a"
50     }
51    ]
52   }
53  },
54  "zones/europe-west1-b": {
55   "warning": {
56    "code": "NO_RESULTS_ON_PAGE",
57    "message": "There are no results for scope 'zones/europe-west1-b' on this page.",
58    "data": [
59     {
60      "key": "scope",
61      "value": "zones/europe-west1-b"
62     }
63    ]
64   }
65  },
66  "zones/europe-west1-c": {
67   "warning": {
68    "code": "NO_RESULTS_ON_PAGE",
69    "message": "There are no results for scope 'zones/europe-west1-c' on this page.",
70    "data": [
71     {
72      "key": "scope",
73      "value": "zones/europe-west1-c"
74     }
75    ]
76   }
77  },
78  "zones/us-central1-a": {
79   "targetInstances": [
80    {
81     "kind": "compute#targetInstance",
82     "id": "8092539649535704539",
83     "creationTimestamp": "2014-08-07T12:46:10.372-07:00",
84     "name": "hello",
85     "zone": "https://www.googleapis.com/compute/v1/projects/project_name/zones/us-central1-a",
86     "natPolicy": "NO_NAT",
87     "instance": "https://www.googleapis.com/compute/v1/projects/project_name/zones/us-central1-a/instances/node-name",
88     "selfLink": "https://www.googleapis.com/compute/v1/projects/project_name/zones/us-central1-a/targetInstances/hello"
89    },
90    {
91     "kind": "compute#targetInstance",
92     "id": "9539205115599811578",
93     "creationTimestamp": "2014-08-07T13:09:19.634-07:00",
94     "name": "lctargetinstance",
95     "zone": "https://www.googleapis.com/compute/v1/projects/project_name/zones/us-central1-a",
96     "natPolicy": "NO_NAT",
97     "instance": "https://www.googleapis.com/compute/v1/projects/project_name/zones/us-central1-a/instances/node-name",
98     "selfLink": "https://www.googleapis.com/compute/v1/projects/project_name/zones/us-central1-a/targetInstances/lctargetinstance"
99    }
100   ]
101  },
102  "zones/us-central1-b": {
103   "warning": {
104    "code": "NO_RESULTS_ON_PAGE",
105    "message": "There are no results for scope 'zones/us-central1-b' on this page.",
106    "data": [
107     {
108      "key": "scope",
109      "value": "zones/us-central1-b"
110     }
111    ]
112   }
113  },
114  "zones/us-central1-f": {
115   "warning": {
116    "code": "NO_RESULTS_ON_PAGE",
117    "message": "There are no results for scope 'zones/us-central1-f' on this page.",
118    "data": [
119     {
120      "key": "scope",
121      "value": "zones/us-central1-f"
122     }
123    ]
124   }
125  }
126 }
127}
128