GET
/
v1
/
templates
/
{id}
get template
curl --request GET \
  --url https://console.gmicloud.com/api/v1/templates/{id}
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"official": true,
"orgId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"credential": {
"secret": "",
"username": ""
},
"description": "",
"name": "<string>",
"path": "<string>",
"status": "published"
}

Path Parameters

id
string<uuid>
required

Response

successful

The response is of type object.