AssessmentPartialRetryInput
AssessmentPartialRetryInput
Input spec used to trigger partial retry of an already-completed assessment run
JSON Example
{
"errorIds": [
"string"
],
"options": {
"options": "string"
}
}
array of string
errorIds
Optional
List of error ids to retry
object
options
Optional
Options map (toggles) to control assessment flow. Available toggles 'discoveryCaching' - if set to true the assessment engine will use the Domain data (if present) from previous discovery execution. If any of the passed in the request domains is not present in the cache the Discovery is triggered for ALL domains (even the ones existing in the cache).