Bases: falcon.http_error.OptionalRepresentation, falcon.http_error.HTTPError
HTTPUnprocessableEntity http error.
HTTPError that comes with ‘422 Unprocessable Entity’ status
Argument: | message(str) - meaningful description of what caused an error |
---|---|
Argument: | kwargs - any other option defined in falcon.OptionalRepresentation and falcon.HTTPError |
Bases: tuple
HealthCheckResult(status, details)
Alias for field number 1
Alias for field number 0
Bases: object
HealthChecks Api
HealthChecksApi server information regarding health of the API.
Complex healthcheck report on GET.
Returns complex report regarding API well being and all dependent services.
Parameters: |
|
---|
Simple healthcheck report on HEAD.
In opposite to HealthChecksApi.on_get(), this method is supposed to execute ASAP to inform user that API is up and running.
Parameters: |
|
---|
Bases: object
Logs API.
Logs API acts as RESTful endpoint accepting messages contains collected log entries from the system. Works as gateway for any further processing for accepted data.