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/node-name",
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": "sn-node-name",
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      "subnetwork": "https://www.googleapis.com/compute/v1/projects/project_name/regions/us-central1/subnetworks/cf-972cf02e6ad49112",
36      "networkIP": "10.240.72.75"
37    }
38  ],
39  "scheduling": {
40    "automaticRestart": true,
41    "onHostMaintenance": "MIGRATE"
42  },
43  "selfLink": "https://www.googleapis.com/compute/v1/projects/project_name/zones/us-central1-a/instances/sn-node-name",
44  "status": "RUNNING",
45  "tags": {
46    "fingerprint": "42WmSpB8rSM="
47  },
48  "zone": "https://www.googleapis.com/compute/v1/projects/project_name/zones/us-central1-a"
49}
50