Github user tbouron commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/895#discussion_r150796771
--- Diff:
rest/rest-resources/src/main/resources/OSGI-INF/blueprint/service.xml ---
@@ -75,6 +75,7 @@ limitations under the License.
<bean id="apidocResourceBean"
class="org.apache.brooklyn.rest.resources.ApidocResource"/>
<bean id="applicationResourceBean"
class="org.apache.brooklyn.rest.resources.ApplicationResource"/>
<bean id="catalogResourceBean"
class="org.apache.brooklyn.rest.resources.CatalogResource"/>
+ <bean id="bundlesResourceBean"
class="org.apache.brooklyn.rest.resources.BundleResource"/>
--- End diff --
Good catch! Endpoint added @aledsage
---