Get compliance report node summary

Returns a summary of compliance reports for the specified node.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Path parameters

treeIdstringRequiredformat: "^[0-9a-f]{24}$"
treeId
nodePath(*)stringRequired

Request

request body
nodePathstringOptional

Response

complianceSummary
errorsinteger>=0
warningsinteger>=0
passesinteger>=0
infosinteger>=0
deviceWithErrorsinteger>=0
deviceWithWarningsinteger>=0
deviceWithInfosinteger>=0
fullyCompliantDevicesinteger>=0
numDevicesinteger>=0

Errors

500
Internal Server Error