Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Honeycomb FINDALL Action

Sam Betts edited this page Feb 10, 2014 · 2 revisions

The action used for returning all records from the DB

Request

Body Empty

Response (only if called from RPC)

{
  "logs": [
    {
      "TYPE": "file-stream",
      "CONTENT": "Error: My Face broke",
      "EVENTTIMESTAMP": "",
      "METADATA": {
        "filename": "myFace.log"
      }, 
      "ID": "aLJhbashdb2b123123b123hb321"
    },
    {
      "TYPE": "file-stream",
      "CONTENT": "Error: My Face broke again",
      "EVENTTIMESTAMP": "",
      "METADATA": {
        "filename": "myFace.log"
      }, 
      "ID": "aLJhbashdb2b123123b123hb345"
    }
  ]
}