diff options
author | romaingimbert <romain.gimbert@orange.com> | 2018-09-07 10:53:31 +0200 |
---|---|---|
committer | romaingimbert <romain.gimbert@orange.com> | 2018-09-07 10:53:31 +0200 |
commit | beb712f922ca903674844c3370424fc14330164e (patch) | |
tree | 909e0969e0940d8e8121e3cc7c3bc610c4183d2b /src/main/resources/jolt/getServiceInventory.json | |
parent | 2ede3ffbcb422795d0d3a733dbe60228ad0ace0d (diff) |
state attribute for ServiceInventory
-change jolt mapping to add field state
-manage when no VNF found
-add test
Change-Id: I68d885678aab031176a130349b2fb73838fff683
Issue-ID: EXTAPI-134
Signed-off-by: romaingimbert <romain.gimbert@orange.com>
Diffstat (limited to 'src/main/resources/jolt/getServiceInventory.json')
-rw-r--r-- | src/main/resources/jolt/getServiceInventory.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/jolt/getServiceInventory.json b/src/main/resources/jolt/getServiceInventory.json index df4f14c..cb75530 100644 --- a/src/main/resources/jolt/getServiceInventory.json +++ b/src/main/resources/jolt/getServiceInventory.json @@ -4,6 +4,7 @@ "spec": { "service-instance-id": "id", "service-instance-name": "name", + "orchestration-status": "state", "model-version-id" : "serviceSpecification.id", "model-invariant-id": "serviceSpecification.invariantUUID", "vnfs" : { |