Bug 1021962 - Role - different id in request and response
Summary: Role - different id in request and response
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Pulp
Classification: Retired
Component: API/integration
Version: 2.2
Hardware: Unspecified
OS: Unspecified
low
unspecified
Target Milestone: ---
: 3.0.0
Assignee: pulp-bugs
QA Contact: pulp-qe-list
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-22 12:22 UTC by Pavlina Bartikova
Modified: 2015-02-28 21:59 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-02-28 21:59:32 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Pulp Redmine 380 0 None None None Never

Description Pavlina Bartikova 2013-10-22 12:22:11 UTC
Description of problem:
Request for create role expects "role_id", but in response is only "id".

How reproducible:
always

Steps to Reproduce:
1. create role

Actual results:
post role_id
get id

Expected results:
post id
get id

Additional info:
https://pulp-dev-guide.readthedocs.org/en/pulp-2.2/integration/rest-api/role/cud.html

Comment 1 Chris Duryee 2014-11-12 01:19:46 UTC
This is still outstanding as of 2.4.3

from server_calls.log when creating a role:

2014-11-12 01:16:19,360 - INFO - POST request to /pulp/api/v2/roles/ with parameters {"display_name": null, "description": null, "role_id": "foo-role"}
2014-11-12 01:16:19,361 - INFO - Response status : 201 

2014-11-12 01:16:19,361 - INFO - Response body :
 {
  "display_name": "foo-role", 
  "description": null, 
  "_ns": "roles", 
  "permissions": {}, 
  "_id": {
    "$oid": "5462b4e3d7a7470368373223"
  }, 
  "id": "foo-role", 
  "_href": "/pulp/api/v2/roles/foo-role/"
}

Assigning this to 3.0.0 since that is our next opportunity to fix this.

Comment 2 Brian Bouterse 2015-02-28 21:59:32 UTC
Moved to https://pulp.plan.io/issues/380


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