Commit 82c80017 authored by Sana Zulfiqar's avatar Sana Zulfiqar
Browse files

SOL002_11 and minor fixes

parent 5e2fe459
Pipeline #6163 passed with stage
in 0 seconds
......@@ -293,7 +293,7 @@ paths:
# Individual VNF instance #
###############################################################################
'/vnf_instances/{vnfInstanceId}':
#SOL003 location: 5.4.3.2
#SOL002 location: 5.4.3.2
parameters:
- name: vnfInstanceId
description: >
......@@ -531,7 +531,7 @@ paths:
# Instantiate VNF task #
###############################################################################
'/vnf_instances/{vnfInstanceId}/instantiate':
#SOL003 location: 5.4.4.2
#SOL002 location: 5.4.4.2
parameters:
- name: vnfInstanceId
description: >
......@@ -643,7 +643,7 @@ paths:
# Scale VNF task #
###############################################################################
'/vnf_instances/{vnfInstanceId}/scale':
#SOL003 location: 5.4.5.2
#SOL002 location: 5.4.5.2
parameters:
- name: vnfInstanceId
description: >
......@@ -757,7 +757,7 @@ paths:
# Scale VNF to Level task #
###############################################################################
'/vnf_instances/{vnfInstanceId}/scale_to_level':
#SOL003 location: 5.4.6.2
#SOL002 location: 5.4.6.2
parameters:
- name: vnfInstanceId
description: >
......@@ -984,7 +984,7 @@ paths:
# Terminate VNF task #
###############################################################################
'/vnf_instances/{vnfInstanceId}/terminate':
#SOL003 location: 5.4.8.2
#SOL002 location: 5.4.8.2
parameters:
- name: vnfInstanceId
description: >
......@@ -1027,7 +1027,7 @@ paths:
The request has been accepted for processing.
The response body shall be empty.
The HTTP response shall include a "Location" HTTP header that contains the URI of the
newly-created "VNF LCM operation occurrence" resource corresponding to the operation.
newly-created "Individual VNF LCM operation occurrence" resource corresponding to the operation.
headers:
Content-Type:
description: The MIME type of the body of the response.
......@@ -1096,7 +1096,7 @@ paths:
# Heal VNF task #
###############################################################################
'/vnf_instances/{vnfInstanceId}/heal':
#SOL003 location: 5.4.9.2
#SOL002 location: 5.4.9.2
parameters:
- name: vnfInstanceId
description: >
......@@ -1208,7 +1208,7 @@ paths:
# Operate VNF task #
###############################################################################
'/vnf_instances/{vnfInstanceId}/operate':
#SOL003 location: 5.4.9.2
#SOL002 location: 5.4.9.2
parameters:
- name: vnfInstanceId
description: >
......@@ -1320,7 +1320,7 @@ paths:
# Change external VNF connectivity task #
###############################################################################
'/vnf_instances/{vnfInstanceId}/change_ext_conn':
#SOL003 location: 5.4.9.2
#SOL002 location: 5.4.9.2
parameters:
- name: vnfInstanceId
description: >
......@@ -1433,7 +1433,7 @@ paths:
# VNF LCM operation occurrences #
###############################################################################
'/vnf_lcm_op_occs':
#SOL003 location: 5.4.12
#SOL002 location: 5.4.12
parameters:
- name: Version
description: >
......@@ -1600,7 +1600,7 @@ paths:
# Individual VNF LCM operation occurrence #
###############################################################################
'/vnf_lcm_op_occs/{vnfLcmOpOccId}':
#SOL003 location: 5.4.13
#SOL002 location: 5.4.13
parameters:
- name: vnfLcmOpOccId
description: >
......@@ -1688,7 +1688,7 @@ paths:
# Retry operation task #
###############################################################################
'/vnf_lcm_op_occs/{vnfLcmOpOccId}/retry':
#SOL003 location: 5.4.14
#SOL002 location: 5.4.14
parameters:
- name: vnfLcmOpOccId
description: >
......@@ -1782,7 +1782,7 @@ paths:
# Rollback operation task #
###############################################################################
'/vnf_lcm_op_occs/{vnfLcmOpOccId}/rollback':
#SOL003 location: 5.4.15
#SOL002 location: 5.4.15
parameters:
- name: vnfLcmOpOccId
description: >
......@@ -1875,7 +1875,7 @@ paths:
# Fail operation task #
###############################################################################
'/vnf_lcm_op_occs/{vnfLcmOpOccId}/fail':
#SOL003 location: 5.4.16
#SOL002 location: 5.4.16
parameters:
- name: vnfLcmOpOccId
description: >
......@@ -1975,7 +1975,7 @@ paths:
# Cancel operation task #
###############################################################################
'/vnf_lcm_op_occs/{vnfLcmOpOccId}/cancel':
#SOL003 location: 5.4.17
#SOL002 location: 5.4.17
parameters:
- name: vnfLcmOpOccId
description: >
......@@ -2079,7 +2079,7 @@ paths:
# Subscriptions #
###############################################################################
'/subscriptions':
#SOL003 location: 5.4.18
#SOL002 location: 5.4.18
parameters:
- name: Version
description: >
......@@ -2100,7 +2100,7 @@ paths:
parameters:
- name: LccnSubscriptionRequest
description: >
Details of the subscription to be created.
Details of the subscription to be created, as defined in clause 5.5.2.15.
in: body
required: true
schema:
......@@ -2279,7 +2279,7 @@ paths:
# Individual subscription #
###############################################################################
'/subscriptions/{subscriptionId}':
#SOL003 location: 5.4.19
#SOL002 location: 5.4.19
parameters:
- name: subscriptionId
description: >
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment