Actions
Bug #15697
closed/api/v2/hosts/:id does not expose content_source_id
Difficulty:
easy
Triaged:
Bugzilla link:
Pull request:
Description
Description of problem:
GET or PUT /api/v2/hosts/:id does not return content_source_id field
Version-Release number of selected component (if applicable):
sat62 public beta
How reproducible:
Always
Steps to Reproduce:
1. Issue a HTTP GET or PUT to /api/v2/hosts/:id
2. Check the returned json
3.
Actual results:
content_source_id is missing
Expected results:
content_source_id is present
Actions