Creates a clone of the specified cluster profile
POST/v1/clusterprofiles/:uid/clone
Creates a clone of the specified cluster profile
Request
Path Parameters
uid stringrequired
Cluster profile uid
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
metadata
object
Cluster profile clone metadata
namestringrequired
Cloned cluster profile name
target
object
Cluster profile clone meta input entity
projectUidstring
Cloned cluster profile project uid
scopestringrequired
Possible values: [system
, tenant
, project
, resource
]
versionstring
Cloned cluster profile version
Responses
- 201
Created successfully
Response Headers
AuditUid
string
Audit uid for the request
- application/json
- Schema
- Example (from schema)
Schema
uidstringrequired
{
"uid": "string"
}
Loading...