Bug ID 1451181: The Rest API call to list core files returns 500 error when no core files found.

Last Modified: Jun 30, 2025

Affected Product(s):
F5OS F5OS-A, F5OS-C, Velos(all modules)

Known Affected Versions:
F5OS-A 1.5.0, F5OS-A 1.5.1, F5OS-A 1.5.2, F5OS-A 1.5.3, F5OS-A 1.7.0, F5OS-C 1.6.0, F5OS-C 1.6.1, F5OS-C 1.6.2

Fixed In:
F5OS-A 1.8.0

Opened: Dec 13, 2023

Severity: 3-Major

Symptoms

The ConfD List Core Files Rest API call request returns a 500 ERROR when no core files are found rather than returning an empty list. Example: https://10.10.10.1:8888/restconf/data/openconfig-system:system/f5-system-diagnostics-qkview:diagnostics/f5-system-diagnostics-qkview:core-files/f5-system-diagnostics-qkview:list

Impact

Limited, but may affect automation.

Conditions

1. No core files exist on the system. 2. The Rest API for querying the list of core files is made.

Workaround

Automation can respond to 500 error.

Fix Information

Instead of responding with a 500 error, the response is now "none" when no core files exist.

Behavior Change

Guides & references

K10134038: F5 Bug Tracker Filter Names and Tips