Skip to main content

Get Monitor

Get details of a monitor.

External Documentation

To learn more, visit the MxToolbox documentation.

Parameters

ParameterDescription
Monitor UIDThe ID of the monitor to get details of.

Example Output

{
'MonitorUID' : '',
'ActionString' : '',
'LastTransition' : new Date(),
'MxRep' : '',
'HistoryUrl' : '',
'Name' : '',
'TimeElapsed' : '',
'RecordCount' : '',
'LarUID' : '',
'Tags' : [
{'Name' : '',
{'UID' : ''},
{'IsHidden' : false},
{'IsNegative' : false},
{'MonitorCount' : 0},
],
'Failing' : [
{'ID' : 0},
{'Name' : ''},
{'Info' : ''},
{'Url' : ''},
],
'Warnings' : [
{'ID' : 0},
{'Name' : ''},
{'Info' : ''},
{'Url' : ''},
]
}

Workflow Library Example

Get Monitor with Mxtoolbox and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop