Bug 1017275

Summary: use id to identify a task rather than task_id
Product: [Retired] Pulp Reporter: mkovacik
Component: API/integrationAssignee: pulp-bugs
Status: CLOSED NOTABUG QA Contact: pulp-qe-list
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.2CC: skarmark
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-09 16:11:49 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:

Description mkovacik 2013-10-09 14:33:56 UTC
Description of problem:
Tasks are identified with task_id field while e.g. repos are OK with just id field for the same purpose

Version-Release number of selected component (if applicable):
pulp 2.2


Actual results:
task_id field is used to identify a task

Expected results:
id field is used to identify a task

Additional info:
An example of a response-containing task details in docs: https://pulp-dev-guide.readthedocs.org/en/pulp-2.2/integration/rest-api/repo/sync.html

Comment 1 Sayli Karmarkar 2013-10-09 16:11:49 UTC
This is by design, since we have multiple ids in a lot of APIs.