ListTargetsResponse
The response document for the ListTargets method.
- Root element
- BCGPublicAPI
- First child element
- ListTargetsResponse
- First child of ListTargetsResponse
- Targets
- Zero or more children of Targets
- Target element. Contains six elements.
- TargetId An internal numeric ID that identifies the target to the
system
- Description A string describing the target
- ClassName The name of the target class. This is an optional class.
- TransportType Name The transport type
- TargetAttributes A complex type holding zero or more TargetAttribute complex elements, each holding the following elements:
- AttributeName The target attribute's name
- AttributeValue The target attribute's value. This is an optional
value.
- TargetConfigPoints There are three target configuration points: PreProcess,
PostProcess, and SyncCheck. Each of them is represented by a complex
type that holds the following elements:
- ConfigPointName A complex type that holds a Handlers element, which is a complex type that holds zero or more Handler elements, each of which is a complex type that holds three elements:
- ClassName The name of the handler class
- HandlerType The handler type
- HandlerAttributes A complex type that holds zero or more HandlerAttribute elements, each of which is a complex type that holds the
following two elements:
- AttributeName The attribute's name
- AttributeValue The attribute's value. This is an optional element.
