1 for 1st, 2 for 2nd .... 31 for 31st
GET /v2/reports/configurations/{id}/history
GetReportHistory returns the full report job history for a report configuration with the specified ID.
Name | Description | Required | Default | Pattern |
---|---|---|---|---|
reportParamQuery.query |
- |
null |
||
reportParamQuery.pagination.limit |
- |
null |
||
reportParamQuery.pagination.offset |
- |
null |
||
reportParamQuery.pagination.sortOption.field |
- |
null |
||
reportParamQuery.pagination.sortOption.reversed |
- |
null |
||
reportParamQuery.pagination.sortOption.aggregateBy.aggrFunc |
- |
UNSET |
||
reportParamQuery.pagination.sortOption.aggregateBy.distinct |
- |
null |
Code | Message | Datatype |
---|---|---|
200 |
A successful response. |
|
0 |
An unexpected error response. |
Field Name | Required | Nullable | Type | Description | Format |
---|---|---|---|---|---|
code |
Integer |
int32 |
|||
message |
String |
||||
details |
List of ProtobufAny |
Field Name | Required | Nullable | Type | Description | Format |
---|---|---|---|---|---|
notifierId |
String |
||||
mailingLists |
List of |
||||
customSubject |
String |
||||
customBody |
String |
Field Name | Required | Nullable | Type | Description | Format |
---|---|---|---|---|---|
emailConfig |
|||||
notifierName |
String |
Field Name | Required | Nullable | Type | Description | Format |
---|---|---|---|---|---|
reportSnapshots |
List of V2ReportSnapshot |
Field Name | Required | Nullable | Type | Description | Format |
---|---|---|---|---|---|
intervalType |
UNSET, WEEKLY, MONTHLY, |
||||
hour |
Integer |
int32 |
|||
minute |
Integer |
int32 |
|||
daysOfWeek |
|||||
daysOfMonth |
1 for 1st, 2 for 2nd .... 31 for 31st
Field Name | Required | Nullable | Type | Description | Format |
---|---|---|---|---|---|
days |
List of |
int32 |
Sunday = 0, Monday = 1, .... Saturday = 6
Field Name | Required | Nullable | Type | Description | Format |
---|---|---|---|---|---|
days |
List of |
int32 |
Field Name | Required | Nullable | Type | Description | Format |
---|---|---|---|---|---|
reportConfigId |
String |
||||
reportJobId |
String |
||||
name |
String |
||||
description |
String |
||||
vulnReportFilters |
|||||
collectionSnapshot |
|||||
schedule |
|||||
reportStatus |
|||||
notifiers |
List of V2NotifierConfiguration |
||||
user |
|||||
isDownloadAvailable |
Boolean |
Field Name | Required | Nullable | Type | Description | Format |
---|---|---|---|---|---|
runState |
WAITING, PREPARING, GENERATED, DELIVERED, FAILURE, |
||||
completedAt |
Date |
date-time |
|||
errorMsg |
String |
||||
reportRequestType |
ON_DEMAND, SCHEDULED, |
||||
reportNotificationMethod |
EMAIL, DOWNLOAD, |