getResourceProperty

Get a resource property

Format

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

Parameters

Table 1. Request parameters
Parameter Type Required Description
resource string true Path or ID of the resource
name string true Name of the property

Example

udclient -username admin -password admin 
  -weburl https://myserver.example.com:8443
  getResourceProperty
  -resource "/My resource"
  -name property1

Related REST command: Get a resource property.


Feedback