Copy Configuration
Configuration from the given storage replication adapter is copied over to a specified storage replication adapter.
Any currently running operations affecting storage arrays controlled by the storage replication adapter will be interrupted. This includes but is not limited to, Recover, Test, Cleanup, and Reprotect.
This operation overwrites the configuration of the target storage replication adapter and all its customizations will be lost.
Repository tag ID of the source storage replication adapter.
Repository tag ID of the target storage replication adapter.
{
"value": "string"
}
The string representation of a data.
Configuration of storage replication adapter successfully copied.
Bad request - the server could not understand the request due to invalid syntax or invalid request body content
{
"error_code": "string",
"message": "string",
"op_id": "string"
}
The code of the error.
The message of the error.
The ID of the operation.
Unauthorized - the client must authenticate itself to get the requested response
Forbidden - not sufficient access rights to fulfill the request
{
"error_code": "string",
"message": "string",
"op_id": "string"
}
The code of the error.
The message of the error.
The ID of the operation.
Internal server error - unexpected condition prevents fulfilling the request
{
"error_code": "string",
"message": "string",
"op_id": "string"
}
The code of the error.
The message of the error.
The ID of the operation.