Bulk Retest Target's Findings
POST/targets/:target_id/findings/bulk/retest/
Request
Path Parameters
Identifier of the target.
- application/json
- application/x-www-form-urlencoded
- multipart/form-data
Body
required
Array [
]
List of object IDs.
If true, the scan ignores the blackout period defined in the target settings.
Scan profile to use.
Use the endpoint List Scan Profiles to get all the available scan profiles.
If no scan profile is specified, the scan profile will be the one specified in the target settings.
reduced_scopes
object[]
Configuration to reduce the scope of the scan.
Possible values: <= 2048 characters
URL to scan. The maximum length is 2048 characters.
Body
required
Array [
]
List of object IDs.
If true, the scan ignores the blackout period defined in the target settings.
Scan profile to use.
Use the endpoint List Scan Profiles to get all the available scan profiles.
If no scan profile is specified, the scan profile will be the one specified in the target settings.
reduced_scopes
object[]
Configuration to reduce the scope of the scan.
Possible values: <= 2048 characters
URL to scan. The maximum length is 2048 characters.
Body
required
Array [
]
List of object IDs.
If true, the scan ignores the blackout period defined in the target settings.
Scan profile to use.
Use the endpoint List Scan Profiles to get all the available scan profiles.
If no scan profile is specified, the scan profile will be the one specified in the target settings.
reduced_scopes
object[]
Configuration to reduce the scope of the scan.
Possible values: <= 2048 characters
URL to scan. The maximum length is 2048 characters.
Responses
- 200
- 400
- 401
- 404
- 500
- application/json
- Schema
- Example (from schema)
Schema
List of object IDs.
{
"ids": [
"string"
]
}
- application/json
- Schema
- Example (from schema)
Schema
{
"<field name>": [
"Errors related to field <field name>."
],
"non_field_errors": [
"Errors not related to any field specific field."
]
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "Incorrect authentication credentials."
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "Not found."
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "Unexpected error while handling your request."
}