summaryrefslogtreecommitdiffstats
path: root/docs/sections/apis/pmsh_swagger.json
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2020-09-18 14:59:44 +0100
committerefiacor <fiachra.corcoran@est.tech>2020-09-18 14:59:51 +0100
commit104d4a3e14a804e198ac1fc10eec0ab10cc33214 (patch)
treed786f2243e100e13e35e5068cd86be792af56556 /docs/sections/apis/pmsh_swagger.json
parent0214cb3d22dc50baba3593569c01e151347a070f (diff)
[PMSH] Add multi CDS info etc
Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I51ebf2034234f5e1726b2f240ad4059facc1d93e Issue-ID: DCAEGEN2-2407
Diffstat (limited to 'docs/sections/apis/pmsh_swagger.json')
-rw-r--r--docs/sections/apis/pmsh_swagger.json18
1 files changed, 15 insertions, 3 deletions
diff --git a/docs/sections/apis/pmsh_swagger.json b/docs/sections/apis/pmsh_swagger.json
index 59be8761..ac15ca72 100644
--- a/docs/sections/apis/pmsh_swagger.json
+++ b/docs/sections/apis/pmsh_swagger.json
@@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "PM Subscription Handler Service",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "PM subscription handler enables control of performance management jobs on network functions in ONAP"
},
"produces": [
@@ -46,9 +46,21 @@
"type": "string",
"description": "Status of the Subscription on the Network Function"
},
- "orchestration_status": {
+ "model_invariant_id": {
"type": "string",
- "description": "Orchestration status of the Network Function"
+ "description": "The NF model-invariant-id defined in A&AI"
+ },
+ "model_version_id": {
+ "type": "string",
+ "description": "The NF model-version-id defined in A&AI"
+ },
+ "sdnc_model_name": {
+ "type": "string",
+ "description": "The sdnc_model_name (blueprint name) defined in A&AI"
+ },
+ "sdnc_model_version": {
+ "type": "string",
+ "description": "The sdnc_model_version (blueprint version) defined in A&AI"
}
}
}