LogicMonitor

nocrash_refresh_watch

Force a fresh check of a watched item now instead of waiting for the next scheduled poll. Shares the dashboard refresh cooldown — 60-second wait between refreshes and a 10-per-hour ceiling per connection. Push-based watches (JS snippet) update on their own when data arrives and can't be refreshed on demand. The refresh runs asynchronously, so the new status appears on the item a few seconds later.

Remote nocrash/monitor

Remote (network-hosted)

Other tools also called nocrash_refresh_watch? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "watch_id": {
      "type": "string",
      "description": "The watch ID (e.g., mon_a1b2c3d4e5f6)"
    }
  }
}