GET
/compute/v1/templates
Authentication
Bearer Token (BearerAuth)
Responses
200
List of templates
Example:
[
{
"id": "string",
"name": "string",
"description": "string",
"machineType": "string",
"diskSizeGb": 0,
"diskType": "string",
"image": "string",
"region": "string"
}
]