Hi All ,
We have activeiq unified manager named test_activeiq and multiple clusters one of the cluster UUID is uuid-123
Now when I’m running command as below -
Curl -k -X GET “https://test_activeiq:443/api/v2/datacentr/svm/svms” -H “accept:application/json” -H “Authorization:Basic avabababa=“
I get output for all svms for all Netapp cluster but when I take UUID of cluster and do
Curl -k -X GET “https://test_activeiq:443/api/v2/datacentr/svm/svms/cluster_UUID” -H “accept:application/json” -H “Authorization:Basic avabababa=“
I get error Http/1.1 400 bad request or some other 40X range error
How can I solve this