Server - getFullyResolvedPropertyValue
Server - getFullyResolvedPropertyValue
Description :
This command returns the fully resolved value of a given property in a given server. To get a nested property value, use the format: PROP1.PROP2.PROP3.
Return type : String
Command Input :
Variable Name | Variable Type | Description |
---|---|---|
serverName | String | Name of the server. |
propertyName | String | Name of the property whose value you want to get. |
Example
The following example gets the fully resolved property value of the nested property SUB_PROP, which resides in the property SERVER_PROP. SERVER_PROP is a property of a server named engwin2k3serv1:
Script
blcli Server getFullyResolvedPropertyValue engwin2k3serv1 SERVER_PROP.SUB_PROP
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*