Parameter | Description |
---|---|
Command | Your supertool lookup command. |
Command Argument | Your supertool command arguments. The value to lookup. |
{
'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' : ''},
]
}
Was this page helpful?