RESTAPI returns inconsistent_old_data when querying /api/cluster
Applies to
- ONTAP 9
- RESTAPI
Issue
- From time to time, query against /api/cluster returns "inconsistent_old_data" for the metric status:
{
"name":"cluster1",
"uuid":"71541fb0-c810-11ed-897a-d039ea9f2eb7",
"version":{
"full":"NetApp Release 9.12.1P2: Wed Apr 05 19:57:43 UTC 2023",
"generation":9,
"major":12,
"minor":1
},
"metric":{
"status":"inconsistent_old_data"
},
"_links":{
"self":{
"href":"/api/cluster"
}
}
}