Downloads the specified cluster profile
GEThttps://api.spectrocloud.com/v1/clusterprofiles/:uid/export/terraform
Downloads the specified cluster profile
Request
Path Parameters
uid stringrequired
Cluster profile uid
Query Parameters
format string
Possible values: [yaml
, json
]
Default value: yaml
Cluster profile export file format [ "yaml", "json" ]
Responses
- 200
Downloads cluster profile export file
Response Headers
- application/octet-stream
- Schema
Schema
string
- curl
- python
- go
- nodejs
- java
- CURL
curl -L 'https://api.spectrocloud.com/v1/clusterprofiles/:uid/export/terraform' \
-H 'Accept: application/octet-stream'