cloneComponentInstance

post

/ccadmin/v1/componentInstances/clone

Clone a new instance for a component.

Request

Supported Media Types
Body ()
Request body for cloneComponentInstance endpoint.
Root Schema : cloneComponentInstance_request
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

The response returned upon successfully cloning a component instance.
Body ()
Root Schema : cloneComponentInstance_okResponse
Type: object
Show Source
Nested Schema : component
Type: object
The associated component.
Show Source
Nested Schema : configuration
Type: object
Details of any configuration for this component instance.
Show Source

404 Response

The error response returned when ID value is not recognised.
Body ()
Root Schema : cloneComponentInstance_doesNotExistResponse
Type: object
Show Source
Back to Top