Run Supertool Lookup
Run lookups using the same engine as SuperTool.
External Documentation
To learn more, visit the MxToolbox documentation.
Parameters
Parameter | Description |
---|---|
Command | Your supertool lookup command. |
Command Argument | Your supertool command arguments. The value to lookup. |
Example Output
{
'UID' : '',
'Command' : '',
'CommandArgument' : '',
'TimeRecorded' : new Date(),
'ReportingNameServer' : '',
'TimeToComplete' : '',
'IsEndpoint' : false,
'HasSubscriptions' : false,
'Failed' : [
{'ID' : 0},
{'Name' : ''},
{'Info' : ''},
{'Url' : ''},
],
'Warnings' : [
{'ID' : 0},
{'Name' : ''},
{'Info' : ''},
{'Url' : ''},
],
'Passed' : [
{'ID' : 0},
{'Name' : ''},
{'Info' : ''},
{'Url' : ''},
],
'Timeouts' : [
{'ID' : 0},
{'Name' : ''},
{'Info' : ''},
{'Url' : ''},
]
}
Workflow Library Example
Run Supertool Lookup with Mxtoolbox and Send Results Via Email
Preview this Workflow on desktop