Resource
From ControlTier
The Resource type is the root type of the ControlTier types.
Definition
Metadata
Each Resource is described with this fields:
- name: a symbolic name of the setting
- description: description of the node's role or function
- type: the resource type
- referrers: Parent resources (see Assembly)
Querying
You can also use the ProjectBuilder find-resources command to query with criteria:
ctl -p project -m ProjectBuilder -c find-resources -- -type Resource
