Topology icons
I've been playing around with topology mapping with some success. However, the icons displayed after the map is built are the standard IP and instance icons. I've modified my custom ERI propertysources to try to get them to display something other than these two icons, but the icons never seem to change. According to the LM documentation regarding these icons, I should be able to choose anything from the list:
Has anyone successfully been able to get the map to reflect the icons above? For example, "predef.externalResourceType=AWS EC2" does not appear to do anything. Nor does "LoadBalanceCollector" or "Load Balance Collector", etc. I suspect there is a specific value associated with each of the icons and the value is case-sensitive. However, out of all of the values listed in the image, none have worked for me.
- Anonymous5 years ago
I'm looking for the list that translates, but it's not as simple as setting a property called predef.externalResourceType to that value. If you do that in a property source, you'll just create a property called auto.predef.externalResourceType, which as you've seen doesn't do anything. The output of the propertysource (actually a propertysource of type erisource), should look something like this (you may already be doing this, just covering bases):
{"rawERIs":[{"category":"net.l2","priority":2,"type":"PhysicalServer","value":"b8:27:eb:a6:c2:8b"}]}
Like I said, i'm asking around for what values of "type" correspond to the icons in the image.