HouseKeeping
- 1 Minute to read
- Print
- DarkLight
- PDF
HouseKeeping
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Carries out system housekeeping activities
Key | Value(s) | Description |
---|---|---|
method | "HouseKeeping" | Carries out system housekeeping activities |
action | "PURGENOTIFICATIONS" "PURGESCRIPTHISTORY" "PURGEENGINEERINGHISTORY" "PURGEEXPORTHISTORY" "PURGEALL" |
|
days | "N" | Optional. Interval in days. Default = 14 |
Caution
Housekeeping will permanently delete items from the server - there is no way to recover deleted history
{
"method": "HouseKeeping",
"action": "PURGENOTIFICATIONS",
"days": "10",
"project": "houseKeeping_project"
}
The following can be used to retrieve details of script history:
{
"method": "GetSysInfo",
"infoType": "Scripts"
}
Was this article helpful?