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.
Request
Security
| 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
| 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 |
Response
Returns success or failure status.
JSON response example
Default JSON success or failure response that is shown in Default JSON success response and Default JSON failure response.
Parameters
None other than the default response parameters shown in Common response parameters.