Advanced report schema
| Name | Type | Description | Notes |
|---|---|---|---|
| advancedReportId | Integer | [optional] [readonly] | |
| title | String | Advanced report title | [optional] |
| hash | String | Advanced report hash | [optional] |
| _file | String | Advanced report file | [optional] |
| status | StatusEnum | Advanced report status | [optional] |
| created | OffsetDateTime | [optional] |
| Name | Value |
|---|---|
| QUEUED | "queued" |
| RUNNING | "running" |
| FINISHED | "finished" |
| STOPPED | "stopped" |
| CANCELED | "canceled" |
| PAUSED | "paused" |
| ERROR | "error" |