Project

General

Profile

Feature #22836

Updated by Walden Raines about 6 years ago

The UI hides capabilities such as: 

 * Button to 'Add Subscriptions' 
 * Button to 'Delete' subscriptions 
 * Icon to edit/modify subscriptions 
 * Refresh manifest 

 The following API will tell if this setting is enabled: 

 GET /api/settings/content_disconnected 

 <pre> 
 { 
	 "value": false, 
	 "description": "A server operating in disconnected mode does not communicate with the Red Hat CDN.", 
	 "category": "Setting::Content", 
	 "settings_type": "boolean", 
	 "default": false, 
	 "created_at": "2018-03-09 10:58:34 -0500", 
	 "updated_at": "2018-03-09 10:58:34 -0500", 
	 "id": 146, 
	 "name": "content_disconnected", 
	 "category_name": "Content" 
 } 
 </pre> 

Back