aboutsummaryrefslogtreecommitdiffstats
path: root/docs/datadictionary/complexResponse.rst
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-08-22 22:03:03 +0000
committerGerrit Code Review <gerrit@onap.org>2019-08-22 22:03:03 +0000
commit5db41e667a9bb495af0213712c273dc526e83a26 (patch)
tree2acbbc63e06f98f06b6a5449702569cce48b28d0 /docs/datadictionary/complexResponse.rst
parent9f260f36b66d0db54da89a8f9307d50fd0d4f320 (diff)
parentaec702437357b37e3c8de5d7042473fe2952fe82 (diff)
Merge "Fixed warnings and errors in Doc"
Diffstat (limited to 'docs/datadictionary/complexResponse.rst')
-rw-r--r--docs/datadictionary/complexResponse.rst27
1 files changed, 14 insertions, 13 deletions
diff --git a/docs/datadictionary/complexResponse.rst b/docs/datadictionary/complexResponse.rst
index aa39ff235..d32d13de5 100644
--- a/docs/datadictionary/complexResponse.rst
+++ b/docs/datadictionary/complexResponse.rst
@@ -5,16 +5,17 @@
complex Response code
=====================
-{
- "id": 4,
- "address": "192.168.10.2/32",
- "vrf": null,
- "tenant": null,
- "status": 1,
- "role": null,
- "interface": null,
- "description": "",
- "nat_inside": null,
- "created": "2018-08-30",
- "last_updated": "2018-08-30T14:59:05.277820Z"
-}
+.. code-block:: json
+ :linenos:
+
+ "id": 4,
+ "address": "192.168.10.2/32",
+ "vrf": null,
+ "tenant": null,
+ "status": 1,
+ "role": null,
+ "interface": null,
+ "description": "",
+ "nat_inside": null,
+ "created": "2018-08-30",
+ "last_updated": "2018-08-30T14:59:05.277820Z" \ No newline at end of file