6.8.2 File Name Formats APDE
Note:
This section describes the system generated file names only.In general, APDE generates files with a file name format of:
<directory path>/<name><suffix><ext>
Using an example of the type Events a file name might look like:
export/myserver/Events/Events_20159030-112016-EDT_13.csv.gz.
Note:
Depending on the filtering used when the data was exported to the file management area, a scope may be added to the path. This may include a network element or server group.- Alarms
- Events
- KPI
- Seculog
- Measurements
Note:
The measurements export type is only under the Measurements export type directory. The supported types vary according to the measurements offered by the application.- Alarms_<date-time-tz>_<task id>
- Events_<date-time-tz>_<task id>
- KPI_<date-time-tz>_<task id>
- Seculog_<date-time-tz>_<task id>
- <Measurements> have varying name formats
which include (but not limited to):
- MeasSimple_<date-time-tz>_<task id>
- MeasSimple_<date-time-tz>_<measurement group>_<task id>
- MeasArrayed_<date-time-tz>_<task id>
- MeasArrayed_<date-time-tz>_<measurement group>_<task id>
- <type name>_<date-time-tz>_<task id>
- <type name>_<date-time-tz>_<measurement group>_<task id>
Note:
Task ID uniquely identifies an individual export task and can be correlated to an active task under .By default the <suffix> is csv (comma-separated value).
The file <ext> dictates the compression used and is user defined. The default is gzip. See Remote Servers for details on choosing file compression. Table 6-20 lists the file content types.
Table 6-20 File Name Formats Exports
File Content Type | File Name Common Examples |
---|---|
Exports (APDE) | |
Alarms & Events |
A common example of an events file is: export/<hostname>/Events/Events_<date-time-tz>_<task id>.csv.gz A common example of an alarms file is: export/<hostname>/Alarms/Alarms_<date-time-tz>_<task id>.csv.gz Each of these types are comma-separated value files (csv) compressed using gzip (gz). |
Security Logs |
A common example of a security log file is: export/<hostname>/Seculog/Seculog_<date_time_tz>_<task id>.csv.gz Each of these types are comma-separated value files (csv) compressed using gzip (gz). |
KPIs |
A common example of a KPI file is: export/<hostname>/KPI/KPI_<date-time-tz>_<task id>.csv.gz Each of these types are comma-separated value files (csv) compressed using gzip (gz). |
Measurements |
Many variations of Measurements files exist. Additionally, the user has the ability to optionally add the measurement group name to the file. Some common examples without the measurement group added: export/<hostname>/Measurements/OAM.ALARM/MeasSimple_<date-time-tz>_<task id>.csv.gz export/<hostname>/Measurements/OAM.SYSTEM/MeasSimple_<date-time-tz>_<task id>.csv.gz export/<hostname>/Measurements/OAM.SYSTEM/MeasArrayed_<date-time-tz>_<task id>.csv.gz Some common examples with the measurement group added: export/<hostname>/Measurements/OAM.ALARM/MeasSimple_<date-time-tz>_<measurement group>_<task id>.csv.gz export/<hostname>/Measurements/OAM.SYSTEM/MeasSimple_<date-time-tz>_<measurement group>_<task id>.csv.gz export/<hostname>/Measurements/OAM.SYSTEM/MeasArrayed_<date-time-tz>_<measurement group>_<task id>.csv.gz Each of these types are comma-separated value files (csv) compressed using gzip (gz). |
Note:
It is recommended that policies be developed to prevent overuse of the storage area. These might include a procedure to delete files after transferring them to an alternate location using the data export feature. See Remote Servers for details of the feature.