Template - getFullyResolvedPropertyValue
Template - getFullyResolvedPropertyValue
Description :
This command returns the fully resolved value of a given property in a given template. To get a nested property value, use the format: PROP1.PROP2.PROP3.
Return type : String
Command Input :
Variable Name | Variable Type | Description |
---|---|---|
templateGroupName | String | Name of the template group. |
templateName | String | Name of the template. |
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 TEMPLATE_PROP. TEMPLATE_PROP is a property of a template named testTemplate in template group tstTemplateGroup:
Script
blcli Template getFullyResolvedPropertyValue /tstTemplateGroup testTemplate TEMPLATE_PROP.SUB_PROP
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*