Project

Profile

Help

Story #5150

closed

As a user, I can view chunks for an upload

Added by daviddavis almost 5 years ago. Updated over 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
% Done:

100%

Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
Yes
Tags:
Sprint:
Sprint 56
Quarter:

Description

Update the endpoint /pulp/api/v3/uploads/<uuid>/ so that it shows the chunks that have been uploaded to Pulp:

$ http :24817$UPLOAD

{
    "_created": "2019-07-17T17:26:33.901506Z",
    "_href": "/pulp/api/v3/uploads/4d44640c-e36a-4a01-a2a3-8ee5224f48e7/",
    "chunks": [ {"offset": 6291456, "size": 10485759} ],
    "completed": null,
    "size": 10485760
}

Also available in: Atom PDF