Query: Routers by attributesPurpose: Returns the routers in the input list that match a given attribute name and valuestm_r_router_by_attr_router (IN router_list: LIST OF
ROUTER, IN attr_name: STRING, IN attr_value: STRING,
OUT status: INTEGER)
Query: Routers that are explicitly definedPurpose: Returns from the input list those routers that were explicitly definedstm_r_router_exp_def_router (IN router_list: LIST OF
ROUTER, OUT status: INTEGER)
Query: Routers whose names match a given patternPurpose: Returns all routers whose name matches a given patternstm_r_router_name_of_router (IN pattern: STRING, OUT
status: INTEGER)
Query: Routers resolved by a given external routerPurpose: Returns the routers (internal and external) to which the external routers in the input list are resolvedstm_r_router_res_to_ext_router (IN router_list: LIST
OF ROUTER, OUT status: INTEGER)
Query: Routers whose synonyms match a given patternPurpose: Returns all routers whose synonyms match a given patternstm_r_router_synonym_of_router (IN pattern: STRING,
OUT status: INTEGER)
Query: Unresolved routersPurpose: Returns the unresolved routers in the input liststm_r_router_unresolved_router (IN router_list: LIST
OF ROUTER, OUT status: INTEGER)