[
https://issues.apache.org/jira/browse/ATLAS-3181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sarath Subramanian reassigned ATLAS-3181:
-----------------------------------------
Assignee: Carol Drummond
> The URL produced by the swagger interactive API is missing "/api/atlas/"
> ------------------------------------------------------------------------
>
> Key: ATLAS-3181
> URL: https://issues.apache.org/jira/browse/ATLAS-3181
> Project: Atlas
> Issue Type: Bug
> Components: atlas-webui
> Affects Versions: 1.0.0, 1.1.0, 2.0.0
> Reporter: Carol Drummond
> Assignee: Carol Drummond
> Priority: Minor
> Attachments: ATLAS-3181.patch
>
>
> Swagger isn't building the API url correctly: it's missing the "api/atlas"
> parts of the URL:
>
> Here's what it builds:
> [https://localhost:21000/v2/entity/guid/4b2aa848-fb3a-401a-9e05-29a08ab2c846/classifications]
> {quote}curl -X GET --header 'Accept: application/json'
> '[https://localhost:21000/v2/entity/guid/4b2aa848-fb3a-401a-9e05-29a08ab2c846/classifications]'{quote}
>
> Here's what works (added "/api/atlas"):
>
> [http://localhost:21000|http://localhost:21000/]*/api/atlas/*v2/entity/guid/4b2aa848-fb3a-401a-9e05-29a08ab2c846/classifications
>
> {quote}curl -X GET
> '[http://localhost:21000/api/atlas/v2/entity/guid/4b2aa848-fb3a-401a-9e05-29a08ab2c846/classifications]'
> -u user:password{quote}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)