From cb85286fb70b32ede69488093ecba8d6fb1ed631 Mon Sep 17 00:00:00 2001 From: Alberto Bellotti Date: Fri, 7 Apr 2017 11:39:13 -0400 Subject: [PATCH] Exposing prototype as part of /api/settings GET /api/settings { "product": { "maindb": "ExtManagementSystem", "container_deployment_wizard": false, "datawarehouse_manager": false }, "prototype": { "monitoring": false } } (transferred from ManageIQ/manageiq@ae6334ef20b0ff9f35d78e3060f97ac24ba446d7) --- config/api.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/api.yml b/config/api.yml index 870b3c4ceb..7200715def 100644 --- a/config/api.yml +++ b/config/api.yml @@ -1982,6 +1982,7 @@ :verbs: *g :categories: - product + - prototype :collection_actions: :get: - :name: read