Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Current status of all subscribed monitors, and CRUD operations.
External DocumentationTo learn more, visit the MxToolbox documentation.

Parameters

ParameterDescription
NameFilter monitors by name.
TagFilter monitors by tags.

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

List Monitors with Mxtoolbox and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop