This covers all the variables that can be sent in a post to Arecibo. There is only one required variable: your public API key. All others are optional, leaving it to you to figure out exactly how much you data you want to send to the server.
account = "123123124124..."
All the following examples use the JavaScript API as examples. All values are taken to be strings.
status = "404"
priority = "3"
ip = "192.168.1.53"
user_agent = "Mozilla/5.0 (Macintosh; U; Intel Mac OS X..."
url = "http://clearwind.ca/this/url/does/not/exist?test=yes"
uid = "1256235123.1020"
type = "ZeroDivisionError"
server = "serverA"
msg = "Lorem ipsum dolor sit amet..."
traceback = "[COMException (0x80040154): Retrieving the COM class factory
for component with CLSID {4D880EAB-BF35-423A-A859-B1D9F2AC4CC1} failed
due to the following error: 80040154.]"
var now = new Date; timestamp = now.toUTCString();
request = "..."
username = "Bob the Builder"
All the sample clients are in SVN, if you create your own client, please let us know.