Ask The Experts

API that shows if initiator is logged in or not?

Fambo
2,160 Views

Is there an API call that would show if an initiator is logged in or not. Similar to the CLI command igroup  show -instance 

parnetappcl::> igroup show -instance
Vserver Name: parnas_uat
Igroup Name: fclun1_igroup
Protocol: fcp
OS Type: windows
Portset Binding Igroup: -
Igroup UUID: f39ba2b1-3ab0-11e9-9efa-00a098c4bd4a
ALUA: true
Initiators: 01:02:03:04:0a:0b:0c:0c (not logged in)
01:02:03:04:0a:0b:0c:0d (not logged in)

1 ACCEPTED SOLUTION

aattar
2,101 Views

Hi Fambo,

 

Thanks for reaching out to NetApp.

 

We do have an API igroup-get-iter which provides the information about the igroup. Kindly refer to this link for more details.

The available API's are 

igroup-add
igroup-bind-portset
igroup-create
igroup-destroy
igroup-get-iter
igroup-lookup-lun
igroup-remove
igroup-rename
igroup-set-attribute
igroup-unbind-portset

 

 

View solution in original post

1 REPLY 1

aattar
2,102 Views

Hi Fambo,

 

Thanks for reaching out to NetApp.

 

We do have an API igroup-get-iter which provides the information about the igroup. Kindly refer to this link for more details.

The available API's are 

igroup-add
igroup-bind-portset
igroup-create
igroup-destroy
igroup-get-iter
igroup-lookup-lun
igroup-remove
igroup-rename
igroup-set-attribute
igroup-unbind-portset

 

 

Public