Rancher Templates
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/rancher-templates/ |
List Rancher Templates |
| GET | /api/rancher-templates/{uuid}/ |
Retrieve |
List Rancher Templates
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
rancher_templates_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
catalog_uuid |
string (uuid) | |
cluster_uuid |
string (uuid) | |
name |
string | |
name_exact |
string | |
o |
array | Ordering |
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
project_uuid |
string (uuid) | |
settings |
string | |
settings_uuid |
string (uuid) |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type |
|---|---|
url |
string (uri) |
uuid |
string (uuid) |
name |
string |
description |
string |
created |
string (date-time) |
modified |
string (date-time) |
runtime_state |
string |
catalog |
string (uri) |
cluster |
string (uri) |
project |
string (uri) |
icon |
string (uri) |
project_url |
string (uri) |
default_version |
string |
catalog_name |
string |
versions |
array of strings |
Retrieve
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
rancher_templates_retrieve
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
200 -
| Field | Type |
|---|---|
url |
string (uri) |
uuid |
string (uuid) |
name |
string |
description |
string |
created |
string (date-time) |
modified |
string (date-time) |
runtime_state |
string |
catalog |
string (uri) |
cluster |
string (uri) |
project |
string (uri) |
icon |
string (uri) |
project_url |
string (uri) |
default_version |
string |
catalog_name |
string |
versions |
array of strings |