Rancher Catalogs
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| Core CRUD | ||
| GET | /api/rancher-catalogs/ |
List Rancher Catalogs |
| GET | /api/rancher-catalogs/{uuid}/ |
Retrieve |
| POST | /api/rancher-catalogs/ |
Create |
| PUT | /api/rancher-catalogs/{uuid}/ |
Update |
| PATCH | /api/rancher-catalogs/{uuid}/ |
Partial Update |
| DELETE | /api/rancher-catalogs/{uuid}/ |
Delete |
| Other Actions | ||
| POST | /api/rancher-catalogs/{uuid}/refresh/ |
Refresh |
Core CRUD
List Rancher Catalogs
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
rancher_catalogs_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type |
|---|---|
uuid |
string (uuid) |
url |
string (uri) |
created |
string (date-time) |
modified |
string (date-time) |
name |
string |
description |
string |
catalog_url |
string (uri) |
branch |
string |
commit |
string |
runtime_state |
string |
scope |
string |
scope_type |
any |
Retrieve
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
rancher_catalogs_retrieve
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
200 -
| Field | Type |
|---|---|
uuid |
string (uuid) |
url |
string (uri) |
created |
string (date-time) |
modified |
string (date-time) |
name |
string |
description |
string |
catalog_url |
string (uri) |
branch |
string |
commit |
string |
runtime_state |
string |
scope |
string |
scope_type |
any |
Create
1 2 3 4 5 6 7 8 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | |
- Model Source:
RancherCatalogCreateRequest - API Source:
rancher_catalogs_create
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
| Field | Type | Required |
|---|---|---|
name |
string | ✓ |
description |
string | |
catalog_url |
string (uri) | ✓ |
branch |
string | ✓ |
scope |
string | ✓ |
username |
string | |
password |
string |
201 -
| Field | Type |
|---|---|
uuid |
string (uuid) |
url |
string (uri) |
created |
string (date-time) |
modified |
string (date-time) |
name |
string |
description |
string |
catalog_url |
string (uri) |
branch |
string |
commit |
string |
runtime_state |
string |
scope |
string |
scope_type |
any |
username |
string |
password |
string |
Update
1 2 3 4 5 6 7 8 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | |
- Model Source:
RancherCatalogUpdateRequest - API Source:
rancher_catalogs_update
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required |
|---|---|---|
name |
string | ✓ |
description |
string | |
catalog_url |
string (uri) | ✓ |
branch |
string | ✓ |
scope |
string | ✓ |
200 -
| Field | Type |
|---|---|
uuid |
string (uuid) |
url |
string (uri) |
created |
string (date-time) |
modified |
string (date-time) |
name |
string |
description |
string |
catalog_url |
string (uri) |
branch |
string |
commit |
string |
runtime_state |
string |
scope |
string |
scope_type |
any |
Partial Update
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
- Model Source:
PatchedRancherCatalogRequest - API Source:
rancher_catalogs_partial_update
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required |
|---|---|---|
name |
string | |
description |
string | |
catalog_url |
string (uri) | |
branch |
string | |
scope |
string |
200 -
| Field | Type |
|---|---|
uuid |
string (uuid) |
url |
string (uri) |
created |
string (date-time) |
modified |
string (date-time) |
name |
string |
description |
string |
catalog_url |
string (uri) |
branch |
string |
commit |
string |
runtime_state |
string |
scope |
string |
scope_type |
any |
Delete
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
rancher_catalogs_destroy
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
204 - No response body
Other Actions
Refresh
1 2 3 4 5 6 7 8 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | |
- Model Source:
RancherCatalogRequest - API Source:
rancher_catalogs_refresh
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | |
| Name | Type | Required |
|---|---|---|
uuid |
string (uuid) | ✓ |
| Field | Type | Required |
|---|---|---|
name |
string | ✓ |
description |
string | |
catalog_url |
string (uri) | ✓ |
branch |
string | ✓ |
scope |
string | ✓ |
200 -
| Field | Type |
|---|---|
uuid |
string (uuid) |
url |
string (uri) |
created |
string (date-time) |
modified |
string (date-time) |
name |
string |
description |
string |
catalog_url |
string (uri) |
branch |
string |
commit |
string |
runtime_state |
string |
scope |
string |
scope_type |
any |