Skip to content

Instantly share code, notes, and snippets.

@imduffy15
Created September 5, 2013 04:44
Show Gist options
  • Select an option

  • Save imduffy15/6446204 to your computer and use it in GitHub Desktop.

Select an option

Save imduffy15/6446204 to your computer and use it in GitHub Desktop.
{
"kind": "compute#zoneList",
"selfLink": "https://www.googleapis.com/compute/v1beta15/projects/silent-wind-0001/zones",
"id": "projects/silent-wind-0001/zones",
"items": [
{
"kind": "compute#zone",
"selfLink": "https://www.googleapis.com/compute/v1beta15/projects/silent-wind-0001/zones/europe-west1-a",
"id": "166957277265100431",
"creationTimestamp": "2013-09-04T17:28:00.443-07:00",
"name": "europe-west1-a",
"description": "europe-west1-a",
"status": "UP",
"maintenanceWindows": [
{
"name": "2014-01-18-planned-outage",
"description": "maintenance zone",
"beginTime": "2014-01-18T12:00:00.000-08:00",
"endTime": "2014-02-02T12:00:00.000-08:00"
}
],
"quotas": [
{
"metric": "INSTANCES",
"limit": 16.0,
"usage": 0.0
},
{
"metric": "CPUS",
"limit": 24.0,
"usage": 0.0
},
{
"metric": "DISKS",
"limit": 16.0,
"usage": 0.0
},
{
"metric": "DISKS_TOTAL_GB",
"limit": 2048.0,
"usage": 0.0
}
],
"region": "https://www.googleapis.com/compute/v1beta15/projects/silent-wind-0001/regions/europe-west1"
},
{
"kind": "compute#zone",
"selfLink": "https://www.googleapis.com/compute/v1beta15/projects/silent-wind-0001/zones/europe-west1-b",
"id": "15782194195346792279",
"creationTimestamp": "2013-09-04T17:28:00.436-07:00",
"name": "europe-west1-b",
"description": "europe-west1-b",
"status": "UP",
"maintenanceWindows": [
{
"name": "2013-09-28-planned-outage",
"description": "maintenance zone",
"beginTime": "2013-09-28T12:00:00.000-07:00",
"endTime": "2013-10-13T12:00:00.000-07:00"
}
],
"quotas": [
{
"metric": "INSTANCES",
"limit": 16.0,
"usage": 0.0
},
{
"metric": "CPUS",
"limit": 24.0,
"usage": 0.0
},
{
"metric": "DISKS",
"limit": 16.0,
"usage": 0.0
},
{
"metric": "DISKS_TOTAL_GB",
"limit": 2048.0,
"usage": 0.0
}
],
"region": "https://www.googleapis.com/compute/v1beta15/projects/silent-wind-0001/regions/europe-west1"
},
{
"kind": "compute#zone",
"selfLink": "https://www.googleapis.com/compute/v1beta15/projects/silent-wind-0001/zones/us-central1-a",
"id": "3315386610265619929",
"creationTimestamp": "2013-09-04T17:28:00.444-07:00",
"name": "us-central1-a",
"description": "us-central1-a",
"status": "UP",
"quotas": [
{
"metric": "INSTANCES",
"limit": 16.0,
"usage": 0.0
},
{
"metric": "CPUS",
"limit": 24.0,
"usage": 0.0
},
{
"metric": "DISKS",
"limit": 16.0,
"usage": 0.0
},
{
"metric": "DISKS_TOTAL_GB",
"limit": 2048.0,
"usage": 0.0
}
],
"region": "https://www.googleapis.com/compute/v1beta15/projects/silent-wind-0001/regions/us-central1"
},
{
"kind": "compute#zone",
"selfLink": "https://www.googleapis.com/compute/v1beta15/projects/silent-wind-0001/zones/us-central1-b",
"id": "3861192322785309237",
"creationTimestamp": "2013-09-04T17:28:00.444-07:00",
"name": "us-central1-b",
"description": "us-central1-b",
"status": "UP",
"maintenanceWindows": [
{
"name": "2013-10-26-planned-outage",
"description": "maintenance zone",
"beginTime": "2013-10-26T12:00:00.000-07:00",
"endTime": "2013-11-10T12:00:00.000-08:00"
}
],
"quotas": [
{
"metric": "INSTANCES",
"limit": 16.0,
"usage": 0.0
},
{
"metric": "CPUS",
"limit": 24.0,
"usage": 0.0
},
{
"metric": "DISKS",
"limit": 16.0,
"usage": 0.0
},
{
"metric": "DISKS_TOTAL_GB",
"limit": 2048.0,
"usage": 0.0
}
],
"region": "https://www.googleapis.com/compute/v1beta15/projects/silent-wind-0001/regions/us-central1"
},
{
"kind": "compute#zone",
"selfLink": "https://www.googleapis.com/compute/v1beta15/projects/silent-wind-0001/zones/us-central2-a",
"id": "4814739034618401652",
"creationTimestamp": "2013-09-04T17:28:00.444-07:00",
"name": "us-central2-a",
"description": "us-central2-a",
"status": "UP",
"maintenanceWindows": [
{
"name": "2013-10-12-planned-outage",
"description": "maintenance zone",
"beginTime": "2013-10-12T12:00:00.000-07:00",
"endTime": "2013-10-27T12:00:00.000-07:00"
}
],
"quotas": [
{
"metric": "INSTANCES",
"limit": 16.0,
"usage": 0.0
},
{
"metric": "CPUS",
"limit": 24.0,
"usage": 0.0
},
{
"metric": "DISKS",
"limit": 16.0,
"usage": 0.0
},
{
"metric": "DISKS_TOTAL_GB",
"limit": 2048.0,
"usage": 0.0
}
],
"region": "https://www.googleapis.com/compute/v1beta15/projects/silent-wind-0001/regions/us-central2"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment