aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/resources/commonModel.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/commonModel.html')
-rw-r--r--src/main/resources/commonModel.html42
1 files changed, 36 insertions, 6 deletions
diff --git a/src/main/resources/commonModel.html b/src/main/resources/commonModel.html
index 3723c3b..f4b51f6 100644
--- a/src/main/resources/commonModel.html
+++ b/src/main/resources/commonModel.html
@@ -514,32 +514,32 @@ POMBA Audit Context Builder API
</tr>
<tr>
- <td>pnfs</td>
+ <td>vnfs</td>
<td>
- array[<a href="#/definitions/PNF">PNF</a>]
+ array[<a href="#/definitions/VNF">VNF</a>]
</td>
<td>optional</td>
- <td>List of PNF associated with the service instance</td>
+ <td>List of VNF associated with the service instance</td>
<td></td>
</tr>
<tr>
- <td>vnfs</td>
+ <td>pnfs</td>
<td>
- array[<a href="#/definitions/VNF">VNF</a>]
+ array[<a href="#/definitions/PNF">PNF</a>]
</td>
<td>optional</td>
- <td>List of VNF associated with the service instance</td>
+ <td>List of PNF associated with the service instance</td>
<td></td>
</tr>
@@ -892,6 +892,21 @@ POMBA Audit Context Builder API
</tr>
<tr>
+ <td>networks</td>
+ <td>
+
+
+ array[<a href="#/definitions/Network">Network</a>]
+
+
+
+ </td>
+ <td>optional</td>
+ <td>-</td>
+ <td></td>
+ </tr>
+
+ <tr>
<td>attributes</td>
<td>
@@ -906,6 +921,21 @@ POMBA Audit Context Builder API
<td></td>
</tr>
+ <tr>
+ <td>pinterfaceList</td>
+ <td>
+
+
+ array[<a href="#/definitions/PInterface">PInterface</a>]
+
+
+
+ </td>
+ <td>optional</td>
+ <td>-</td>
+ <td></td>
+ </tr>
+
</table>
## <a name="/definitions/PhysicalLink">PhysicalLink</a>