Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initiator Path status is not being fetched as part of fc/iscsi initiators get call #348

Open
Pavan-Mudunuri opened this issue Dec 28, 2021 · 2 comments
Labels
ansible request from Ansible team enhancement

Comments

@Pavan-Mudunuri
Copy link

Requirement :
As part of one of the customer's ask, there is a requirement to display initiators path status when we do a get query on host initiators. Currently we are able to get only path id as part of sdk call. Can you please help us with adding the same as part of initiator response ?

we used get_initiator(self, _id=None, **filters): to fetch the initiator response from module UnitySystem and following is the response:
image

please let us know if there is any other alternative for fetching the details within existing api.

Thanks
Pavan

@yong-huang
Copy link
Contributor

It is not supported now. There is no plan to support it, we need to evaluate the effort and priority first.
A workaround is to get the IDs first, then query UnityHostInitiatorPath one by one.

@Pavan-Mudunuri
Copy link
Author

Thanks for the info @yong-huang .

@wangi1 wangi1 added the ansible request from Ansible team label Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ansible request from Ansible team enhancement
Projects
None yet
Development

No branches or pull requests

3 participants