ResetToFactorySettings

This method reverts the SRA image's configuration to its factory settings. Any changes to the configuration made since the image was loaded into docker will be lost.

Synopsis

void resetToFactorySettings(String imageId)
imageId
is the docker image id of the source image. It can be either in the [REPOSITORY:[TAG]] format or in the canonical sha256 format.

Faults

  • CannotExecuteDockerCommand
  • DockerCommandFailed
  • DockerImageDoesNotExist
  • RuntimeFault
  • SraOperationsDisabled
For more information about the faults, see Faults in Site Recovery Manager Appliance Management API.