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 -r|repository_replication
Example
list_components -e true -n system1 -t system
list_components -e true -t target_group -r
list_components -t target_group -r -n replication-S3
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
- gcp_app
- network_fabric
- V|virtual
- [Optional] Indicates this is a mapping from a virtual target group to a physical target group.
- r|repository_replication
- Used with type target_group, lists the replication targets.
XML File Example
This command does not support an XML file.