Actions
Feature #24798
closedsearching on a specific host's hosts/<id>/interfaces should only return the matching interface
Difficulty:
Triaged:
No
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1624424
1. Proposed title of this feature request
[RFE] searching on a specific host's hosts/<id>/interfaces should only return the matching interface
3. What is the nature and description of the request?
When querying the interfaces of a specific host and providing a search parameter that should narrow down the search, the results still return all of the interfaces.
This RFE is to have the api for /hosts/<id>/interfaces only return the matching interface when a matching ?search= is provided.
4. Why does the customer need this? (List the business requirements here)
For automation purposes. Now the api must be called, and then all of the results iterated and parsed to find the correct interface. Whereas, if the search only returned what was searched, that iteration and parsing would be unncessary
5. How would the customer like to achieve this? (List the functional requirements here)
Add the ability to search for a specific interface on a hosts/<id>/interfaces API call
6. For each functional requirement listed, specify how Red Hat and the customer can test to confirm the requirement is successfully implemented.
When a host has multiple interfaces defined, the search will only return the one(s) matching the query.
Updated by Amit Karsale over 5 years ago
- Subject changed from searching on a specific host's hosts/<id>/interfaces should only return the matching interface to searching on a specific host's hosts/<id>/interfaces should only return the matching interface
- Assignee set to Amit Karsale
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6520 added
Updated by Amit Karsale about 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 459b2cf3bfe10d92b00284777694475377cb522b.
Actions