Response
successful
The response is of type object[]
.
curl --request GET \
--url https://console.gmicloud.com/api/v1/templates
[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"official": true,
"orgId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"credential": {
"secret": "",
"username": ""
},
"description": "",
"name": "<string>",
"path": "<string>",
"status": "published"
}
]
curl --request GET \
--url https://console.gmicloud.com/api/v1/templates
[
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"official": true,
"orgId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"credential": {
"secret": "",
"username": ""
},
"description": "",
"name": "<string>",
"path": "<string>",
"status": "published"
}
]
successful
The response is of type object[]
.