{
"kind": "compute#zoneList",
"id": "projects/1234567/zones",
"items": [
{
"kind": "compute#zone",
"id": "2231",
"creationTimestamp": "1969-12-31T16:00:00.000-08:00",
"name": "us-east1-b",
"description": "us-east1-b",
"status": "UP",
"region": "https://www.googleapis.com/compute/v1/projects/example-12345/regions/us-east1",
"selfLink": "https://www.googleapis.com/compute/v1/projects/example-12345/zones/us-east1-b",
"availableCpuPlatforms": [
"Intel Ice Lake",
"Intel Cascade Lake",
"Intel Skylake",
"Intel Broadwell",
"Intel Haswell",
"Intel Ivy Bridge",
"Intel Sandy Bridge",
"AMD Milan",
"AMD Rome"
],
"supportsPzs": false
},
{
"kind": "compute#zone",
"id": "2233",
"creationTimestamp": "1969-12-31T16:00:00.000-08:00",
"name": "us-east1-c",
"description": "us-east1-c",
"status": "UP",
"region": "https://www.googleapis.com/compute/v1/projects/example-12345/regions/us-east1",
"selfLink": "https://www.googleapis.com/compute/v1/projects/example-12345/zones/us-east1-c",
"availableCpuPlatforms": [
"Intel Ice Lake",
"Intel Cascade Lake",
"Intel Skylake",
"Intel Broadwell",
"Intel Haswell",
"Intel Ivy Bridge",
"Intel Sandy Bridge",
"AMD Milan",
"AMD Rome"
],
"supportsPzs": false
}
],
"selfLink": "https://www.googleapis.com/compute/v1/projects/123456/zones"
}