@@ -14,7 +14,7 @@ Start by creating a new repository named "foo"::
14
14
Response::
15
15
16
16
{
17
- "_href": "http://localhost:8000 /pulp/api/v3/repositories/1/",
17
+ "_href": "http://localhost:24817 /pulp/api/v3/repositories/1/",
18
18
...
19
19
}
20
20
@@ -29,7 +29,7 @@ Creating a remote object informs Pulp about an external content source.
29
29
.. code :: json
30
30
31
31
{
32
- "_href" : " http://localhost:8000 /pulp/pulp/api/v3/remotes/deb/apt/1/" ,
32
+ "_href" : " http://localhost:24817 /pulp/pulp/api/v3/remotes/deb/apt/1/" ,
33
33
...
34
34
}
35
35
@@ -40,12 +40,12 @@ Sync repository foo with remote
40
40
Use the remote object to kick off a synchronize task by specifying the repository to
41
41
sync with. You are telling pulp to fetch content from the remote and add to the repository::
42
42
43
- $ http POST $BASE_ADDR/pulp/pulp/api/v3/remotes/deb/apt/1/sync/' repository=http://localhost:8000 /pulp/api/v3/repositories/1/
43
+ $ http POST $BASE_ADDR/pulp/pulp/api/v3/remotes/deb/apt/1/sync/' repository=http://localhost:24817 /pulp/api/v3/repositories/1/
44
44
45
45
Response::
46
46
47
47
{
48
- "_href": "http://localhost:8000 /pulp/api/v3/tasks/3896447a-2799-4818-a3e5-df8552aeb903/",
48
+ "_href": "http://localhost:24817 /pulp/api/v3/tasks/3896447a-2799-4818-a3e5-df8552aeb903/",
49
49
"task_id": "3896447a-2799-4818-a3e5-df8552aeb903"
50
50
}
51
51
@@ -57,10 +57,10 @@ synchroinze task completes, it creates a new version, which is specified in ``cr
57
57
Response::
58
58
59
59
{
60
- "_href": "http://localhost:8000 /pulp/api/v3/tasks/3896447a-2799-4818-a3e5-df8552aeb903/",
60
+ "_href": "http://localhost:24817 /pulp/api/v3/tasks/3896447a-2799-4818-a3e5-df8552aeb903/",
61
61
"_created": "2018-05-01T17:17:46.558997Z",
62
62
"created_resources": [
63
- "http://localhost:8000 /pulp/api/v3/repositories/593e2fa9-af64-4d4b-aa7b-7078c96f2443/versions/6/"
63
+ "http://localhost:24817 /pulp/api/v3/repositories/593e2fa9-af64-4d4b-aa7b-7078c96f2443/versions/6/"
64
64
],
65
65
"error": null,
66
66
"finished_at": "2018-05-01T17:17:47.149123Z",
@@ -72,20 +72,20 @@ Response::
72
72
"message": "Add Content",
73
73
"state": "completed",
74
74
"suffix": "",
75
- "task": "http://localhost:8000 /pulp/api/v3/tasks/3896447a-2799-4818-a3e5-df8552aeb903/",
75
+ "task": "http://localhost:24817 /pulp/api/v3/tasks/3896447a-2799-4818-a3e5-df8552aeb903/",
76
76
"total": 0
77
77
},
78
78
{
79
79
"done": 0,
80
80
"message": "Remove Content",
81
81
"state": "completed",
82
82
"suffix": "",
83
- "task": "http://localhost:8000 /pulp/api/v3/tasks/3896447a-2799-4818-a3e5-df8552aeb903/",
83
+ "task": "http://localhost:24817 /pulp/api/v3/tasks/3896447a-2799-4818-a3e5-df8552aeb903/",
84
84
"total": 0
85
85
}
86
86
],
87
87
"spawned_tasks": [],
88
88
"started_at": "2018-05-01T17:17:46.644801Z",
89
89
"state": "completed",
90
- "worker": "http://localhost:8000 /pulp/api/v3/workers/eaffe1be-111a-421d-a127-0b8fa7077cf7/"
90
+ "worker": "http://localhost:24817 /pulp/api/v3/workers/eaffe1be-111a-421d-a127-0b8fa7077cf7/"
91
91
}
0 commit comments