Hello everyone, 
I have just installed (with lot of problems on the way 🙂  OnCommand API Services. 
I have added a single cluster for tests. 
When I try to get the list of clusters with 
 
https://IP:8443/api/5.0/ontap/clusters
I'm getting response with empty list
 
 
<apiServerResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="">
<status>
<code>SUCCESS</code>
</status>
<result>
<total_records>0</total_records>
</result>
</apiServerResponse>
 
 
 
 
however if I try to get 
https://IP:8443/api/1.0/admin/storage-systems
I'm getting this single cluster without any issue. 
What am I doing wrong?