Create a new reporting group for an organization
POST/v1/organizations/:organization_id/reporting-groups
Create a new reporting group for the specified organization. Reporting groups are used to organize and manage 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 Wake-on-LAN actions in secure networks, enabling remote device power-on via intermediate gateways. Intermediate devices must be defined sequentially: you cannot define intermediate_device2 without intermediate_device1, nor intermediate_device3 without intermediate_device2. All intermediate Workspace device IDs must exist and belong to the organization. Returns the created reporting group ID upon successful creation.
Request
Responses
- 201
- 400
- 401
- 404
- 422
- 429
- 500
Reporting group created successfully. The response contains the created reporting group ID.
Solicitud incorrecta. Causas comunes: - Faltan campos obligatorios (name, product_config_id) - Valores de campo inválidos - Formato de ID inválido para campos product_config_id, patch_policy_target_id o intermediate_device - Valor de fishing_pattern_field inválido (debe ser uno de: FullName, Description, OU, CurrentSubnet) - Valor de fishing_pattern inválido (excede maxLength: 250) - Dispositivos intermedios no definidos secuencialmente (intermediate_device2 requiere intermediate_device1, intermediate_device3 requiere intermediate_device2)
No autorizado - se requiere autenticación
Organización no encontrada
Entidad no procesable. Causas comunes: - La configuración de producto no se encontró o no pertenece a la organización - Los IDs de Workspace de dispositivos intermedios no existen o no pertenecen a la organización
Too Many Requests
Internal Server Error