diff options
author | Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com> | 2019-02-25 15:51:17 -0500 |
---|---|---|
committer | Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com> | 2019-02-26 10:20:53 -0500 |
commit | 411e3e86f40b590f130f3379af0ca3df047c99ca (patch) | |
tree | 6d034c7f1837eac7cb279ffb2fcd859f62c83006 /src/main/resources | |
parent | 7704322bfb8f5d173392cbbb2052dd9f2e7b86f8 (diff) |
Add Logical Link to Data Model root level
Issue-ID: LOG-767
Change-Id: Ia16c3ec64f203f482b177c05bf154153a90bdd65
Signed-off-by: Leigh, Phillip (pl876u) <phillip.leigh@amdocs.com>
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/commonModel.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/main/resources/commonModel.html b/src/main/resources/commonModel.html index 2654b4c..1e664e0 100644 --- a/src/main/resources/commonModel.html +++ b/src/main/resources/commonModel.html @@ -337,6 +337,21 @@ POMBA Audit Context Builder API </tr> <tr> + <td>logicalLinkList</td> + <td> + + + array[<a href="#/definitions/LogicalLink">LogicalLink</a>] + + + + </td> + <td>optional</td> + <td>-</td> + <td></td> + </tr> + + <tr> <td>attributes</td> <td> @@ -499,6 +514,21 @@ POMBA Audit Context Builder API </tr> <tr> + <td>logicalLinkList</td> + <td> + + + array[<a href="#/definitions/LogicalLink">LogicalLink</a>] + + + + </td> + <td>optional</td> + <td>-</td> + <td></td> + </tr> + + <tr> <td>attributes</td> <td> |