aboutsummaryrefslogtreecommitdiffstats
path: root/docs/datadictionary/complexResponse.rst
diff options
context:
space:
mode:
authorEzhilarasi <ezhrajam@in.ibm.com>2019-08-19 20:44:09 +0530
committerEzhilarasi R <ezhrajam@in.ibm.com>2019-08-21 13:59:24 +0000
commitaec702437357b37e3c8de5d7042473fe2952fe82 (patch)
tree1d44219f1b5afb600510e37fd19d407682187225 /docs/datadictionary/complexResponse.rst
parent45f09e768722282391c2ea82894ac148ca9a8918 (diff)
Fixed warnings and errors in Doc
Fixed errors in read the docs page Change-Id: Id5ccdd2049d71d5099de5537b0799bb5dfc7124c Issue-ID: CCSDK-1453 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
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