Skip to main content
GET
Get monthly report of a report group

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_id
string
required

Organization identifier.

Required string length: 24
Pattern: ^[0-9a-f]{24}$
reporting_group_id
string
required

Report group identifier.

Required string length: 24
Pattern: ^[0-9a-f]{24}$
period
string
required

Requested monthly period in yyyymm format.

Required string length: 6
Pattern: ^\d{4}(0[1-9]|1[0-2])$

Response

Monthly report successfully retrieved.

Monthly support report of a report group.

reporting_group_id
string
required

Report group identifier.

Required string length: 24
Pattern: ^[0-9a-f]{24}$
organization_id
string
required

Organization identifier.

Required string length: 24
Pattern: ^[0-9a-f]{24}$
period_year
integer
required

Year of the report.

Required range: x >= 1
period_month
integer
required

Month of the report.

Required range: 1 <= x <= 12
applied_patches
integer
required

Number of applied patches.

critical_patches
integer
required

Number of critical patches.

security_patches
integer
required

Number of security patches.

other_patches
integer
required

Number of other patches.

total_used_apps
integer
required

Total number of applications used in the period.

top_apps
object[]
required

Most used applications in the period.

automatic_remediations
object
required

Count of automatic remediations.

current_reporting_group_name
string
required

Current name of the report group.

current_total_workspaces
integer
required

Current total of group workspaces.

current_total_workspace_users
integer
required

Current total of users in group workspaces.

current_workspace_antivirus_statistics
object
required

Current antivirus status in group workspaces.