File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,9 @@ $ http POST $BASE_ADDR$PUBLISHER_HREF'publish/' repository=$REPO_HREF
37
37
38
38
Response::
39
39
40
- [
41
- {
42
- "_href": "/pulp/api/v3/tasks/fd4cbecd-6c6a-4197-9cbe-4e45b0516309/",
43
- "task_id": "fd4cbecd-6c6a-4197-9cbe-4e45b0516309"
44
- }
45
- ]
40
+ {
41
+ "task": "/pulp/api/v3/tasks/fd4cbecd-6c6a-4197-9cbe-4e45b0516309/"
42
+ }
46
43
47
44
Create a variable for convenience.::
48
45
Original file line number Diff line number Diff line change @@ -118,8 +118,7 @@ local repository::
118
118
Response::
119
119
120
120
{
121
- "_href": "/pulp/api/v3/tasks/3896447a-2799-4818-a3e5-df8552aeb903/",
122
- "task_id": "3896447a-2799-4818-a3e5-df8552aeb903"
121
+ "task": "/pulp/api/v3/tasks/3896447a-2799-4818-a3e5-df8552aeb903/"
123
122
}
124
123
125
124
You can follow the progress of the task with a GET request to the task href. Notice that when the
You can’t perform that action at this time.
0 commit comments