You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/10/18 18:20:00 UTC

[jira] [Commented] (GEODE-7074) improve Cluster Management Rest api Swagger documentation

    [ https://issues.apache.org/jira/browse/GEODE-7074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16954887#comment-16954887 ] 

ASF subversion and git services commented on GEODE-7074:
--------------------------------------------------------

Commit c581cc590d73d0ec51c525f2b3d2f1c7ce704411 in geode's branch refs/heads/develop from Jinmei Liao
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=c581cc5 ]

GEODE-7074:improve Cluster Management Rest api Swagger documentation (#4174)

Co-authored-by: Darrel Schneider <ds...@pivotal.io>

> improve Cluster Management Rest api Swagger documentation
> ---------------------------------------------------------
>
>                 Key: GEODE-7074
>                 URL: https://issues.apache.org/jira/browse/GEODE-7074
>             Project: Geode
>          Issue Type: Improvement
>          Components: management
>            Reporter: Jack Weissburg
>            Priority: Major
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> # the api operation names
>  # the json request/response wording changes.
>  # If you do a POST on the "pdx" endpoint and give it a bad json input it returns 400 Error: Bad Request but this in not documented in swagger (swagger only mentions: 200, 201, 401, 403, 404, and 500).
> The 400 returns the following json output:
> {
> "statusCode": "ILLEGAL_ARGUMENT",
> "statusMessage": "JSON parse error: Unexpected end-of-input: expected close marker for Object (start marker at [Source: (PushbackInputStream); line: 1, column: 1]); nested exception is com.fasterxml.jackson.core.io.JsonEOFException: Unexpected end-of-input: expected close marker for Object (start marker at [Source: (PushbackInputStream); line: 1, column: 1])\n at [Source: (PushbackInputStream); line: 6, column: 103]."
> }
>  # Swagger will show example json docs and it always shows "statusCode" to be "ILLEGAL_ARGUMENT".
> I think this is because it is the first enum value. If we changed "OK" to be the first the swagger examples would be better.
>  # hide "group, groups, " for config pdx from Swagger docs.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)