Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Trying to create VM from instance template by using Postman API Request

I have tried to create a vm instance from instance template in Google Cloud by using API from Postman.
API Request: 

POST https://compute.googleapis.com/compute/v1/projects/
PROJECT_ID/zones/ZONE/instances?sourceInstanceTemplate=INSTANCE_TEMPLATE_NAME

with body
{
"name": "vm-from-instance-temp",
}

Ref: Create a VM from an instance template  |  Compute Engine Documentation  |  Google Cloud

But I got this error messages.

Internal error. Please try again or contact Google Support. (Code: '5F6EA7386ADEB.5E9855E.460B55DB')
PS: I use GCP Free trial.


unnamed.png

0 1 313