CollectionRules

CollectionRules
CollectionRules
JSON Example
{
    "enforced_report_period": "string",
    "enforced_report_samples": 0,
    "max_concurrent_workers": 0,
    "min_free_disk_required": "number",
    "timeout": 0
}
string
enforced_report_period
Optional
Constraints: default: REPORT_PERIOD_LAST_7_DAYS

The period for report generation. Enum options - REPORT_PERIOD_LAST_24_HOURS, REPORT_PERIOD_LAST_7_DAYS, REPORT_PERIOD_LAST_30_DAYS. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

integer As uint32 As uint32
enforced_report_samples
Optional
Constraints: default: 2000

Minimum data samples required for report generation. Allowed values are 200-5000. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

integer As uint32 As uint32
max_concurrent_workers
Optional
Constraints: default: 1

Maximum number of concurrent workers used for data collection during report generation. Allowed values are 1-10. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

number As float As float
min_free_disk_required
Optional
Constraints: default: 0.5

Minimum free disk required for report generation in GB. Allowed values are 0.1-20. Field introduced in 31.2.1. Unit is GB. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

integer As uint32 As uint32
timeout
Optional
Constraints: default: 1800

Timeout for report generation in seconds. Allowed values are 300-3600. Field introduced in 31.2.1. Unit is SEC. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

Property Of