HTTP
The HTTP endpoint allows you to get a list of HTTP records, and details about specific HTTP records.
Get a list of HTTP records
GET
https://api.halosecurity.com/api/v1/http/list.json
Returns a paginated list of HTTP records.
https://www.halosecurity.com/user/security/firewall/http/list
Query Parameters
Name
Type
Description
sort
String
0
= none (default)
sort_desc
Integer
0
= No (default)
1
= Yes
port
Integer
Filter by port
Get the details of an HTTP record.
GET
https://api.halosecurity.com/api/v1/http/get.json
Returns the details of an HTTP record.
https://www.halosecurity.com/user/security/firewall/http/list
Query Parameters
Name
Type
Description
target_id*
Integer
port*
Integer
Last updated