Bug 1312767

Summary: POST /katello/api/organizations does not return any data
Product: Red Hat Satellite Reporter: Oleksandr Shtaier <oshtaier>
Component: APIAssignee: Roman Plevka <rplevka>
Status: CLOSED ERRATA QA Contact: Katello QA List <katello-qa-list>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.2.0CC: bbuckingham, ehelms, erezende, mmccune, rplevka
Target Milestone: UnspecifiedKeywords: AutomationBlocker, Triaged
Target Release: Unused   
Hardware: x86_64   
OS: All   
URL: http://projects.theforeman.org/issues/13950
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-07-27 09:02:48 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Some details for requests and responses from server
none
verification of a bug - the post request and its response none

Description Oleksandr Shtaier 2016-02-29 09:10:52 UTC
Description of problem:
POST /katello/api/organizations request does not return data.

Request:
https://my_server/katello/api/organizations
{"name":"Test_Org_011"}

Response:
{}

For example, when I create similar request for architecture entity, I get some data:
Request
POST https://my_server/api/architectures
{"architecture":{"name":"Test_Arch_011"}}

Response:
{"created_at":"2016-02-29 08:54:53 UTC","updated_at":"2016-02-29 08:54:53 UTC","name":"Test_Arch_011","id":28,"operatingsystems":[],"images":[]}

Or in older versions (6.1.x) we have next output for organization entity:
Request:
https://my_server/katello/api/organizations
{"name":"Test_Org_011"}

Response:
{"ancestry":null,"apply_info_task_id":null,"created_at":"2016-02-29T09:06:28Z","description":null,"id":812,"ignore_types":[],"katello_default":true,"label":"Test_Org_011","name":"Test_Org_011","title":"Test_Org_011","updated_at":"2016-02-29T09:06:28Z","service_levels":[],"service_level":null}

Version-Release number of selected component (if applicable):
6.2.0 BETA

How reproducible:
Always

Steps to Reproduce:
1. Try to create new organization entity


Actual results:
Empty payload returned from the server in response

Expected results:
All necessary data is present in response

Additional info:

Comment 2 Brad Buckingham 2016-02-29 15:51:57 UTC
Created redmine issue http://projects.theforeman.org/issues/13950 from this bug

Comment 3 Brad Buckingham 2016-02-29 15:59:00 UTC
Upstream Katello PR: https://github.com/Katello/katello/pull/5821

Comment 4 Bryan Kearney 2016-02-29 21:10:42 UTC
Moving to POST since upstream bug http://projects.theforeman.org/issues/13950 has been closed
-------------
Brad Buckingham
Applied in changeset commit:katello|fe7570939d3ca406e005406919c0e5ff17c4d117.

Comment 5 Elyézer Rezende 2016-02-29 22:00:13 UTC
*** Bug 1313079 has been marked as a duplicate of this bug. ***

Comment 7 Oleksandr Shtaier 2016-03-03 10:25:28 UTC
Two questions:
1) Is it intended behavior that all POST requests to server return 201 status code, but only that one start to return 200 and only after current fix?
2) Is it intended to return so much data in response (like internal information - 'defaultServiceLevel', 'logLevel', 'redhat_repository_url',  and etc)?

Adding attachment with more details

Comment 8 Oleksandr Shtaier 2016-03-03 10:26:15 UTC
Created attachment 1132721 [details]
Some details for requests and responses from server

Comment 9 Roman Plevka 2016-03-25 23:32:45 UTC
Created attachment 1140476 [details]
verification of a bug - the post request and its response

VERIFIED

using 6.2 Snap5.1

Comment 12 errata-xmlrpc 2016-07-27 09:02:48 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2016:1500