Hey All,
I'm seeing error code 2621462 returning from the below API call, and I'm not getting the expected number of records back. The ONTAP version is 9.8. Unable to find a kb article around this error code and don't think it's documented in Swagger. I'm sure the answer is going to be to upgrade, but would be good to get confirmation. Any ideas?
"num_records": "220", "_links": { "self": { "href": "/api/gateways/<cluster_uuid>/storage/volumes?fields=clone,create_time,is_svm_root,qos.policy.uuid,qos.policy.name,snapmirror,space,style,svm,tiering&privilege_level=diagnostic" } }, "error": { "message": "SVM \"5\" does not exist. ", "code": "2621462" } }