All Endpoints Compliance
Type: GET
URL: https://<JetPatch_URL>/vmanage-server/rest/experimental/patch-governance/servers-compliance?
URL For downloading the built-in report: https://<JetPatch_URL>/vmanage-server/rest/experimental/patch-governance/servers-compliance/report?
Note -
- <JetPatch_URL> is the JetPatch server name/ip
Endpoints Compliance in specific Remediation Plans
URL: https://<JetPatch_URL>/vmanage-server/rest/experimental/patch-governance/servers-compliance?query=%7B%22remediationPlanId%22%3A%22{Remediation_Plan_ID}%22%7D
URL For downloading the built-in report: https://<JetPatch_URL>/vmanage-server/rest/experimental/patch-governance/servers-compliance/report?query=%7B%22remediationPlanId%22%3A%22{Remediation_Plan_ID}%22%7D
Note -
- {Remediation_Plan_ID} is the Requested plan ID
- <JetPatch_URL> is the JetPatch server name/ip
- Endpoints Compliance values are calculated in the scope of the Remediation Plan
Result:
List of endpoints compliance and information.
installedCount = the number of patches that were installed in the scope of the provided remediation plan ID
notInstalledCount = the number of patches that are missing in the scope of the provided remediation plan ID
{
"total": 1,
"content": [
{
"requireAttentionCompliance":
{
"poweredOff": 0,
"powerSuspended": 0,
"powerUnknown": 0,
"disconnected": 0,
"connectorNotInstalled": 0,
"connectorDown": 0,
"invalidCredentials": 0,
"notReachable": 0,
"untested": 0,
"failed": 0,
"powershellVersionNotSupported": 0,
"suspendedByUser": 0,
"maintenanceWindowRequired": 0,
"awaitingMaintenanceWindow": 0,
"maintenanceWindowExpired": 0,
"pendingUserAction": 0,
"lowDiskSpace": 0,
"unknownEndpoint": 0,
"patchingInapplicable": 0,
"advisoriesNotExist": 0,
"packagesNotExist": 0,
"wrongRepositoriesConfiguration": 0,
"subscriptionMissing": 0,
"powershellPolicyIsNotCompatible": 0,
"wsusCommunicationProblems": 0,
"maintenanceWindowTimeout": 0,
"suspension": null
},
"hasSuspension": 0,
"managedBy": "MANAGED",
"nexposeCompliance": null,
"vulnerabilityScan": [
{
"name": "Nodeware",
"total": 4,
"needed": 2
}
],
"computerId": 518,
"computerName": "Or-CentOS6-01.intigua.local",
"computerGroup": "Customer A",
"remediationPlanId": 5505,
"computerOs": "CentOS 6.x",
"lastPatchedTime": null,
"lastScannedTime": 1601985998907,
"installedCount": 1,
"notInstalledCount": 4,
"failedCount": 0,
"CVSS": null,
"numRunningTasks": 0,
"numPendingTasks": 0,
"numCompletedTasks": 40,
"connected": true,
"machineStartTime": 1589899989000,
"nextTimeSlotStart": null,
"nextTimeSlotEnd": null,
"timezone": null
}
]
}
Comments
0 comments
Please sign in to leave a comment.