bhavikpatel9977 commented on code in PR #3824: URL: https://github.com/apache/ambari/pull/3824#discussion_r1757942110
########## ambari-server/src/main/java/org/apache/ambari/server/api/services/ClusterService.java: ########## @@ -860,4 +879,81 @@ ResourceInstance createArtifactResource(String clusterName, String artifactName) return createResource(Resource.Type.Artifact, mapIds); } + + private boolean parseBody(String body) { + JsonObject jsonObject = gson.fromJson(body, JsonObject.class); Review Comment: The exception is managed in the method from which the call originates. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@ambari.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ambari.apache.org For additional commands, e-mail: dev-h...@ambari.apache.org