You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
please let us know if there is any other alternative for fetching the details within existing api.
Thanks
Pavan
The text was updated successfully, but these errors were encountered:
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.
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:
please let us know if there is any other alternative for fetching the details within existing api.
Thanks
Pavan
The text was updated successfully, but these errors were encountered: