FortiManager CLI Templates and address object
Hi everyone !
I have an issue with FortiManager and CLI Templates.
I have a script and on it an address object target. For example :
config system sdwan
config service
edit 0
set name "RULE1"
set mode sla
set dst "FMG_ADDRESS_OBJECT"
...
if FMG_ADDRESS_OBJECT is not already on my FortiGate (it's a new object only used in this script), the script failed with this error
Post vdom failed: error :131 - datasrc invalid. object: system sdwan service.1:dst. detail: FMG_ADDRESS_OBJECT. solution: datasrc invalid
Is it the normal behavior ?