Break a mirror

Break a mirror to remove the relationship between mirrored vaults.

The relationship cannot be reestablished. The vaults and object data are not deleted.

Note: The Break Mirror API replaces the Delete Mirror API. The Break Mirror API's functionality is equivalent to the Delete Mirror API.

Request

Security

Table 1. Roles capable of executing the Break Mirror (breakMirror) API method
Any Super User System Admin Security Admin Operator
  superUser systemAdmin    

HTTP method

POST /manager/api/{apiResponseType}/1.0/breakMirror.adm HTTP/1.1 Host:{manager.dsnet} vaultId={vaultIDnumber}&id={objectIDnumber}&password={password}

Curl method

curl -u {admin}:{password} -k 'https://{manager.dsnet}/manager/api/{apiResponseType}/1.0/breakMirror.adm' -d 'vaultId={vaultIDnumber}&id={objectIDnumber}&password={password}'

Parameters

Table 2. Request Parameters for Break Mirror (breakMirror) API method
Parameter Type Usage Default Description
vaultId long    

The id of a vault contained in this mirror. This vault will be renamed to match what the mirror was named, and it will be deployed to the same set of access pools to which the mirror was deployed.

id long    

Manager-generated ID of the object to delete.

password string    

Password of the user making the request