openapi: 3.0.1 info: title: SOL002 - VNF Lifecycle Management interface description: | SOL002 - VNF Lifecycle Management interface IMPORTANT: Please note that this file might be not aligned to the current version of the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the published ETSI Group Specification takes precedence. Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis contact: name: NFV-SOL WG license: name: ETSI Forge copyright notice url: https://forge.etsi.org/etsi-forge-copyright-notice.txt version: 1.4.0-impl:etsi.org:ETSI_NFV_OpenAPI:1 externalDocs: description: ETSI GS NFV-SOL 002 V3.3.1 url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/002/02.07.01_60/gs_nfv-sol002v020701p.pdf security: - OauthSecurity: - all servers: - url: http://127.0.0.1/vnflcm/v1 - url: https://127.0.0.1/vnflcm/v1 paths: /api_versions: $ref: ../../endpoints/SOL002SOL003_endpoints.yaml#/endpoints/api-versions /vnf_instances: parameters: - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization get: description: | The GET method queries information about multiple VNF instances. parameters: - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Accept - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/filter - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/all_fields - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/fields - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/exclude_fields - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/exclude_default - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/nextpage_opaque_marker responses: "200": $ref: '#/components/responses/VnfInstances.Get' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/400 "401": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/401 "403": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/403 "404": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/404 "405": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/405 "406": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/406 "416": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/416 "422": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/422 "429": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/429 "500": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/500 "503": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/503 "504": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/504 post: description: | The POST method creates a new VNF instance resource. parameters: - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Accept - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/ContentType requestBody: $ref: '#/components/requestBodies/VnfInstanceCreationRequest' responses: "201": $ref: '#/components/responses/VnfInstances.Post' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/400 "401": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/401 "403": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/403 "404": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/404 "405": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/405 "406": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/406 "416": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/416 "422": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/422 "429": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/429 "500": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/500 "503": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/503 "504": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/504 /vnf_instances/{vnfInstanceId}: parameters: - $ref: '#/components/parameters/VnfInstanceId' - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization get: description: | Information about a VNF instance by reading an "Individual VNF instance". responses: "200": $ref: '#/components/responses/IndividualVnfInstance.Get' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/400 "401": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/401 "403": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/403 "404": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/404 "405": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/405 "406": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/406 "416": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/416 "422": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/422 "429": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/429 "500": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/500 "503": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/503 "504": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/504 delete: description: | This method deletes an "Individual VNF instance" resource. responses: "204": $ref: '#/components/responses/IndividualVnfInstance.Delete' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/400 "401": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/401 "403": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/403 "404": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/404 "405": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/405 "406": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/406 "409": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/409 "416": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/416 "422": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/422 "429": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/429 "500": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/500 "503": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/503 "504": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/504 patch: description: | This method modifies an "Individual VNF instance" resource. Changes to the VNF configurable properties are applied to the configuration in the VNF instance, and are reflected in the representation of this resource. Other changes are applied to the VNF instance information managed by the VNFM, and are reflected in the representation of this resource requestBody: $ref: '#/components/requestBodies/VnfInstanceModificationRequest' responses: "202": $ref: '#/components/responses/IndividualVnfInstance.Patch' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/400 "401": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/401 "403": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/403 "404": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/404 "405": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/405 "406": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/406 "409": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/409 "412": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/412 "416": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/416 "422": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/422 "429": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/429 "500": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/500 "503": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/503 "504": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/504 /vnf_instances/{vnfInstanceId}/instantiate: parameters: - $ref: '#/components/parameters/VnfInstanceId' - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization post: description: | The POST method instantiates a VNF instance. requestBody: $ref: '#/components/requestBodies/VnfInstanceInstantiationRequest' responses: "202": $ref: '#/components/responses/InstantiateVnfInstance.Post' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/400 "401": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/401 "403": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/403 "404": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/404 "405": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/405 "406": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/406 "409": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/409 "416": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/416 "422": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/422 "429": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/429 "500": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/500 "503": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/503 "504": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/504 /vnf_instances/{vnfInstanceId}/scale: parameters: - $ref: '#/components/parameters/VnfInstanceId' - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization post: description: | The POST method requests to scale a VNF instance resource incrementally. requestBody: $ref: '#/components/requestBodies/VnfInstanceScaleRequest' responses: "202": $ref: '#/components/responses/ScaleVnfInstance.Post' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/400 "401": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/401 "403": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/403 "404": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/404 "405": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/405 "406": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/406 "409": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/409 "416": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/416 "422": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/422 "429": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/429 "500": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/500 "503": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/503 "504": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/504 /vnf_instances/{vnfInstanceId}/scale_to_level: parameters: - $ref: '#/components/parameters/VnfInstanceId' - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization post: description: | The POST method requests to scale a VNF instance resource to a target level. requestBody: $ref: '#/components/requestBodies/VnfInstanceScaleToLevelRequest' responses: "202": $ref: '#/components/responses/ScaleVnfInstanceToLevel.Post' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/400 "401": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/401 "403": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/403 "404": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/404 "405": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/405 "406": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/406 "409": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/409 "416": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/416 "422": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/422 "429": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/429 "500": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/500 "503": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/503 "504": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/504 /vnf_instances/{vnfInstanceId}/change_flavour: parameters: - $ref: '#/components/parameters/VnfInstanceId' - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization post: description: | The POST method changes the deployment flavour of a VNF instance. requestBody: $ref: '#/components/requestBodies/VnfInstanceChangeFlavourRequest' responses: "202": $ref: '#/components/responses/VnfInstanceChangeFlavour.Post' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/400 "401": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/401 "403": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/403 "404": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/404 "405": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/405 "406": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/406 "409": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/409 "416": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/416 "422": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/422 "429": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/429 "500": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/500 "503": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/503 "504": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/504 /vnf_instances/{vnfInstanceId}/terminate: parameters: - $ref: '#/components/parameters/VnfInstanceId' - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization post: description: | The POST method terminates a VNF instance. requestBody: $ref: '#/components/requestBodies/VnfInstanceTerminationRequest' responses: "202": $ref: '#/components/responses/TerminateVnfInstance.Post' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/400 "401": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/401 "403": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/403 "404": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/404 "405": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/405 "406": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/406 "409": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/409 "416": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/416 "422": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/422 "429": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/429 "500": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/500 "503": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/503 "504": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/504 /vnf_instances/{vnfInstanceId}/heal: parameters: - $ref: '#/components/parameters/VnfInstanceId' - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization post: description: | The POST method requests to heal a VNF instance. requestBody: $ref: '#/components/requestBodies/VnfInstanceHealRequest' responses: "202": $ref: '#/components/responses/HealVnfInstance.Post' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/400 "401": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/401 "403": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/403 "404": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/404 "405": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/405 "406": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/406 "409": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/409 "416": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/416 "422": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/422 "429": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/429 "500": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/500 "503": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/503 "504": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/504 /vnf_instances/{vnfInstanceId}/operate: parameters: - $ref: '#/components/parameters/VnfInstanceId' - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization post: description: | The POST method changes the operational state of a VNF instance. requestBody: $ref: '#/components/requestBodies/VnfInstanceOperateRequest' responses: "202": $ref: '#/components/responses/OperateVnfInstance.Post' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/400 "401": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/401 "403": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/403 "404": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/404 "405": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/405 "406": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/406 "409": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/409 "416": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/416 "422": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/422 "429": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/429 "500": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/500 "503": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/503 "504": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/504 /vnf_instances/{vnfInstanceId}/change_ext_conn: parameters: - $ref: '#/components/parameters/VnfInstanceId' - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization post: description: | The POST method changes the external connectivity of a VNF instance. requestBody: $ref: '#/components/requestBodies/VnfInstanceChangeExtConnRequest' responses: "202": $ref: '#/components/responses/VnfInstanceChangeExtConn.Post' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/400 "401": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/401 "403": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/403 "404": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/404 "405": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/405 "406": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/406 "409": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/409 "416": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/416 "422": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/422 "429": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/429 "500": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/500 "503": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/503 "504": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/504 /vnf_lcm_op_occs: parameters: - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization get: description: | The client can use this method to query status information about multiple VNF lifecycle management operation occurrences. parameters: - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/filter - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/all_fields - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/fields - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/exclude_fields - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/exclude_default - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/nextpage_opaque_marker responses: "200": $ref: '#/components/responses/VnfLcmOpOccs.Get' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/400 "401": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/401 "403": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/403 "404": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/404 "405": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/405 "406": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/406 "416": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/416 "422": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/422 "429": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/429 "500": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/500 "503": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/503 "504": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/504 /vnf_lcm_op_occs/{vnfLcmOpOccId}: parameters: - $ref: '#/components/parameters/VnfLcmOpOccId' - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization get: description: | The client can use this method to retrieve status information about a VNF lifecycle management operation occurrence by reading an "Individual VNF LCM operation occurrence" resource. responses: "200": $ref: '#/components/responses/IndividualVnfLcmOpOcc.Get' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/400 "401": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/401 "403": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/403 "404": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/404 "405": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/405 "406": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/406 "416": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/416 "422": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/422 "429": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/429 "500": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/500 "503": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/503 "504": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/504 /vnf_lcm_op_occs/{vnfLcmOpOccId}/retry: parameters: - $ref: '#/components/parameters/VnfLcmOpOccId' - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization post: description: | The POST method initiates retrying a VNF lifecycle operation if that operation has experienced a temporary failure, i.e. the related "Individual VNF LCM operation occurrence" resource is in "FAILED_TEMP" state. responses: "202": $ref: '#/components/responses/VnfLcmOpOccRetry.Post' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/400 "401": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/401 "403": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/403 "404": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/404 "405": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/405 "406": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/406 "409": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/409 "416": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/416 "422": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/422 "429": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/429 "500": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/500 "503": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/503 "504": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/504 /vnf_lcm_op_occs/{vnfLcmOpOccId}/rollback: parameters: - $ref: '#/components/parameters/VnfLcmOpOccId' - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization post: description: | The POST method initiates rolling back a VNF lifecycle operation if that operation has experienced a temporary failure, i.e. the related "Individual VNF LCM operation occurrence" resource is in "FAILED_TEMP" state. responses: "202": $ref: '#/components/responses/VnfLcmOpOccRollback.Post' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/400 "401": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/401 "403": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/403 "404": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/404 "405": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/405 "406": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/406 "409": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/409 "416": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/416 "422": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/422 "429": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/429 "500": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/500 "503": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/503 "504": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/504 /vnf_lcm_op_occs/{vnfLcmOpOccId}/fail: parameters: - $ref: '#/components/parameters/VnfLcmOpOccId' - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization post: description: | The POST method marks a VNF lifecycle management operation occurrence as "finally failed" if that operation occurrence is in "FAILED_TEMP" state. responses: "200": $ref: '#/components/responses/VnfLcmOpOccFail.Post' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/400 "401": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/401 "403": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/403 "404": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/404 "405": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/405 "406": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/406 "409": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/409 "416": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/416 "422": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/422 "429": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/429 "500": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/500 "503": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/503 "504": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/504 /vnf_lcm_op_occs/{vnfLcmOpOccId}/cancel: parameters: - $ref: '#/components/parameters/VnfLcmOpOccId' - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization post: description: | The POST method initiates cancelling an ongoing VNF lifecycle operation while it is being executed or rolled back, i.e. the related "Individual VNF LCM operation occurrence" is either in "PROCESSING" or "ROLLING_BACK" state. responses: "202": $ref: '#/components/responses/VnfLcmOpOccCancel.Post' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/400 "401": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/401 "403": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/403 "404": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/404 "405": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/405 "406": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/406 "409": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/409 "416": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/416 "422": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/422 "429": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/429 "500": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/500 "503": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/503 "504": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/504 /subscriptions: parameters: - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization get: description: | The GET method queries the list of active subscriptions of the functional block that invokes the method. It can be used e.g. for resynchronization after error situations. parameters: - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/filter - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/nextpage_opaque_marker responses: "200": $ref: '#/components/responses/Subscriptions.Get' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/400 "401": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/401 "403": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/403 "404": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/404 "405": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/405 "406": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/406 "416": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/416 "422": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/422 "429": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/429 "500": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/500 "503": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/503 "504": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/504 post: description: | The POST method creates a new subscription. requestBody: $ref: '#/components/requestBodies/VnfLcmSubscriptionRequest' responses: "201": $ref: '#/components/responses/Subscriptions.Post' "303": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/303 "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/400 "401": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/401 "403": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/403 "404": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/404 "405": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/405 "406": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/406 "416": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/416 "422": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/422 "429": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/429 "500": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/500 "503": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/503 "504": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/504 /subscriptions/{subscriptionId}: parameters: - $ref: '#/components/parameters/SubscriptionId' - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Version - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/Authorization get: description: | The GET method retrieves information about a subscription by reading an "Individual subscription" resource. responses: "200": $ref: '#/components/responses/IndividualSubscription.Get' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/400 "401": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/401 "403": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/403 "404": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/404 "405": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/405 "406": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/406 "416": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/416 "422": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/422 "429": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/429 "500": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/500 "503": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/503 "504": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/504 delete: description: | The DELETE method terminates an individual subscription. responses: "204": $ref: '#/components/responses/IndividualSubscription.Delete' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/400 "401": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/401 "403": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/403 "404": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/404 "405": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/405 "406": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/406 "416": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/416 "422": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/422 "429": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/429 "500": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/500 "503": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/503 "504": $ref: ../../responses/SOL002SOL003_resp.yaml#/responses/504 components: parameters: VnfInstanceId: name: vnfInstanceId in: path description: | Identifier of the VNF instance. This identifier can be retrieved from the resource referenced by the "Location" HTTP header in the response to a POST request creating a new VNF instance resource. It can also be retrieved from the "id" attribute in the payload body of that response. required: true style: simple explode: false schema: type: string VnfLcmOpOccId: name: vnfLcmOpOccId in: path description: | Identifier of a VNF lifecycle management operation occurrence. This identifier can be retrieved from the resource referenced by the "Location" HTTP header in the response to a PATCH or POST request triggering a VNF LCM operation. It can also be retrieved from the "vnfLcmOpOccId" attribute in the VnfLcmOperationOccurrenceNotification. required: true style: simple explode: false schema: type: string SubscriptionId: name: subscriptionId in: path description: | Identifier of this subscription. This identifier can be retrieved from the resource referenced by the "Location" HTTP header in the response to a POST request creating a new subscription resource. It can also be retrieved from the "id" attribute in the payload body of that response. required: true style: simple explode: false schema: type: string requestBodies: VnfInstanceCreationRequest: description: | The VNF creation parameters, as defined in clause 5.5.2.3. content: application/json: schema: $ref: ../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/CreateVnfRequest required: true VnfInstanceModificationRequest: description: Input parameters for VNF info modification content: application/json: schema: $ref: ../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/VnfInfoModificationRequest required: true VnfInstanceInstantiationRequest: description: Parameters for the VNF instantiation. content: application/json: schema: $ref: ./definitions/SOL002VNFLifecycleManagement_def.yaml#/definitions/InstantiateVnfRequest required: true VnfInstanceScaleRequest: description: Parameters for the scale VNF operation. content: application/json: schema: $ref: ../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/ScaleVnfRequest required: true VnfInstanceScaleToLevelRequest: description: Parameters for the scale VNF to Level operation. content: application/json: schema: $ref: ../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/ScaleVnfToLevelRequest required: true VnfInstanceChangeFlavourRequest: description: Parameters for the Change VNF Flavour operation. content: application/json: schema: $ref: ./definitions/SOL002VNFLifecycleManagement_def.yaml#/definitions/ChangeVnfFlavourRequest required: true VnfInstanceTerminationRequest: description: Parameters for the VNF termination. content: application/json: schema: $ref: ./definitions/SOL002VNFLifecycleManagement_def.yaml#/definitions/TerminateVnfRequest required: true VnfInstanceHealRequest: description: Parameters for the Heal VNF operation. content: application/json: schema: $ref: ./definitions/SOL002VNFLifecycleManagement_def.yaml#/definitions/HealVnfRequest required: true VnfInstanceOperateRequest: description: Parameters for the Operate VNF operation. content: application/json: schema: $ref: ./definitions/SOL002VNFLifecycleManagement_def.yaml#/definitions/OperateVnfRequest required: true VnfInstanceChangeExtConnRequest: description: | Parameters for the Change external VNF connectivity operation. content: application/json: schema: $ref: ./definitions/SOL002VNFLifecycleManagement_def.yaml#/definitions/ChangeExtVnfConnectivityRequest required: true VnfLcmSubscriptionRequest: description: | Details of the subscription to be created. content: application/json: schema: $ref: ../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/LccnSubscriptionRequest required: true responses: VnfInstances.Get: description: | 200 OK Information about zero or more VNF instances has been queried successfully. The response body shall contain in an array the representations of zero or more VNF instances. headers: Version: description: The used API version. style: simple explode: false schema: type: string WWW-Authenticate: description: | Challenge if the corresponding HTTP request has not provided authorization, or error details if the corresponding HTTP request has provided an invalid authorization token. style: simple explode: false schema: type: string Content-Type: description: The MIME type of the body of the response. style: simple explode: false schema: type: string content: application/json: schema: type: array items: $ref: ./definitions/SOL002VNFLifecycleManagement_def.yaml#/definitions/VnfInstance VnfInstances.Post: description: | 201 CREATED Shall be returned when a new "Individual VNF Instance" resource and the associated VNF instance identifier has been created successfully. The response body shall contain a representation of the created VNF instance, as defined in clause 5.5.2.2. The HTTP response shall include a "Location" HTTP header that contains the resource URI of the created VNF instance. headers: Version: description: | The used API version. style: simple explode: false schema: type: string WWW-Authenticate: description: | Challenge if the corresponding HTTP request has not provided authorization, or error details if the corresponding HTTP request has provided an invalid authorization token. style: simple explode: false schema: type: string Content-Type: description: | The MIME type of the body of the response. style: simple explode: false schema: type: string Location: description: | The resource URI of the created VNF instance style: simple explode: false schema: type: string format: url content: application/json: schema: $ref: ./definitions/SOL002VNFLifecycleManagement_def.yaml#/definitions/VnfInstance IndividualVnfInstance.Get: description: | 200 OK Information about an individual VNF instance has been read successfully. The response body shall contain a representation of the VNF instance, as defined in clause 5.5.2.2. headers: Version: description: The used API version. style: simple explode: false schema: type: string WWW-Authenticate: description: | Challenge if the corresponding HTTP request has not provided authorization, or error details if the corresponding HTTP request has provided an invalid authorization token. style: simple explode: false schema: type: string Content-Type: description: The MIME type of the body of the response. style: simple explode: false schema: type: string content: application/json: schema: $ref: ./definitions/SOL002VNFLifecycleManagement_def.yaml#/definitions/VnfInstance IndividualVnfInstance.Delete: description: | 204 NO CONTENT The "Individual VNF instance" resource and the associated VNF identifier were deleted successfully. The response body shall be empty. headers: Version: description: The used API version. style: simple explode: false schema: type: string WWW-Authenticate: description: | Challenge if the corresponding HTTP request has not provided authorization, or error details if the corresponding HTTP request has provided an invalid authorization token. style: simple explode: false schema: type: string content: application/json: schema: $ref: ../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/VnfIdentifierDeletionNotification IndividualVnfInstance.Patch: description: | 202 ACCEPTED The request was accepted for processing, but the processing has not been completed. On success, the HTTP response shall include a "Location" HTTP header that contains the URI of the newly-created an "Individual VNF LCM operation occurrence" resource corresponding to the operation. The response body shall be empty. headers: Version: description: The used API version. style: simple explode: false schema: type: string WWW-Authenticate: description: | Challenge if the corresponding HTTP request has not provided authorization, or error details if the corresponding HTTP request has provided an invalid authorization token. style: simple explode: false schema: type: string Content-Type: description: The MIME type of the body of the response. style: simple explode: false schema: type: string Location: description: | Used in redirection, or when a new resource has been created. This header field shall be present if the response status code is 201 or 3xx. In the present document this header field is also used if the response status code is 202 and a new resource was created. style: simple explode: false schema: type: string format: url content: {} InstantiateVnfInstance.Post: description: | 202 ACCEPTED The request has been accepted for processing, but the processing has not been completed. 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. headers: Version: description: The used API version. style: simple explode: false schema: type: string WWW-Authenticate: description: | Challenge if the corresponding HTTP request has not provided authorization, or error details if the corresponding HTTP request has provided an invalid authorization token. style: simple explode: false schema: type: string Content-Type: description: The MIME type of the body of the response. style: simple explode: false schema: type: string Location: description: | Used in redirection, or when a new resource has been created. This header field shall be present if the response status code is 201 or 3xx. In the present document this header field is also used if the response status code is 202 and a new resource was created. style: simple explode: false schema: type: string format: url content: {} ScaleVnfInstance.Post: description: | 202 ACCEPTED The request has been accepted for processing, but the processing has not been completed. The response body shall be empty. The HTTP response shall include a "Location" HTTP header that contains the URI of the newly-created "Individual VNF LCM operation occurrence" resource corresponding to the operation. headers: Version: description: The used API version. style: simple explode: false schema: type: string WWW-Authenticate: description: | Challenge if the corresponding HTTP request has not provided authorization, or error details if the corresponding HTTP request has provided an invalid authorization token. style: simple explode: false schema: type: string Content-Type: description: The MIME type of the body of the response. style: simple explode: false schema: type: string Location: description: | Used in redirection, or when a new resource has been created. This header field shall be present if the response status code is 201 or 3xx. In the present document this header field is also used if the response status code is 202 and a new resource was created. style: simple explode: false schema: type: string format: url content: {} ScaleVnfInstanceToLevel.Post: description: | 202 ACCEPTED The request has been accepted for processing, but the processing has not been completed. 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. headers: Version: description: The used API version. style: simple explode: false schema: type: string WWW-Authenticate: description: | Challenge if the corresponding HTTP request has not provided authorization, or error details if the corresponding HTTP request has provided an invalid authorization token. style: simple explode: false schema: type: string Content-Type: description: The MIME type of the body of the response. style: simple explode: false schema: type: string Location: description: | Used in redirection, or when a new resource has been created. This header field shall be present if the response status code is 201 or 3xx. In the present document this header field is also used if the response status code is 202 and a new resource was created. style: simple explode: false schema: type: string format: url content: {} VnfInstanceChangeFlavour.Post: description: | 202 ACCEPTED The request has been accepted for processing, but the processing has not been completed. The response body shall be empty. The HTTP response shall include a "Location" HTTP header that contains the URI of the newly-created "Individual VNF LCM operation occurrence" resource corresponding to the operation. headers: Version: description: The used API version. style: simple explode: false schema: type: string WWW-Authenticate: description: | Challenge if the corresponding HTTP request has not provided authorization, or error details if the corresponding HTTP request has provided an invalid authorization token. style: simple explode: false schema: type: string Content-Type: description: The MIME type of the body of the response. style: simple explode: false schema: type: string Location: description: | Used in redirection, or when a new resource has been created. This header field shall be present if the response status code is 201 or 3xx. In the present document this header field is also used if the response status code is 202 and a new resource was created. style: simple explode: false schema: type: string format: url content: {} TerminateVnfInstance.Post: description: | 202 ACCEPTED 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. headers: Version: description: The used API version. style: simple explode: false schema: type: string WWW-Authenticate: description: | Challenge if the corresponding HTTP request has not provided authorization, or error details if the corresponding HTTP request has provided an invalid authorization token. style: simple explode: false schema: type: string Content-Type: description: The MIME type of the body of the response. style: simple explode: false schema: type: string Location: description: | Used in redirection, or when a new resource has been created. This header field shall be present if the response status code is 201 or 3xx. In the present document this header field is also used if the response status code is 202 and a new resource was created. style: simple explode: false schema: type: string format: url content: {} HealVnfInstance.Post: description: | 202 ACCEPTED The request has been accepted for processing, but the processing has not been completed. The response body shall be empty. The HTTP response shall include a "Location" HTTP header that contains the URI of the newly-created "Individual VNF LCM operation occurrence" resource corresponding to the operation. headers: Version: description: The used API version. style: simple explode: false schema: type: string WWW-Authenticate: description: | Challenge if the corresponding HTTP request has not provided authorization, or error details if the corresponding HTTP request has provided an invalid authorization token. style: simple explode: false schema: type: string Content-Type: description: The MIME type of the body of the response. style: simple explode: false schema: type: string Location: description: | Used in redirection, or when a new resource has been created. This header field shall be present if the response status code is 201 or 3xx. In the present document this header field is also used if the response status code is 202 and a new resource was created. style: simple explode: false schema: type: string format: url content: {} OperateVnfInstance.Post: description: | 202 ACCEPTED The request has been accepted for processing, but the processing has not been completed. 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. headers: Version: description: The used API version. style: simple explode: false schema: type: string WWW-Authenticate: description: | Challenge if the corresponding HTTP request has not provided authorization, or error details if the corresponding HTTP request has provided an invalid authorization token. style: simple explode: false schema: type: string Content-Type: description: The MIME type of the body of the response. style: simple explode: false schema: type: string Location: description: | Used in redirection, or when a new resource has been created. This header field shall be present if the response status code is 201 or 3xx. In the present document this header field is also used if the response status code is 202 and a new resource was created. style: simple explode: false schema: type: string format: url content: {} VnfInstanceChangeExtConn.Post: description: | 202 ACCEPTED The request has been accepted for processing, but the processing has not been completed. 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. headers: Version: description: The used API version. style: simple explode: false schema: type: string WWW-Authenticate: description: | Challenge if the corresponding HTTP request has not provided authorization, or error details if the corresponding HTTP request has provided an invalid authorization token. style: simple explode: false schema: type: string Content-Type: description: The MIME type of the body of the response. style: simple explode: false schema: type: string Location: description: | Used in redirection, or when a new resource has been created. This header field shall be present if the response status code is 201 or 3xx. In the present document this header field is also used if the response status code is 202 and a new resource was created. style: simple explode: false schema: type: string format: url content: {} VnfLcmOpOccs.Get: description: | 200 OK Status information for zero or more VNF lifecycle management operation occurrences has been queried successfully. The response body shall contain in an array the status information about zero or more VNF lifecycle operation occurrences, as defined in clause 5.5.2.13. If the VNFM supports alternative 2 (paging) according to clause 5.4.2.1 of ETSI GS NFV-SOL 013 for this resource, inclusion of the Link HTTP header in this response shall follow the provisions in clause 5.4.2.3 of ETSI GS NFV-SOL 013. headers: Version: description: | The used API version. style: simple explode: false schema: type: string WWW-Authenticate: description: | Challenge if the corresponding HTTP request has not provided authorization, or error details if the corresponding HTTP request has provided an invalid authorization token. style: simple explode: false schema: type: string Link: description: | Reference to other resources. Used for paging in the present document, see clause 4.7.2.1. style: simple explode: false schema: type: string Content-Type: description: The MIME type of the body of the response. style: simple explode: false schema: type: string content: application/json: schema: $ref: ../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/VnfLcmOpOcc IndividualVnfLcmOpOcc.Get: description: | 200 OK Information about an individual VNF instance has been queried successfully. The response body shall contain status information about a VNF lifecycle management operation occurrence. headers: Version: description: The used API version. style: simple explode: false schema: type: string WWW-Authenticate: description: | Challenge if the corresponding HTTP request has not provided authorization, or error details if the corresponding HTTP request has provided an invalid authorization token. style: simple explode: false schema: type: string Content-Type: description: The MIME type of the body of the response. style: simple explode: false schema: type: string content: application/json: schema: $ref: ../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/VnfLcmOpOcc VnfLcmOpOccRetry.Post: description: | 202 ACCEPTED The request has been accepted for processing, but processing has not been completed. The response shall have an empty payload body. headers: Version: description: The used API version. style: simple explode: false schema: type: string WWW-Authenticate: description: | Challenge if the corresponding HTTP request has not provided authorization, or error details if the corresponding HTTP request has provided an invalid authorization token. style: simple explode: false schema: type: string content: {} VnfLcmOpOccRollback.Post: description: | 202 ACCEPTED The request has been accepted for processing, but processing has not been completed. The response shall have an empty payload body. headers: Version: description: The used API version. style: simple explode: false schema: type: string WWW-Authenticate: description: | Challenge if the corresponding HTTP request has not provided authorization, or error details if the corresponding HTTP request has provided an invalid authorization token. style: simple explode: false schema: type: string content: {} VnfLcmOpOccFail.Post: description: | 200 OK The state of the VNF lifecycle management operation occurrence has been changed successfully. The response shall include a representation of the "Individual VNF lifecycle operation occurrence" resource. headers: Version: description: The used API version. style: simple explode: false schema: type: string WWW-Authenticate: description: | Challenge if the corresponding HTTP request has not provided authorization, or error details if the corresponding HTTP request has provided an invalid authorization token. style: simple explode: false schema: type: string Content-Type: description: The MIME type of the body of the response. style: simple explode: false schema: type: string content: application/json: schema: $ref: ../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/VnfLcmOpOcc VnfLcmOpOccCancel.Post: description: | 202 ACCEPTED The request has been accepted for processing, but processing has not been completed. The response shall have an empty payload body. headers: Version: description: The used API version. style: simple explode: false schema: type: string WWW-Authenticate: description: | Challenge if the corresponding HTTP request has not provided authorization, or error details if the corresponding HTTP request has provided an invalid authorization token. style: simple explode: false schema: type: string content: {} Subscriptions.Get: description: | 200 OK The list of subscriptions has been queried successfully. The response body shall contain in an array the representations of all active subscriptions of the functional block that invokes the method, i.e. zero or more representations of lifecycle change notification subscriptions as defined in clause 5.5.2.16. headers: Version: description: The used API version. style: simple explode: false schema: type: string WWW-Authenticate: description: | Challenge if the corresponding HTTP request has not provided authorization, or error details if the corresponding HTTP request has provided an invalid authorization token. style: simple explode: false schema: type: string Content-Type: description: The MIME type of the body of the response. style: simple explode: false schema: type: string content: application/json: schema: $ref: ../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/LccnSubscription Subscriptions.Post: description: | 201 CREATED The subscription has been created successfully. The response body shall contain a representation of the created "Individual subscription" resource. The HTTP response shall include a "Location" HTTP header that points to the created "Individual subscription" resource. headers: Version: description: The used API version. style: simple explode: false schema: type: string WWW-Authenticate: description: | Challenge if the corresponding HTTP request has not provided authorization, or error details if the corresponding HTTP request has provided an invalid authorization token. style: simple explode: false schema: type: string Content-Type: description: The MIME type of the body of the response. style: simple explode: false schema: type: string Location: description: The resource URI of the created VNF instance style: simple explode: false schema: type: string format: url content: application/json: schema: $ref: ../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/LccnSubscription IndividualSubscription.Get: description: | 200 OK The operation has completed successfully. The response body shall contain a representation of the "Individual subscription" resource. headers: Version: description: The used API version. style: simple explode: false schema: type: string WWW-Authenticate: description: | Challenge if the corresponding HTTP request has not provided authorization, or error details if the corresponding HTTP request has provided an invalid authorization token. style: simple explode: false schema: type: string Content-Type: description: The MIME type of the body of the response. style: simple explode: false schema: type: string content: application/json: schema: $ref: ../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/LccnSubscription IndividualSubscription.Delete: description: | 204 NO CONTENT The "Individual subscription" resource has been deleted successfully. The response body shall be empty. headers: Version: description: The used API version. style: simple explode: false schema: type: string WWW-Authenticate: description: | Challenge if the corresponding HTTP request has not provided authorization, or error details if the corresponding HTTP request has provided an invalid authorization token. style: simple explode: false schema: type: string content: {}