Health Policy


This API lists the health status of the systems

  • Functionality
  • Fetch system health policy
  • HTTP Method 
  • GET
  • API URI
  • api/1.4/patch/healthpolicy
  • Scope
  • PatchManagerPlusCloud.PatchMgmt.READ

Response Data

   { 	"message_type": "healthpolicy", 	"message_response": { 		"healthpolicy": { 			"vulnerable": { 				"important": 49, 				"critical": 0, 				"low": 99, 				"moderate": 74 			}, 			"highly_vulnerable": { 				"important": 50, 				"critical": 1, 				"low": 100, 				"moderate": 75 			}, 			"advanced_settings": { 				"exclude_tp_apps": false, 				"consider_only_approved": false 			} 		} 	}, 	"message_version": "1.0", 	"status": "success", 	"response_code": 200 }