ReportGenerationRequest

ReportGenerationRequest
ReportGenerationRequest
JSON Example
{
    "duration": {
        "end_time": {
            "secs": 0,
            "usecs": 0
        },
        "period": "string",
        "start_time": {
            "secs": 0,
            "usecs": 0
        }
    },
    "name": "string",
    "parameters": [
        {
            "name": "string",
            "value": "string"
        }
    ],
    "report": "string",
    "sections": [
        {
            "id": "string",
            "sub_sections": [
                {
                    "id": "string"
                }
            ]
        }
    ]
}
duration
Optional

duration

string
name
Optional

Custom name for the report. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

parameters
Optional

The parameters of the report. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

string
report
Required

The report to be generated. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

sections
Optional

IDs of specified sections are collected as part of the report. Field introduced in 31.2.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

Property Of