To invoke the Drilled-Down display directly, add the following parameters.
http://Host name for operation management client/SSQC/XXX.html?mode=drilldown[&type=TARGET_TYPE&name=TARGET_NAME] |
The "XXX" part of the URL is a user name that has been registered with the Admin Console.
To enter user names, first make basic authentication settings for each user by referring to "How to Set Up Basic Authentication for Operation Management Clients" in the Installation Guide.
Parameter
The meaning of each parameter is explained in the following table.
Parameter name | Meaning |
---|---|
mode | Specifies the function to be invoked. When invoking the Drilled-Down view, this parameter is fixed as "drilldown". |
type | Specifies the type and name (display name) of the target to be displayed. |
name | These two parameters are specified together as a set. The following types can be specified: "SystemGroup" "ProxyManager" "Agent" Point "name" cannot specify some characters (such as #, ?, +, \ and $) in an URL directly. Use URL encoding to specify any of these characters. Note If "SystemGroup", "ProxyManager" or "Agent" is specified for "type", and if the object corresponding to the display name specified for "name" does not exist, the following message will be displayed in the lower part of the Summary tree of the Console from which the view was invoked: "The node selected is not exist." |
The content invoked by each parameter differs according to the extent of the specification.
The following table lists the various parameter combinations.
Invoked content | mode | type | name |
---|---|---|---|
Drilled-Down display | Yes | No | |
Drilled-Down display status target | Yes | Yes |
Example of Drilled-Down display invocation
If only the "mode" parameter is specified, the Console will start up with the Drilled-Down display function selected.
[Sample URL entry for invocation]
http://client_host/SSQC/User1.html?mode=drilldown |
[Sample startup window]
Example of Drilled-Down display target invocation
When the "mode" and "type/name" parameters are specified, the Console will start with the targets selected in the Drilled-Down tree.
After the Console has started, Drilled-Down display content can be displayed simply by selecting detailed parameters.
[Sample URL entry for invocation]
http://client_host/SSQC/User1.html?mode=drilldown&type=Agent&name=Agent_C |
[Sample startup window]