list_components - BAR - Data Stream Architecture - Use the list_components command to list components defined and stored in the DSC repository. Learn more here.

Teradata® DSA User Guide

Product
BAR
Data Stream Architecture
Release Number
16.20
Published
November 2019
Language
English (United States)
Last Update
2019-11-27
dita:mapPath
xfr1514490991957.ditamap
dita:ditavalPath
3150_DSA_UG_1650-working-RR-new.ditaval
dita:id
B035-3150
lifecycle
previous
Product Category
Software
Teradata Tools and Utilities

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.
Example:  true
n|name Name
[Optional] The name of the BAR component. The name must be unique.
Example:  component1
s|system System
[Optional] Filter components based on the associated Teradata system. This applies only to node components.
Example:  system1
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
Example:  system
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.