Copy Environment Configurations
Facets Deployment Controller API: PUT endpoint to copy environment configurations from a source cluster to a destination cluster by cluster ID.
Authorization
sec0 In: header
Path Parameters
The unique identifier of the destination cluster where configurations will be copied to. This ID should match your cluster's registry format (e.g: "62fcbf147ceed10101b3d6af")
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
text/plain
text/plain
curl -X PUT "https://facetsdemo.console.facets.cloud/cc-ui/v1/clusters/string/copy-configurations" \ -H "Content-Type: application/json" \ -d '{}'"""{\n Created\n}""{\nUnauthorized\n}"""""Copy Configurations
Facets Deployment Controller API: cluster copy-configurations endpoint group, used to copy environment configurations from a source cluster to a destination.
Deployments
Facets Deployment Controller API: cluster deployment endpoints to trigger a full release and to run selective release recipes for an environment.