Returns the custom cloud type cloud provider
GEThttps://api.spectrocloud.com/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"
}
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X GET 'https://api.spectrocloud.com/v1/clouds/cloudTypes/:cloudType/content/cloudProvider' \
-H 'Accept: application/json' \
-H 'ApiKey: <API_KEY_VALUE>'