Logs Resource

Log output from your application.

Retrieve Logs

Returns all available logs from the current application.

GET /rest/applications/<APPLICATION_ID>/logs

Response

{
    "log": "tl;dr",
    "stdout": "tl;dr",
    "stderr": "tl;dr"
}

Attributes

  • log - Application log, eg. start/stop, oom, ....
  • stdout - Standard output stream.
  • stderr - Standard error stream.

HTTP Status Codes

Status Code Description
200 OK No error, operation successful
403 FORBIDDEN Authentication failure
503 SERVICE UNAVAILABLE Service not/partially reachable

Table Of Contents

Previous topic

Mail Alias Resource

Next topic

Console Resource