-getUpdateStatus
Use this command-line switch to query the statistics for each specific update location managed by the endpoint locally.
OS | Operation |
---|---|
Windows |
|
macOS |
|
Note
For update locations, refer to the -getUpdateLocations
command-line switch.
The RMM SDK Tools will print to stdout three values separated by the | pipe character.
[error code]|[last check/attempt]|[last succeeded time]
Field | Description |
---|---|
error code | The error code returned for check/update for the specified update location. 0 means the last check/update performed on the specified location was successful. |
last check/attempt | Lists the timestamp of the last check/attempt. |
last succeeded time | Lists the timestamp of the last successful update. |
Example
Windows:
eps.rmm.exe -getUpdateStatus Antivirus
macOS:
./eps.rmm -getUpdateStatus Antivirus
stdout output:
1001|1362451082|1362450011