ONTAP System Manager does not show SAN Initiator Groups
Applies to
ONTAP System Manager
Issue
- Admin or any other user with sufficient rights gets the empty SAN Initiator Groups list

- Corresponding API gives no data back in the answer (API which is getting the data from ONTAP)
API
https://cluster-ip-or-name/api/protocols/san/igroups?return_timeout=120&fields=*%2Clun_maps&order_by=name&max_records=20
{
"records": [
],
"num_records": 0,
"_links": {
"self": {
"href": "/api/protocols/san/igroups?return_timeout=120&fields=*%2Clun_maps&order_by=name&max_records=20"
}
}
}