Create Target's Findings Report
POST/targets/:target_id/findings/bulk/report/
Request
Path Parameters
Identifier of the target.
- application/json
- application/x-www-form-urlencoded
- multipart/form-data
Body
required
Array [
]
ids
object[]
required
List of composed keys identifying findings of targets.
Possible values: >= 12 characters
and <= 12 characters
Identifier of the target, as a unique Base58 value.
Possible values: >= 1
Identifier of the finding, as a unique Base58 value.
Body
required
Array [
]
ids
object[]
required
List of composed keys identifying findings of targets.
Possible values: >= 12 characters
and <= 12 characters
Identifier of the target, as a unique Base58 value.
Possible values: >= 1
Identifier of the finding, as a unique Base58 value.
Body
required
Array [
]
ids
object[]
required
List of composed keys identifying findings of targets.
Possible values: >= 12 characters
and <= 12 characters
Identifier of the target, as a unique Base58 value.
Possible values: >= 1
Identifier of the finding, as a unique Base58 value.
Responses
- 200
- 400
- 401
- 404
- 500
- application/json
- Schema
- Example (from schema)
Schema
{
"token": "<token>"
}
- 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."
}