Issue #4493
Schema doesn't show all endpoints
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 60
Quarter:
Description
File plugin is installed and working but its endpoints are not visible in schema.
The following command doesn't return any info about file endpoints, core endpoints are listed correctly.
[vagrant@pulp3-source-fedora28 ~]$ http http://localhost:8000/pulp/api/v3/ | grep file
After installation of RPM plugin, no endpoints are visible in schema:
[vagrant@pulp3-source-fedora28 ~]$ http http://localhost:8000/pulp/api/v3/
HTTP/1.1 200 OK
Allow: GET, HEAD, OPTIONS
Connection: close
Content-Length: 132
Content-Type: application/vnd.oai.openapi
Date: Mon, 04 Mar 2019 09:16:36 GMT
Server: gunicorn/19.9.0
Vary: Accept, Cookie
X-Frame-Options: SAMEORIGIN
info:
description: ''
title: Pulp API
version: ''
openapi: 3.0.0
paths: {}
servers:
- url: http://localhost:8000/pulp/api/v3/
Related issues
Associated revisions
History
#1
Updated by ttereshc almost 2 years ago
- Project changed from RPM Support to Pulp
#2
Updated by ttereshc almost 2 years ago
- Tags deleted (
Pulp 3 RC Blocker)
#3
Updated by daviddavis almost 2 years ago
- Sprint/Milestone set to 3.0.0
We should probably address this for the GA release.
#4
Updated by CodeHeeler almost 2 years ago
- Triaged changed from No to Yes
#5
Updated by bmbouter almost 2 years ago
- Tags deleted (
Pulp 3)
#6
Updated by daviddavis over 1 year ago
- Sprint/Milestone changed from 3.0.0 to 71
#7
Updated by bmbouter over 1 year ago
- Sprint/Milestone changed from 71 to 3.0.0
#8
Updated by fao89 over 1 year ago
- Related to Issue #5311: Hitting /pulp/api/v3/ raises a 500 error added
#9
Updated by fao89 over 1 year ago
- Status changed from NEW to MODIFIED
- Assignee set to fao89
- Sprint set to Sprint 60
closed by #5311
#10
Updated by bmbouter about 1 year ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Please register to edit this issue
Fix schemas
closes #5311 https://pulp.plan.io/issues/5311