StubTargetUri
The URI to add to stubs that are inserted into the repository using the stub
fetch action. This should specify the URI to a document in a destination repository, or a URI that will redirect to the document. For example, the value of this parameter might point to an application such as OpenText ControlPoint.
The URI can include the following placeholders:
[AUTN_GROUP]
|
The name of a connector group recognized by a Distributed Connector. This is replaced with the text from the <group> element in the stub request XML, or an empty string if no value is provided. |
[AUTN_IDENTIFIER]
|
The full stub identifier. |
[AUTN_IDENTIFIER_R]
|
The reference from the stub identifier. |
[AUTN_IDENTIFIER_S]
|
The source (configuration file section) from the stub identifier. |
[AUTN_IDENTIFIER:XYZ]
|
The value of a single identifier property, XYZ .
|
To indicate that the value of the placeholder should be URL encoded, insert a %
character before the name, for example [%AUTN_IDENTIFIER]
.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | TaskName or FetchTasks |
Example: | StubTargetUri=http://service/redirect?autn_group=[%AUTN_GROUP]&identifier=[%AUTN_IDENTIFIER]
|
See Also: |