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
What would you like to add or change?:
1- Currently, the MAC addresses are missing in /lua/rest/v2/get/host/active.lua. The only way to retrieve MAC addresses is by calling /lua/rest/v2/get/host/data.lua individually for each host. It would be beneficial to have MAC addresses included in the list of all active hosts.
2- Adding pool_name would be helpful. While pool_id is already available, adding pool_name would eliminate the need for an extra API call to resolve pool names.
Why do you and others need this?:
Including these two fields in /lua/rest/v2/get/host/active.lua would greatly reduce the number of API calls, especially in environments where accessing remote APIs is costly. It would also allow customers to retrieve all essential host information in a single API call, enhancing efficiency and performance.
The text was updated successfully, but these errors were encountered:
What would you like to add or change?:
1- Currently, the MAC addresses are missing in
/lua/rest/v2/get/host/active.lua
. The only way to retrieve MAC addresses is by calling/lua/rest/v2/get/host/data.lua
individually for each host. It would be beneficial to have MAC addresses included in the list of all active hosts.2- Adding
pool_name
would be helpful. Whilepool_id
is already available, addingpool_name
would eliminate the need for an extra API call to resolve pool names.Why do you and others need this?:
Including these two fields in
/lua/rest/v2/get/host/active.lua
would greatly reduce the number of API calls, especially in environments where accessing remote APIs is costly. It would also allow customers to retrieve all essential host information in a single API call, enhancing efficiency and performance.The text was updated successfully, but these errors were encountered: