Hi, I want to change my custom reports time frame just before executing them, using the XML API. Here is how I proceed: Modify the <start-time> and <end-time> using a "action=edit" API request Pull the results out my report with a "type=report&reporttype=custom" API request The first step works fine, I see the time frame modification in the web interface and the config logs. But when I pull the results, the new time frame is not taken into account. It seems that the "running config" time frame is used, instead of the one in the "candidate config". How can I manage to make it work without doing a commit ? Regards, Adrien
... View more