Patch approval settings


This API fetches the patch approval settings. It denotes whether approval is automatic or manual.

  • Functionality
  • Fetch patch approval settings
  • HTTP Method 
  • GET
  • API URI
  • api/1.4/patch/approvalsettings
  • Scope
  • PatchManagerPlusCloud.PatchMgmt.READ

Response Data

 { 	"message_type": "approvalsettings", 	"message_response": { 		"approvalsettings": { 			"patch_approval": "automatic" 		} 	}, 	"message_version": "1.0", 	"status": "success", 	"response_code": 200 }