1{
2  "id": "projects/project_name/zones/us-central1-a/instances",
3  "items": [
4    {
5      "canIpForward": false,
6      "creationTimestamp": "2013-12-13T10:45:23.351-08:00",
7      "disks": [
8        {
9          "boot": true,
10          "deviceName": "persistent-disk-0",
11          "index": 0,
12          "kind": "compute#attachedDisk",
13          "mode": "READ_WRITE",
14          "source": "https://www.googleapis.com/compute/v1/projects/project_name/zones/us-central1-a/disks/node-name",
15          "type": "PERSISTENT"
16        }
17      ],
18      "id": "4006034190819017667",
19      "kind": "compute#instance",
20      "machineType": "https://www.googleapis.com/compute/v1/projects/project_name/zones/us-central1-a/machineTypes/n1-standard-1",
21      "metadata": {
22        "fingerprint": "42WmSpB8rSM=",
23        "kind": "compute#metadata"
24      },
25      "name": "node-name",
26      "networkInterfaces": [
27        {
28          "accessConfigs": [
29            {
30              "kind": "compute#accessConfig",
31              "name": "External NAT",
32              "natIP": "23.236.58.15",
33              "type": "ONE_TO_ONE_NAT"
34            }
35          ],
36          "name": "nic0",
37          "network": "https://www.googleapis.com/compute/v1/projects/project_name/global/networks/default",
38          "networkIP": "10.240.72.75"
39        }
40      ],
41      "scheduling": {
42        "automaticRestart": true,
43        "onHostMaintenance": "MIGRATE"
44      },
45      "selfLink": "https://www.googleapis.com/compute/v1/projects/project_name/zones/us-central1-a/instances/node-name",
46      "status": "RUNNING",
47      "cpuPlatform": "Intel Skylake",
48      "minCpuPlatform": "Intel Skylake",
49      "tags": {
50        "fingerprint": "42WmSpB8rSM="
51      },
52      "zone": "https://www.googleapis.com/compute/v1/projects/project_name/zones/us-central1-a"
53    }
54  ],
55  "kind": "compute#instanceList",
56  "selfLink": "https://www.googleapis.com/compute/v1/projects/project_name/zones/us-central1-a/instances"
57}
58