From efa3decef17b55b6ce8226c78c6d8327e0a41896 Mon Sep 17 00:00:00 2001 From: EmmettCox Date: Mon, 18 Feb 2019 12:24:01 +0000 Subject: 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 --- docs/data-router/data-router.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs/data-router/data-router.rst') 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 ==================== -- cgit 1.2.3-korg