Purpose
The list_components command lists components defined and stored in the DSC repository. If a specific component is requested, that component definition is displayed. Otherwise, a list of the components matching any provided filters is displayed. Any partial component name returns all components matching the partial input.
The Type parameter is required.
Syntax
list_components -e|-enabled true|false -n|-name Name -s|-system System -t|-type Type
Example
list_components -e true -n system1 -t system
Parameters
- e|enabled Enabled
- [Optional] Filter components based on whether or not they are enabled. This applies only to system and target_group components.
- n|name Name
- [Optional] The name of the BAR component. The name must be unique.
- s|system System
- [Optional] Filter components based on the associated Teradata system. This applies only to node components.
- t|type Type
-
The type of BAR component. Enter one of the following:
- system
- node
- media_server
- nbu_server
- dd_boost
- disk_file_system
- target_group
- azure_app
- aws_app
- NETWORK_FABRIC
- V|virtual
- [Optional] Indicates this is a mapping from a virtual target group to a physical target group.
XML File Example
This command does not support an XML file.