What kind of data is collected by the ARP/AI Diagnostic Tool?
Applies to
- ONTAP 9.16.1RC1 or later (ARP/AI is enabled)
Answer
The ARP/AI Diagnostic Tool is designed to be executed within customer environment to only collect file metadata such as non-PII file attributes as shown in the table below.
| Field | Type | Description |
|---|---|---|
| label | string | Label for the submitted file |
| filename | string | Filename only, excluding parent directory structure |
| file_extension | string | Extension detected from the filename |
| file_size | long | Size of the file in bytes |
| parent_dir | string | Path to the parent directory of the file |
| last_modified | long | Epoch time when the file was last modified (in seconds) |
| mime | string | Nature of the file as detected by a MIME extractor |
| header_bytes | array of integers | Contains the first 128 bytes of a binary file. Left empty for text files |
| ent_blocks | integer | Number of blocks analyzed in the file |
| ent_compute_size | integer | Compute size for entropy |
| ent_values | array of numbers | Array of up to 256 entropy values extracted from blocks of the file |
| ep_sig | array of numbers | Array of 64 numbers containing a signature of the header |
| ep_area | integer | Area under the header signature |
| version | string | Version of the ADL tool that performed the extraction |
Additional Information
