def save(connection, sessionUrl): ''' This method saves the currently loaded configuration file. Args: - connection is the connection object that manages the HTTP data transfers between the client and the REST API - sessionUrl is the address of the session to save the rxf for ''' saveUrl = "%s/ixload/test/operations/save" % (sessionUrl) data = {} performGenericOperation(connection, saveUrl, data)