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
Is your feature request related to a problem? Please describe.
I've begun working with the api to find old assets or terminated assets and I would like to be able to filter by the instance details:
i.e. Mac address / localip / hostname or other properties which can uniquely identify the host quickly.
Describe the solution you'd like
I would like the ability to filter by device properties.
Describe alternatives you've considered
There are other ways to do the queries but I would like to stick with the api calls if possible. I've attempted server side filtering with the requests library and that works.
Additional context
I'm just trying to eliminate having to query a large dataset for one specific hosts. I know that api calls are fast but this would help on your end reducing the payload returns, and also save on the bandwidth required to make the call(s).
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I've begun working with the api to find old assets or terminated assets and I would like to be able to filter by the instance details:
i.e. Mac address / localip / hostname or other properties which can uniquely identify the host quickly.
Describe the solution you'd like
I would like the ability to filter by device properties.
Describe alternatives you've considered
There are other ways to do the queries but I would like to stick with the api calls if possible. I've attempted server side filtering with the requests library and that works.
Additional context
I'm just trying to eliminate having to query a large dataset for one specific hosts. I know that api calls are fast but this would help on your end reducing the payload returns, and also save on the bandwidth required to make the call(s).
The text was updated successfully, but these errors were encountered: