list_components - Data Stream Architecture

Teradata Data Stream Architecture (DSA) User Guide

Product
Data Stream Architecture
Release Number
16.10.01
Published
November 2017
Language
English (United States)
Last Update
2018-04-17
dita:mapPath
fyx1509665931452.ditamap
dita:ditavalPath
3150_DSA_UG_1610.ditaval.ditaval
dita:id
B035-3150
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.
true
n|name Name
[Optional] The name of the BAR component. The name must be unique.
component1
s|system System
[Optional] Filter components based on the associated Teradata system. This applies only to node components.
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
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.