def pdconf(self, request): """ Get configuration sections from pdconf. This returns a list of configuration sections and whether they were successfully applied. This is intended for debugging purposes. """ cors.config_cors(request) request.setHeader('Content-Type', 'application/json') return pdconf_client.systemStatus()