/clusters/{clusterName}/hostTemplates/{hostTemplateName}
Mount Point: /api/v18/clusters/{clusterName}/hostTemplates/{hostTemplateName}
The following operations are supported on this resource:
GET
Retrieves information about a host template.
Available since API v3.
Parameters
name | description | type | default |
---|---|---|---|
hostTemplateName | (no documentation provided) | path | |
clusterName | (no documentation provided) | path |
Response Body
element: | hostTemplate |
The requested host template.
PUT
Updates an existing host template.
Can be used to update the role config groups in a host template or rename it.
Available since API v3.
Parameters
name | description | type | default |
---|---|---|---|
hostTemplateName | Host template with updated fields. | path | |
clusterName | (no documentation provided) | path |
Request Body
element: | hostTemplate |
(no documentation provided)
Response Body
element: | hostTemplate |
The updated host template.
DELETE
Deletes a host template.
Available since API v3.
Parameters
name | description | type | default |
---|---|---|---|
hostTemplateName | Host template to delete. | path | |
clusterName | (no documentation provided) | path |
Response Body
element: | hostTemplate |
Deleted host template.