diff options
author | 2022-11-09 10:45:38 -0500 | |
---|---|---|
committer | 2022-11-09 11:23:32 -0500 | |
commit | e3dc0167581c0a47bdafdf466c88f0dde554bb65 (patch) | |
tree | 1f9d66cc5c5c6034cc01c8fe63389a24dec94291 /docs/AAI REST API Documentation/recentsApi.rst | |
parent | 21a59387deedaead37f34d9f6fb1d8d1bc8b738e (diff) |
[AAI] Fix doc config files
Issue-ID: AAI-3572
Change-Id: I8785063995fae4c8417e515928c0237bcd935c9f
Signed-off-by: wr148d <wr148d@att.com>
Diffstat (limited to 'docs/AAI REST API Documentation/recentsApi.rst')
-rw-r--r-- | docs/AAI REST API Documentation/recentsApi.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/AAI REST API Documentation/recentsApi.rst b/docs/AAI REST API Documentation/recentsApi.rst index 74e423c8..8283538b 100644 --- a/docs/AAI REST API Documentation/recentsApi.rst +++ b/docs/AAI REST API Documentation/recentsApi.rst @@ -21,7 +21,7 @@ Request The API can be accessed by using sending a GET request to the Recents API and sending a single node-type and a parameter to specify either timestamp to start the search or the number of hours to look back. - + Querying with number of hours .. code:: @@ -45,7 +45,7 @@ object type, URI, and resource-version. Sample response: -.. code-block:: json +.. code:: { "results": [ @@ -59,5 +59,5 @@ Sample response: "resource-link": "/aai/v16/network/pnfs/pnf/stack01" "resource-version": "1531413113612" },...] - + } |