Feature #20516
closedAPI Hosts GET returning also owner_name
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1478849
Description of problem:
Currently GET of hosts returns only owner_id and owner_type. As an API user i would like to have also the owner_name for presentation and easier verification. The missing owner_name is also inconsistent with almost all other fields that have a _name variant available
[crash/LI] root@li-lc-1578:~# time curl -K /opt/hoici/etc/sat6/curl-hoici.conf "-HContent-Type: application/json" "-d{\"per_page\":9999}" -XGET https://localhost/api/v2/hosts/7 | jq . | grep owner_
"owner_id": 1,
"owner_type": "User",
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. API GET hosts/x
2.
3.
Actual results:
There is no owner_name field returned
Expected results:
An owner_name with the login name of the owner is returned-
Additional info: