Issue
The Issue endpoint returns details about discovered issues.
Last updated
Was this helpful?
The Issue endpoint returns details about discovered issues.
Last updated
Was this helpful?
GET
https://api.halosecurity.com/api/v1/issue/summary.json
Returns a paginated list of issues.
sort
String
name
(default)
severity
target-count
sort_desc
Integer
0
= No (default)
1
= Yes
severity
String
`` = all (default)
1
3-5
>=1
include_target_ids
Integer
0
= No (default)
1
= Yes
GET
https://api.halosecurity.com/api/v1/issue/list.json
Returns a paginated list of issues.
issue_id
Integer
Filter by issue id
status
String
Filter by status ("new", "investigating", "confirmed", "fixing", "fixed", "ack_false_positive", "ack_acceptable_risk", "active", "ack")
assigned_to
String
Filter by assigned
severity
Integer
Filter by severity
include_ack
Integer
1 = yes
GET
https://api.halosecurity.com/api/v1/issue/get.json
Returns the details of an issue.
issue_id*
Integer
GET
https://api.halosecurity.com/api/v1/issue/instance.json
Returns the details for an instance of an issue.
issue_id*
Integer
scan_id*
String
instance*
String
GET
https://api.halosecurity.com/api/v1/issue/update.json
Update the status and notes of an issue, or assign it to a user ID/email.
issue_id*
Integer
target_id*
Integer
status*
String
"new", "investigating", "confirmed", "fixing", "fixed", "ack_false_positive", "ack_acceptable_risk", "active", "ack"
assigned_to*
String
user_id
or
email
.
0
for unassigned
note
String
GET
https://api.halosecurity.com/api/v1/issue/changes.json
now
String
Defaults to last scan.
ago
String
Defaults to prior scan.
type
String