User Tools

Site Tools


Writing /app/www/public/data/meta/ems/remote_system_info_discovery_configuration.meta failed
ems:remote_system_info_discovery_configuration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

ems:remote_system_info_discovery_configuration [2017/05/24 14:02] – created ejoyems:remote_system_info_discovery_configuration [2021/06/25 10:09] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Component Discovery Scripts ======
 +Author: Eoin Joy\\ \\
 +These scripts are used to poll a controller for the possibly neutral host components attached to its various child elements.\\
 +This is executed currently in two places: 1) After a [[ems:topology_discovery|Topology Discovery]]; 2) On Demand from the RemoteSystemInfoDiscovery controller.
 +===== Retrieve Component =====
 +This is the main script of this process, being passed the root element of the site and returning a list of the components found, with their individual parents, types, and logical IDs set.
 +==== Return Value ====
 +//List< Component >// – The list of Component objects that were discovered at the site.
 +==== Inserted Variables ====
 +**networkElement** – //NetworkElement// – The controller that we are discovering the components for.