Docs

Copy Environment Configurations

PUT
/cc-ui/v1/clusters/{clusterId}/copy-configurations
AuthorizationBasic <token>

In: header

Path Parameters

clusterId*string

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}"
""
""