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