getComponentProperty

Get the value of a custom property on a component

Format

udclient [global-args...] [global-flags...]
  getComponentProperty [parameters]

Parameters

Table 1. 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 custom property on a component.


Feedback