Skip to main content

Run Supertool Lookup

Run lookups using the same engine as SuperTool.

External Documentation

To learn more, visit the MxToolbox documentation.

Parameters

ParameterDescription
CommandYour supertool lookup command.
Command ArgumentYour 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

Workflow LibraryPreview this Workflow on desktop