This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

How to Add VIM Host from SDK or API?

Hello is there a way to add VIM host from SDK or API?

I have seen on the SWQL studio that the Orion.VIM.Hosts entity does not support "Create"

I have searched a way to add it trouhg discovery using the CreateVulPluginConfiguration but it only import the node in NPM not in VIM

I also tried to add the node through Orion.Node and setting the EntityType to Orion.VIM.Hosts but it does not work either

So if anyone has already been doing this or have work around to help please 

  • The issue was in the pluginconfiguration xml this one solved it:

     <PluginConfigurations>
    
        <PluginConfiguration>
    
            <PluginConfigurationItem>$coreCfgText</PluginConfigurationItem>
    
            </PluginConfiguration>
    
        <PluginConfiguration>
    
            <PluginConfigurationItem>$vimCfgText</PluginConfigurationItem>
    
        </PluginConfiguration>
    
    </PluginConfigurations>