Performing an entity smart search across all domains
Use the entity smart search feature to search for an entity across all Network Manager domains.
Before you begin
Note: You can use only the name of the entity when performing an entity smart search across all
Network Manager domains.
About this task
To perform an entity smart search across all Network Manager domains specify the following URL to the Dashboard Application Services Hub:
http(s)://DASH_HOST:DASH_PORT/ibm/console/ncp_structureview/Search.do?
selectEntityName=entityName
where
- DASH_HOST -- Specifies the name of the host computer on which the Dashboard Application Services Hub server was installed.
- DASH_PORT -- Specifies the port number associated with the host computer on which the Dashboard Application Services Hub server was installed.
- entityName -- Specifies the name of the entity
to search across all Network Manager domains.
The entityName is case sensitive as it must match
an existing value in the NCIM database.
You can also specify spaces in the entityName by using the
+
(plus sign) or%20
(percent sign followed by the number 20). For example, the space in the entity name;SM 0001
can be specified as;SM+0001
or;SM%200001
.Note: The URL path is case sensitive (that is, all items in the path are lower case except for the upper caseS
inSearch
). The parameter nameselectEntityName
in the URL specification is also case sensitive.
Procedure
Example
https://dash01.ibm.com:16311/ibm/console/ncp_structureview/Search.do?
selectEntityName=SM00071103
where
dash01.ibm.com
-- Specifies the host name of the computer on which the Dashboard Application Services Hub server was installed.16311
-- Specifies the port number associated with the host computer on which the Dashboard Application Services Hub server was installed.SM00071103
-- Specifies the name of the entity to search across all Network Manager domains.