diff options
author | Manisha Aggarwal <amanisha@att.com> | 2022-11-09 15:24:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-11-09 15:24:32 +0000 |
commit | 8b504f6db32630ae4b6774efabc87ed76a950053 (patch) | |
tree | 9268c155f08e79fde05c33f63ed2b02d9ff5a07d /docs/AAI REST API Documentation/recentsApi.rst | |
parent | fbb02159b84435cf37221ae8ae5e0045167be15a (diff) | |
parent | 5b83ba0814d6a046d45146e97762626700440520 (diff) |
Merge "[AAI] Fix doc config files"
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" },...] - + } |