Bug 1312767 - POST /katello/api/organizations does not return any data
Summary: POST /katello/api/organizations does not return any data
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: API
Version: 6.2.0
Hardware: x86_64
OS: All
unspecified
high
Target Milestone: Unspecified
Assignee: Roman Plevka
QA Contact: Katello QA List
URL: http://projects.theforeman.org/issues...
Whiteboard:
: 1313079 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-29 09:10 UTC by Oleksandr Shtaier
Modified: 2019-09-26 13:57 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-07-27 09:02:48 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Some details for requests and responses from server (16.39 KB, text/plain)
2016-03-03 10:26 UTC, Oleksandr Shtaier
no flags Details
verification of a bug - the post request and its response (13.83 KB, text/plain)
2016-03-25 23:32 UTC, Roman Plevka
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 13950 0 None None None 2016-04-22 15:35:40 UTC
Red Hat Product Errata RHBA-2016:1500 0 normal SHIPPED_LIVE Red Hat Satellite 6.2 Base Libraries 2016-07-27 12:24:38 UTC

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


Note You need to log in before you can comment on or make changes to this bug.