Issue
The Issue endpoint returns details about discovered issues.
Get a summary of issues.
GET
https://api.halosecurity.com/api/v1/issue/summary.json
Returns a paginated list of issues.
https://www.halosecurity.com/user/security/issues/summary
Query Parameters
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 a list of issues.
GET
https://api.halosecurity.com/api/v1/issue/list.json
Returns a paginated list of issues.
https://www.halosecurity.com/user/security/issues/list
Query Parameters
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 the details of an issue.
GET
https://api.halosecurity.com/api/v1/issue/get.json
Returns the details of an issue.
https://www.halosecurity.com/user/security/issues/list
Query Parameters
issue_id*
Integer
Get the details for an instance of an issue.
GET
https://api.halosecurity.com/api/v1/issue/instance.json
Returns the details for an instance of an issue.
https://www.halosecurity.com/user/security/issues/list
Query Parameters
issue_id*
Integer
scan_id*
String
instance*
String
Update details of an issue.
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.
https://www.halosecurity.com/user/security/issues/list
Query Parameters
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 the changes between scans.
GET
https://api.halosecurity.com/api/v1/issue/changes.json
Query Parameters
now
String
Defaults to last scan.
ago
String
Defaults to prior scan.
type
String
Last updated