Create a probe activity
Create an activity that runs a probe on the target host that is configured to return specific information..
Avant de commencer
Role required: activity_creator or workflow_admin
Pourquoi et quand exécuter cette tâche
For instructions on using the activity template process flow, see create custom activities.
Procédure
Que faire ensuite
- Use auto-mapping to generate outputs and parsing rules
- If you do not use auto-mapping, you can manually create output variables and create parsing rules
Probe template execution parameters
You use execution parameters to create the input process script in the Pre Processing form.
For descriptions of the command fields, see Configure the Probe execution command.
Remarque :
You must use the
executionParam. prefix with all variables in
this table.| Name | Variable | Type | Usage |
|---|---|---|---|
| Probe | probe | Reference | The sys_id of the MID Server probe. |
| Source | source | String | Intended target host |
| Parameters | parameters | Array of JS object | Array of JavaScript objects, expressed with the
executionParam. prefix. To add more name-value pairs to the
parameters array, append them to the existing array.
Create a JavaScript object with the following syntax, and add it to the
executionParam.parameter array. This assigns additional
parameters to the
message: |
| MidCapabilities | midCapabilities | String (comma separated) | List of required MID server capabilities. |
| ValueCapabilities | valueCapabilities | Array of hashmap | Capability values used to select the MID Server. For more information, see
MID Server capabilities. If there are additional capabilities that are assigned by value, use this
example to customize the MID Server
selection: |
Probe template post-processing parameters
Use these parameters to create a post-processing script.
| Name | Variable | Type | Usage |
|---|---|---|---|
| Payload | payload | String | Contains raw payload returned from the probe. |
| Output | output | String | Contains output data returned from the probe. |
| EccSysId | eccSysId | String | Contains the reference ID associated with the ECC Queue input message. |
Configure the Probe execution command
Use the input variables you created to configure the command that Orchestration executes on the target.
Avant de commencer
Role required: activity_creator, admin
Remarque :
You can test the activity connection between the
MID Server and the target without having to run the acvitity in a workflow context.
For details, see test
template outputs.