back

/getCleanupSchedule

This function will retrieve the cleanup schedule stored in the ProfiSight database.

{
    "command": "/getCleanupSchedule",
    "command_result": {
        "analyzer": {
            "error": false,
            "message": "You can run a capture session or import a capture file",
            "running": false
        },
        "cleanup_schedule": {
            "age_limit": 0
        }
    },
    "errors": false,
    "general_message": ""
}