Acknowledged
The Acknowledged endpoint allows you to list, add, and delete acknowledged hostnames, apps, and issues.
Last updated
Was this helpful?
The Acknowledged endpoint allows you to list, add, and delete acknowledged hostnames, apps, and issues.
Last updated
Was this helpful?
GET
https://api.halosecurity.com/api/v1/ack/host-list.json
Returns a paginated list of acknowledged hostnames.
GET
https://api.halosecurity.com/api/v1/ack/host-add.json
Requires the security_acknowledge_add
permission.
Learn about permissions: Permissions
host*
String
type*
String
global
discovery
cookie
script
form
cert
download
link
traffic
comment
String
GET
https://api.halosecurity.com/api/v1/ack/host-delete.json
Requires the security_acknowledge_delete
permission.
Learn about permissions: Permissions
host*
String
type
String
global
discovery
cookie
script
form
cert
download
link
traffic
GET
https://api.halosecurity.com/api/v1/ack/element-list.json
type*
Integer
Type of element to list
GET
https://api.halosecurity.com/api/v1/ack/element-add.json
Requires the security_acknowledge_add
permission.
Learn about permissions: Permissions
type*
Integer
Type of element to add
GET
https://api.halosecurity.com/api/v1/ack/element-get.json
id*
Integer
ID of the acknowledgement to get
GET
https://api.halosecurity.com/api/v1/ack/element-delete.json
Requires the security_acknowledge_delete
permission.
Learn about permissions: Permissions
id*
Integer
ID of the acknowledgement to delete
GET
https://api.halosecurity.com/api/v1/ack/issue-list.json
GET
https://api.halosecurity.com/api/v1/ack/issue-get.json
id*
integer
ID of the acknowledged issue.
GET
https://api.halosecurity.com/api/v1/ack/issue-add.json
Requires the security_acknowledge_add
permission.
Learn about permissions: Permissions
issue_id*
integer
ID of the issue to add.
GET
https://api.halosecurity.com/api/v1/ack/issue-delete.json
Requires the security_acknowledge_delete
permission.
Learn about permissions: Permissions
id*
integer
ID of the acknowledged issue to delete.
Returns a paginated list of acknowledged elements. See the for information about acceptable element types.
See the for information about acceptable element types.
Add an acknowledged element. See the for information about acceptable element types.