curl --request GET \
--url https://api.gputrader.io/v1/templates/managed \
--header 'X-API-Key: <api-key>'
[
{
"name": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"version": 123,
"description": "<string>",
"managedTemplateId": "<string>",
"content": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"logo": "<string>",
"link": "<string>",
"environmentVariables": [
"<any>"
],
"isBasicAuthEnabled": true,
"isSSHEnabled": true,
"insecure": true
}
]
Retrieve all managed system templates
curl --request GET \
--url https://api.gputrader.io/v1/templates/managed \
--header 'X-API-Key: <api-key>'
[
{
"name": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"version": 123,
"description": "<string>",
"managedTemplateId": "<string>",
"content": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"logo": "<string>",
"link": "<string>",
"environmentVariables": [
"<any>"
],
"isBasicAuthEnabled": true,
"isSSHEnabled": true,
"insecure": true
}
]
Successfully retrieved managed templates
The response is of type object[]
.