...
Table of Content Zone | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||
Component NodeThe Component node is used to create reusable front end web components. This node, as well as the Parameters node, is called by the Endpoint node and must be configured to create front end components. You can import pre-programmed sample Component nodes from the library. See Creating Custom DTP Widgets Using Extension Designer for details. Parameter NodeThe Parameters node is used to create reusable front end web components. This node, as well as the Component node, is called by the Endpoint node and must be configured to create front end components. You can import pre-programmed sample Parameters nodes from the library. See Creating Custom DTP Widgets Using Extension Designer for details.
Endpoint NodeThe Endpoint node exposes a service endpoint that encapsulates all the functionality necessary to create a full-stack web component. The Endpoint node references the Component and Parameters nodes, which must be configured for this node to function. You can implement multiple instances of the same flow when in your services, but if your flows contain Endpoint nodes, then the UUID for each node must be different. Otherwise, only the first instance of the flow will be read. You can manually change the UUID or delete it and re-save the node with an empty UUID field. Saving the empty field will generate a new UUID unique to that instance. You can configure the Endpoint node to expose the following types:
Profile Search NodeThe Profile Search node gathers model profiles to be used in the flow. You can perform finer searches by specifying additional search parameters in the Additional attributes section. If a report schema has additional attributes assigned to it, then individual report profiles can be found by adding key/value pairs to the additional search parameters which match those additional attributes. The key/value pairs created in this area can also mustache values ({{property}}) from the msg object that is passed to the node. DTP REST API Node
This general-purpose node makes request to the DTP REST API. See Using DTP REST APIs for information about endpoints in DTP. There may be instances in which a DTP REST API node shows a persistent "requesting" message. Check the <SERVICE_UUID>.log or main.log file in the $DTPthe DTP Server Info NodeThis node gathers the DTP server information set in the configuration page (see DTP Enterprise Pack Configuration). DTP Store Metrics NodeThis node allows you to define a new metric type and send the new metric results to DTP in order to store custom metrics. Get User NodeThis node gets DTP user information. Database NodeThis node allows you to interact with the Enterprise Pack database. You can use the node to persist data across flow invocations and service restarts. Event In NodeThis node is used to subscribe to MQTT events from the event broker. Event Out NodeThis node publishes an event. Mail NodeThis node can send emails using the SMTP mail server defined in the SMTP Settings. i18n NodeThis node stores localization information. Function NodeThe function node is not a Parasoft-specific node, but it is an important part of nearly every flow. You can write your own logic for your flow by adding JavaScript to the node. The function node is in the function palette. The node is pre-loaded with useful libraries:
Click on the following link to learn more about the function node: https://nodered.org/docs/writing-functions. |
...