Returns the custom cloud type bootstrap
GET/v1/clouds/cloudTypes/:cloudType/content/bootstrap
Returns the custom cloud type bootstrap
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...