How Can We Help?
Table of Contents
FenixDFA Data Collected
There are three types of data structures that are collected from backup software.
1. Job Session
This is basically the session opened in some operation performed by the backup tool, and there may be more than 1 session for the same operation.
Name | Description |
PolicyName | Policy Name |
Status | Job Status, i.e, Success, Failed,… |
StartTime | Job Start Time |
EndTime | Job End Time |
Size | Size of data transferred from the session in bytes |
SessionId | Session ID generated by the backup tool. |
Level | Incremental, full, differential, transactional, not_defined |
ExpirationAt | Date until which the data is valid “retention” |
Type | Backup, archive, replication, copy, verify and restores |
2.Policy
Used to link the policy to sessions imported to the panel through the collection agent.
Name | Description |
PolicyName | Policy Name from backup tool |
AssetName | Server, copy repository, virtual machine… |
3. Restore Evidence
We also import the restoration evidence so that it can be viewed through the panel that the backup is valid.
Name | Description |
SessionId | Session ID generated by the backup tool. |
StartTime | Job Start Time |
EndTime | Job End Time |
Status | Job Status, i.e, Success, Failed,… |
Size | Size of data transferred from the session in bytes |