AssessmentPartialRetryInput

AssessmentPartialRetryInput
AssessmentPartialRetryInput

Spec for assessment retry

JSON Example
{
    "errorIds": [
        "string"
    ],
    "options": {
        "discoveryCaching": "true"
    }
}
array of string
errorIds
Required

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).