This is the response I got Using API explorer machineTypes/get operations. with
a new instance.
200 OK
{
"kind": "compute#machineType",
"id": "4618642685664990776",
"creationTimestamp": "2013-04-25T13:32:49.088-07:00",
"name": "f1-micro",
"description": "1 vCPU (shared physical core) and 0.6 GB RAM",
"guestCpus": 1,
"memoryMb": 614,
"maximumPersistentDisks": 4,
"maximumPersistentDisksSizeGb": "3072",
"zone": "us-central1-a",
"selfLink":
"https://www.googleapis.com/compute/v1/projects/local-turbine-511/zones/us-central1-a/machineTypes/f1-micro"
}
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/49#issuecomment-55416089