Actions
Feature #13519
closedInconsistent naming in search and output when searching on smart class parameters
Description
As a user I'd like to search /api/smart_class_parameters/
for puppet class name and parameter name so I don't have to iterate all values.
$ curl -u user -k https://foreman.example.org/api/smart_class_parameters/?search=parameter%3Dapache_name Enter host password for user 'api': { "error": {"message":"Field 'parameter' not recognized for searching!","class":"ScopedSearch::QueryNotSupported"} }
Updated by Ewoud Kohl van Wijngaarden about 9 years ago
- Related to Feature #13260: RFE : allowing hammer-cli to search/update sc-parameters added
Updated by Ewoud Kohl van Wijngaarden about 9 years ago
- Subject changed from Allow searching on smart class parameters to Inconsistent naming in search and output when searching on smart class parameters
Updated by The Foreman Bot about 9 years ago
- Status changed from New to Ready For Testing
- Assignee set to Shlomi Zadok
- Pull request https://github.com/theforeman/foreman/pull/3215 added
Actions