Create a reporting group
Creates a new reporting group for the specified organization. Reporting groups are used for organizing and managing device configurations, product settings, and patch policies. You can optionally configure intermediate devices (up to 3) by providing workspace identifiers. Intermediate devices are used for actions like Wake-on-LAN in secure networks, allowing remote powering on of devices through intermediate gateways. Intermediate devices must be defined sequentially: you cannot define intermediate_device_2_id without intermediate_device_1_id, nor intermediate_device_3_id without intermediate_device_2_id. All intermediate device Workspace IDs must exist and belong to the organization. Returns the ID of the successfully created reporting group.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the organization
24^[0-9a-f]{24}$Body
Request body for creating a new reporting group. Reporting groups manage devices and handle configurations, patch policies, and routing of intermediary devices.
The reporting group name. Must be unique within the organization.
512"Production Reporting Group"
Unique identifier of the product configuration to associate with this reporting group. Product configuration must exist and belong to the organization.
24^[0-9a-f]{24}$"507f1f77bcf86cd799439030"
Optional. Unique identifier of the patch policy target to associate with this reporting group.
24^[0-9a-f]{24}$"507f1f77bcf86cd799439040"
Optional. A regular expression pattern used to match devices. Must be a valid regex pattern. If provided, fishing_pattern_field must also be specified.
250"Windows Workstations"
Optional. Field to which fishing_pattern is applied. Required if fishing_pattern is provided. Valid values: full_name (full device name), description (device description), ou (organizational unit), current_subnet (current subnet).
full_name, description, ou, current_subnet "full_name"
Optional. The unique identifier of the first intermediate device Workspace. Intermediate devices are used for actions like Wake-on-LAN in secure networks, allowing remote powering on of target devices through intermediate gateways. Intermediate devices must be sequentially defined without gaps. If intermediate_device_2_id or intermediate_device_3_id is provided, this field is required.
24^[0-9a-f]{24}$"507f1f77bcf86cd799439050"
Optional. The unique identifier of the second intermediate device Workspace. Used for Wake-on-LAN actions in secure networks. Requires intermediate_device_1_id to be provided. If intermediate_device_3_id is provided, this field is required.
24^[0-9a-f]{24}$"507f1f77bcf86cd799439051"
Optional. The unique identifier of the third intermediate device Workspace. Used for Wake-on-LAN actions in secure networks. Requires both intermediate_device_1_id and intermediate_device_2_id to be provided.
24^[0-9a-f]{24}$"507f1f77bcf86cd799439052"
Response
Reporting group created successfully. The response contains the created resource.
Reporting group Id
Name of the reporting group
If Flexx Analyzer agent execution is enabled
Organization identifier
Product configuration identifier
Fishing pattern name
Field to which fishing_pattern is applied. Possible values: full_name, description, ou, current_subnet.
full_name, description, ou, current_subnet Patch policy target identifier
Policy reporting group identifier
Agent settings overridden at the reporting group level
Effective agent settings (combined from product configuration and overrides)
Workspace ID of the first intermediary device (searched by sysId)
Workspace ID of the second intermediary device (searched by sysId)
Workspace ID of the third intermediary device (searched by sysId)