The following API request is valid for NEW Remediation Plans only
Type: PATCH
URL: https://<JetPatch_URL>/vmanage-server/rest/experimental/patch-governance/remediation-plans/{id}/updates
Note - {id} is the requested remediation plan
Body:
{
"remediationPlanId": 6003,
"changes": [
{
"action": "CHANGE",
"filter": "{}",
"change": {
"property": "approvalStatus",
"value": "APPROVED_INSTALL"
}
}
],
"updates": null
}
Note - the "remediationPlanId" value should be the ID of the requested Remediation Plan
Headers:
- Content-Type: application/json
- Accept: application/json
Comments
0 comments
Please sign in to leave a comment.