diff options
author | efiacor <fiachra.corcoran@est.tech> | 2019-04-08 14:52:08 +0000 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2019-04-08 14:52:08 +0000 |
commit | 0fa019897cb79de1def349b8fd0b660d1951681a (patch) | |
tree | 09eed0ee4e1226c63e06bf8c782a4e1627850a64 /docs/data-router/logging.rst | |
parent | 7704d3079906a4fb51cd58f12d56bd3100fca6b2 (diff) |
Adding docs for CADI
Change-Id: If3324973a2e41ca0d98804cb8e6520fc1beccfe9
Issue-ID: DMAAP-1016
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Diffstat (limited to 'docs/data-router/logging.rst')
-rw-r--r-- | docs/data-router/logging.rst | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/docs/data-router/logging.rst b/docs/data-router/logging.rst deleted file mode 100644 index 6ac7a0a3..00000000 --- a/docs/data-router/logging.rst +++ /dev/null @@ -1,33 +0,0 @@ -.. This work is licensed under a Creative Commons Attribution 4.0 International License. -.. http://creativecommons.org/licenses/by/4.0 - -Logging -======= - - -Where to Access Information ---------------------------- -Data Router uses logback framework to generate logs. - -Error / Warning Messages ------------------------- -Currently Data Router does not have any unique error codes. However the following are the common HTTP error codes that -could possibly occur in Data Router: - - OK = 200 : The normal response from a successful update or get of a feed or subscription - - CREATED = 201 : the normal response from successfully creating or subscribing to a feed. - - NO_CONTENT = 204 : the normal response from a successful publish attempt and on successfully deleting a feed or subscription - - MOVED_PERMANENTLY = 301 :the normal redirect response from prov to a publisher - - BAD_REQUEST = 400: Usually indicates that either Json object in request body is incorrect in some way, or an Invalid parameter value was included in query string. - - UNAUTHORIZED = 401 : Usually indicated either request was missing Authorization header, or indicates incorrect Username/password credentials - - FORBIDDEN = 403 : Usually indicates the request originated from an unauthorized IP address, or that a client certificate was not a part of authorized list. - - NOT_FOUND = 404 : Usually indicates an incorrect URI - - METHOD_NOT_ALLOWED = 405 : Indicates an HTTP method is not accepted for given URI
\ No newline at end of file |