Downloads the specified cluster profile
GET/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" ]
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
 
Downloads cluster profile export file
Response Headers
Content-Disposition string
- application/octet-stream
 
- Schema
 
Schema
- string binary
 
Loading...