CONTAP-85748: Firmware update details were not displaying with GET/cluster/firmware/history
Issue
After updating the FW version from ontap the restapi "GET/cluster/firmware/history" should be displaying details of the recent update.
But output displayed is:
GET https://172.16.80.21/api/cluster/fir...story?fields=*
or
GET https://172.16.80.21/api/cluster/firmware/history
------------------------------------------------
{
"records": [],
"num_records": 0,
"_links": {
"self": {
"href": "/api/cluster/firmware/history?fields=*"
}
}
}
-------------------------------------------------