SRA Manager This section describes the interface for managing SRA images and containers in the SRM Configuration Service. GetRunningTaskThis method gets the currently active SRA task or null.GetSraImagesThis method returns a collection of SRA images loaded into the docker daemon of the Site Recovery Manager Virtual Appliance. It returns the ConfigurationTask object that can be used to monitor the operation. ConfigurationTask.getTaskInfo() method returns status information for the current task. ConfigurationTaskInfo.result returns a collection of SraImage objects.DeleteImageThis method stops and then deletes the containers instantiated from the given image, and deletes the image itself. It returns True if the image is deleted, and False if the image does not exist.DeleteImageContainersThis method stops and then deletes the containers which were instantiated from the given image. It returns True if the image's containers are deleted, and False if the image does not exist or if the image does not have containers.GetImageInfoThis method returns the image information as taken from the queryInfo SRA command. Because the docker images are immutable, the queryInfo SRA command is executed only once, the first time the information is requested. Subsequent calls return a cached value which lives for the duration of the Site Recovery Manager Configuration Service lifetime.CopySraConfigurationThis method copies the SRA configuration from a source image to a destination image.ResetToFactorySettingsThis 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.Parent topic: Logical Usage Order - Site Recovery Manager Appliance Management API