I have one ML Box lets say abc
I have attached below mentioned hosts to abc
abc1
abc2
abc3
abc4
abc5
Only abc1,abc2 and abc5 can access Manage (8002 port) app server.
I mean beow mentioned are the correct ones
abc1:8002
abc2:8002
abc5:8002
If we try to access abc3:8002
or abc4:8002
we'll get error.
Is there any way or API which can get me all the hosts having access to 8002 port
In the above example output will be abc1,abc2 and abc5