plugin_proval_control_session_status
Purpose
This document holds the current ConnectWise Control agent online status for each agent in the Control Portal.
Dependencies
- EPM - Data Collection - Script - Get - CW-ControlAPI - Online Status
- EPM - Data Collection - Dataview - Agent online status check CWC to CWA
- EPM - Data Collection - Solution - Get - CW-ControlAPI - Online Status
Tables
plugin_proval_control_session_status
Column | Type | Explanation |
---|---|---|
GUID | VARCHAR(255) | Holds the ConnectWise Control GUID for the computer. (Primary Key) |
Online | TINYINT(1) | Holds the online status of the computer in ConnectWise Control agent. |
LastConnectedDate | DATETIME | Holds the last connected date of the ConnectWise Control agent. |
SCName | VARCHAR(50) | Holds the computer name as displayed in the ConnectWise Control portal for that agent. |