CopyRepository
Copies an existing repository. If the destination name already exists, it is overwritten with the source repository.
Example
To copy the NT repository to a new repository named NTNew:
http://localhost:3057/action=CopyRepository&repository=NT&CopyToRepository=NTNew
Parameters
The following action parameters are required.
| Parameter | Description | Required |
|---|---|---|
| CopyToRepository | The destination repository to create. | Yes |
| Repository | The source repository to copy. | Yes |
This action accepts the following standard ACI action parameters.
| Parameter | Description |
|---|---|
| ActionID | A string to use to identify an ACI action. |
| FileName | The file to write output to. |
| ForceTemplateRefresh | Forces the server to load the template from disk. |
| Output | Writes output to a file. |
| ResponseFormat | The format of the action output. |
| Template | The template to use for the action output. |
| TemplateParamCSVs | A list of variables to use for the specified template. |