aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorManzon, Inna (im453s) <im453s@intl.att.com>2018-12-25 17:41:33 +0200
committerManzon, Inna (im453s) <im453s@intl.att.com>2019-01-07 10:27:45 +0200
commit16cfd402db3048735615f11751c512386dfc0382 (patch)
treee95778eaefdb78ad72b744935f94ec92471f3dae /README.md
parente502e8a5b21819ddaceb7c7d3ab387467231cc3c (diff)
SDC Tosca Parser getEntity API
Change-Id: I4232c4ca85432bf9c81a81d717bee23b187182aa Issue-ID: SDC-1967 Signed-off-by: Manzon, Inna (im453s) <im453s@intl.att.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 16 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9935a4e..68636f1 100644
--- a/README.md
+++ b/README.md
@@ -124,4 +124,19 @@ to use add the folowing depandency to your POM file:
## 1.4.7
### Bug fix:
-1. **validation fix** Null value caused to NullPointerException in validate function in DataEntity \ No newline at end of file
+1. **validation fix** Null value caused to NullPointerException in validate function in DataEntity
+
+
+## 1.4.8
+
+### Features:
+1. A new API is declared:
+
+*List<IEntityDetails> getEntity(EntityQuery entityQuery, TopologyTemplateQuery topologyTemplateQuery, boolean isRecursive)*
+
+It is designed to retrieve details of one or more entity templates from corresponding topology template according to provided query parameters
+
+2. Mock-up version of **getEntity** API is implemented.
+
+### Note:
+This version is intended for SDN-C team usage only.