Unable to generate report through API call

While Generating on API Call,

{
“status”: 500,
“message”: “An unexpected error occurred. See the log file for more information or contact support.”,
“links”: [
{
“href”: “https://ipaddress:3780/api/3/reports/”,
“rel”: “self”
}
]
}

“severity”: “all”,
“statuses”: [“vulnerable”]
},
“format”: “csv-export”,
“frequency”: {
“repeat”: {
“dayOfWeek”: “”,
“every”: “”,
“interval”: 1,
“lastDayOfMonth”: false,
“weekOfMonth”: “”
},
“start”: “2020-07-01T10:00:00Z”
},
“language”: “en-US”,
“name”: “test3”,
“owner”: 4,
“scope”: {
“assets”: [],
“scan”: 1093,
“sites”: [3]
},
“template”: “basic-vulnerability-check-results”,
“timezone”: “America/New_York”


With your endpoint URL, are you passing in an ID to retrieve a particular report? Can you double check that it’s the correct ID?

Yeah getting same result here, tried different format, template and changing between scan & asset = all exact same error 500.

{
“status” : 500,
“message” : “An unexpected error occurred. See the log file for more information or contact support.”,
“links” : [ {
“href” : “https://insightvm:3780/api/3/reports/213”,
“rel” : “self”
} ]
}

JSON:

{
“name”:“Test15”,
“owner”:“10”,
“timezone”:“Australia/Sydney”,
“filters::”: {
“severity”: “”,
“statuses”: [
“vulnerable”
]
},
“scope”: {
“assetGroups”: [],
“assets”: [7100],
“sites”: [],
“tags”: []
},
“users”:[],
“format”: “csv-export”,
“language”:“en-us”,
“template”:“Report-32—32-va-32-export-32-csv”
}