Imports a cluster profile via file
POST/v1/clusterprofiles/import/file
Imports a cluster profile via file
Request
Query Parameters
publish boolean
If true then cluster profile will be published post successful import
format string
Possible values: [yaml
, json
]
Default value: json
Cluster profile import file format ["yaml", "json"]
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- multipart/form-data
Body
importFilebinary
Cluster profile import file
Responses
- 201
Created successfully
Response Headers
AuditUid
string
Audit uid for the request
- application/json
- Schema
- Example (from schema)
Schema
uidstringrequired
{
"uid": "string"
}
Loading...