8-8 geturllink, 8-9 modifydebuglevel, Table 4-94 geturllink command parameters – HP XP Command View Advanced Edition Software User Manual
Page 207

Command line interface commands
207
4-8-8 GetURLLink
GetURLLink gets any or all URLLink objects in the Device Manager server (see
A user to whom a user-defined resource group is assigned can specify the allowed XP Command
View AE object.
Table 4-94
GetURLLink command parameters
Parameter Name
Status
Description
objectid
Optional
The object ID of the URLLink object to be returned
You can omit this parameter when using the linkedid parameter to
return all URLLink objects; do not use the linkedid parameter with the
objectid
parameter. Specify the objectID obtained from another CLI
response. The value is encoded by the CLI.
linkedid
Optional
The object ID of the linked object
All links to this object are returned.
You can omit this parameter when using the objectid parameter to
return all URLLink objects; do not use the linkedid parameter with the
objectid
parameter. Specify the objectID obtained from another CLI
response. The value is encoded by the CLI.
Command execution example 1:
hdvmcli GetURLLink -o "D:\logs\XP1024 GetURLLink.log" "objectid=*****"
*****
: The value is encoded by the CLI.
Command execution result 1:
RESPONSE:
An instance of URLLink
objectID=*****
name=AUTO
url=192.168.99.AA
description=xxxxx
linkedID=*****
*****
: The values are encoded by the CLI.
Command execution example 2:
hdvmcli GetURLLink -o "D:\logs\XP1024 GetURLLink.log" "linkedid=*****"
*****
: The value is encoded by the CLI.
Command execution result 2:
RESPONSE:
An instance of URLLink
objectID=*****
name=AUTO
url=192.168.99.AA
description=xxxxx
linkedID=*****
*****
: The values are encoded by the CLI.
4-8-9 ModifyDebugLevel
ModifyDebugLevel
sets the amount of debugging information generated by the Device Manager
server (see
). The debug level can range from 0 to 4 (0=Full Debugging trace, 1=Basic
Information, 2=Warning, 3=Error, 4=Fatal).