Returns the custom cloud type controlPlane pool template
GET/v1/clouds/cloudTypes/:cloudType/content/templates/controlPlanePoolTemplate
Returns the custom cloud type controlPlane pool 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...