Column Name | Data Type | Description |
collector_id | NUMBER | Foreign key to apt_collector_properties |
context_id | NUMBER | Foreign key to apt_v_afa_context |
file_count | NUMBER | File count from current running collection |
finish_time | DATE | Finish time |
host_id | NUMBER | Foreign key to apt_v_server |
last_file_count | NUMBER | FIle count from last collection |
last_finished_time | DATE | Last time the collection finished |
last_updated | DATE | Date and time last updated |
start_time | DATE | Start time |
status | STRING | U - UNKNOWN, N - RUNNING, C - COLLECTION END, F - COLLECTION FAILED, E - AGGREGATION END, S - AGGREGATION START |