From 02ce5acac87830f0ede548a6fd3963f3f79494c1 Mon Sep 17 00:00:00 2001 From: Ezhilarasi Date: Tue, 23 Apr 2019 20:14:00 +0530 Subject: Added Response code of Complextype resource Change-Id: I4d6af225a09875f0bbe52f8c30abe57ded0d4a4c Issue-ID: CCSDK-1221 Signed-off-by: Ezhilarasi --- docs/datadictionary/complexResponse.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/datadictionary/complexResponse.rst (limited to 'docs') diff --git a/docs/datadictionary/complexResponse.rst b/docs/datadictionary/complexResponse.rst new file mode 100644 index 000000000..aa39ff235 --- /dev/null +++ b/docs/datadictionary/complexResponse.rst @@ -0,0 +1,20 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright (C) 2019 IBM. + +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" +} -- cgit 1.2.3-korg