Actions
Issue #4493
closedSchema 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
Updated by daviddavis over 5 years ago
- Sprint/Milestone set to 3.0.0
We should probably address this for the GA release.
Updated by daviddavis about 5 years ago
- Sprint/Milestone changed from 3.0.0 to 71
Added by Fabricio Aguiar about 5 years ago
Updated by fao89 about 5 years ago
- Related to Issue #5311: Hitting /pulp/api/v3/ raises a 500 error added
Updated by fao89 about 5 years ago
- Status changed from NEW to MODIFIED
- Assignee set to fao89
- Sprint set to Sprint 60
closed by #5311
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Fix schemas
closes #5311 https://pulp.plan.io/issues/5311