diff options
Diffstat (limited to 'docs/sections/apis/pmsh_swagger.yml')
-rw-r--r-- | docs/sections/apis/pmsh_swagger.yml | 15 |
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: |