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