diff options
author | EmmettCox <emmett.cox@est.tech> | 2019-02-18 12:24:01 +0000 |
---|---|---|
committer | EmmettCox <emmett.cox@est.tech> | 2019-02-18 12:24:01 +0000 |
commit | efa3decef17b55b6ce8226c78c6d8327e0a41896 (patch) | |
tree | 6a9357d6bc92ae7be58471b4f427c78dfa08e13d /docs/data-router | |
parent | c50374709585766e887f349a139de0a6595c1ca1 (diff) |
Allow LogServlet to query based upon Filename
Documentation updates for filename Query on LogServlet
Change-Id: I22036c42e202831766a7968bd434340cfcb6c2f5
Issue-ID: DMAAP-1022
Issue-ID: DMAAP-1029
Signed-off-by: EmmettCox <emmett.cox@est.tech>
Diffstat (limited to 'docs/data-router')
-rwxr-xr-x | docs/data-router/data-router.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/data-router/data-router.rst b/docs/data-router/data-router.rst index 2c3e1a69..14b5181f 100755 --- a/docs/data-router/data-router.rst +++ b/docs/data-router/data-router.rst @@ -886,7 +886,7 @@ Request parameters +------------------------+---------------------------------+------------------+------------+--------------+-------------+--------------------------------------+
| Name | Description | Param Type | Data Type | MaxLen | Required | Valid/Example Values |
+========================+=================================+==================+============+==============+=============+======================================+
-| feedId | Id of the feed you want | Path | String | | N | 1 |
+| feedId | Id of the feed you want | Path | String | | Y | 1 |
| | logs for | | | | | |
+------------------------+---------------------------------+------------------+------------+--------------+-------------+--------------------------------------+
| type | Select records of the | Path | String | | N | * pub: Publish attempt |
@@ -914,6 +914,9 @@ Request parameters | expiryReason | Select records with the | Path | String | | N | |
| | specified expiry reason | | | | | |
+------------------------+---------------------------------+------------------+------------+--------------+-------------+--------------------------------------+
+| filename | Select published records with | Path | String | | N | |
+| | the specified filename | | | | | |
++------------------------+---------------------------------+------------------+------------+--------------+-------------+--------------------------------------+
Response Parameters
===================
@@ -975,6 +978,8 @@ Response Parameters | attempts | Total number of attempts made before |
| | delivery attempts were discontinued |
+------------------------+----------------------------------------------+
+| filename | File name associated with a publish record |
++------------------------+----------------------------------------------+
Response/Error Codes
====================
|