This method instructs the server that a specific log bundle is no longer needed by the client that generated it. The server can then safely delete the file.
Calling this method after each call to GenerateSystemLogBundle method helps the server work more efficiently.
Synopsis
void deleteSystemLogBundle(String key)
DeleteSystemLogBundle has the following parameters:
Parameter | Description |
---|---|
key | SystemLogBundleInfo.key returned by a call to generateSystemLogBundle() method. For more information, see GenerateSystemLogBundle. |
Faults
- RuntimeFault
- SystemLogBundleNotFound
For more information about the faults, see Faults in Site Recovery Manager Appliance Management API.