Hello Experts,
I am new to NetApp api. My cluster is on NetApp Release 9.5P6. Running a curl api query against this cluster gives me "API not found" error. Why is that so since I am using admin user to authenticate ? Does API needs to be enabled separately.
curl -X GET -u admin:password -k 'https://xx.xx.xx.xx/api/storage/volumes'
{
"error": {
"message": "API not found",
"code": "3"
}