getResourceTemplateChildren
Get all children or descendants of a resource template
Format
udclient [global-args...] [global-flags...]
getResourceTemplateChildren [parameters]
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
template | string | true | Name or ID of the resource template. If this is a blueprint identified by name rather than ID, a parent application must also be specified using the -application flag. |
application | string | false | Name or ID of the parent application. Required if the template represents an application blueprint identified by name. |
recursive | boolean | false | Get all descendants of the template (not just immediate children). Default is false. |
Example
udclient -username jsmith -password passwd
-weburl https://deployserver.example.com:8443
getResourceTemplateChildren
-template MyResourceTemplate
Related REST command: Get all children or descendants of a resource template.