Github user aledsage commented on a diff in the pull request:

    https://github.com/apache/incubator-brooklyn/pull/509#discussion_r24341359
  
    --- Diff: usage/rest-api/src/main/java/brooklyn/rest/api/ServerApi.java ---
    @@ -87,6 +88,11 @@ public void shutdown(
                 multiValueResponse = false)
         public String getStatus();
     
    +    @GET
    +    @Path("/getConfig/{configKey}")
    --- End diff --
    
    Would be better if this was `/config/{configKey}`, which would more closely 
match `EntityConfigApi` - that uses 
`/v1/applications/{application}/entities/{entity}/config/{config}` for 
retrieving a particular config value of a given entity.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to