I'm looking for a way to set multiple remote syslog destinations. I have found out it is possible to add multiple hosts via semicolon (although it is not covered in official iLO User guide):
However if I put such concatanated hosts through Redfish API call, it fails with 400 - Base.0.10.PropertyValueFormatError. Putting the hosts in JSON array doesn't work either.
Is there any way how to set up multiple syslog destination using automated (agent-less) way? I'm also curious if the feature to put semicolon for more hosts is covered in any documentation?