Returns the custom cloud type cluster template
GET/v1/clouds/cloudTypes/:cloudType/content/templates/clusterTemplate
Returns the custom cloud type cluster template
Request
Path Parameters
cloudType stringrequired
Unique cloud type
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
(empty)
- application/json
- Schema
- Example (from schema)
Schema
yamlstring
custom cloud type content
{
"yaml": "string"
}
Loading...