UpdatesRepository
                                UpdatesRepository                            
                            Detailed information about updates repository
JSON Example
                                    {
    "url": "string",
    "mounted_iso": false,
    "username": "string",
    "password": "string"
}
            
            
                                    string
                
                
            
        
        
                url            
                            Optional
                    Updates repository URL
            
            
                                    boolean
                
                
            
        
        
                mounted_iso            
                            Optional
                    True if the appliance has a mounted ISO for updates. In this case - url, user name and password fields must be null.
            
            
                                    string
                
                
            
        
        
                username            
                            Optional
                    User name for the update repository. If a user name is specified, a password is required as well.
            
            
                                    string
                
                
            
        
        
                password            
                            Optional
                    Password for the update repository. If a user name is specified, a password is required as well.
