Hello everyone,
I have Solarwinds HCO and one of the features is NCM, which allows me to manage/view/change device configurations. Some devices have a preconfigured device template in Solarwinds, but I realised that Sophos does not. So I need to create a customised XML template for Sophos and be able to use these NCM features.
I looked in the Sophos documentation files for some commands that I can include in the "Value" part, but unfortunately I couldn't find all the commands and I don't know if it's possible.
Can you see if you can help me?
Here is the Template XML
<Commands>
<Command Name="RESET" Value="RESET"/>
<Command Name="Reboot" Value="restart"/>
<Command Name="EnterConfigMode" Value=""/>
<Command Name="ExitConfigMode" Value=""/>
<Command Name="Startup" Value=""/>
<Command Name="Running" Value=""/>
<Command Name="DownloadConfig" Value=""/>
<Command Name="UploadConfig" Value=""/>
<Command Name="DownloadConfigIndirect" Value=""/>
<Command Name="UploadConfigIndirect" Value=""/>
<Command Name="DownloadConfigIndirectSCP" Value=""/>
<Command Name="UploadConfigIndirectSCP" Value=""/>
<Command Name="EraseConfig" Value=""/>
<Command Name="SaveConfig" Value=""/>
<Command Name="Version" Value=""/>
<Command Name="Disconnect" Value=""/>
</Commands>
</Configuration-Management>
This thread was automatically locked due to age.