getComponentProperty#

Get the value of a property on a component. Property names can be prefixed to specify which set of propertieswill be searched. Unprefixed properties will search custom 'Component Properties' on a component while a propertynamed such as template/propertyName will search the properties inherited from a component templates property definitions.

Format#

udclient [\[global-args...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md) [\[global-flags...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md)
  getComponentProperty [parameters]

Parameters#

Parameter Type Required Description
component string true Name or ID of the component
name string true Name of the property.

Example#

udclient -username jsmith -password passwd 
  -weburl https://myserver.example.com:8443
  getComponentProperty
  -component JPetStore-APP
  -name Prop1

Related REST command: Get the value of a property on a component. Property names can be prefixed to specify which set of propertieswill be searched. Unprefixed properties will search custom 'Component Properties' on a component while a propertynamed such as template/propertyName will search the properties inherited from a component templates property definitions..

Parent topic: CLI Commands