summaryrefslogtreecommitdiffstats
path: root/docs/sections/apis/pmsh_swagger.yml
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.yml
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.yml')
-rw-r--r--docs/sections/apis/pmsh_swagger.yml15
1 files changed, 12 insertions, 3 deletions
diff --git a/docs/sections/apis/pmsh_swagger.yml b/docs/sections/apis/pmsh_swagger.yml
index 58e6a788..b9342236 100644
--- a/docs/sections/apis/pmsh_swagger.yml
+++ b/docs/sections/apis/pmsh_swagger.yml
@@ -19,7 +19,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:
- "application/json"
@@ -58,9 +58,18 @@ paths:
nf_sub_status:
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
401:
description: Unauthorized
403: