Commit 875bd4d7 authored by moscatelli's avatar moscatelli
Browse files

SOL005_8: Link and nextpage_opaque_marker added in NS mgmt and NS performarce...

SOL005_8: Link and nextpage_opaque_marker added in NS mgmt and NS performarce mgmt GET requests + code formatting
parent c2da30f6
Pipeline #512 failed with stage
in 0 seconds
# Copyright (c) ETSI 2017. # Copyright (c) ETSI 2017.
# https://forge.etsi.org/etsi-forge-copyright-notice.txt # https://forge.etsi.org/etsi-forge-copyright-notice.txt
responses: responses:
303: 303:
description: > description: >
See Other. See Other.
......
...@@ -26,9 +26,9 @@ consumes: ...@@ -26,9 +26,9 @@ consumes:
produces: produces:
- "application/json" - "application/json"
paths: paths:
############################################################################### ###############################################################################
# VNF Packages # # VNF Packages #
############################################################################### ###############################################################################
'/vnf_packages': '/vnf_packages':
#ETSI GS NFV-SOL 005 V2.4.1 location: 9.4.2 #ETSI GS NFV-SOL 005 V2.4.1 location: 9.4.2
get: get:
...@@ -216,9 +216,9 @@ paths: ...@@ -216,9 +216,9 @@ paths:
has provided an invalid authorization token. has provided an invalid authorization token.
maximum: 1 maximum: 1
minimum: 0 minimum: 0
############################################################################### ###############################################################################
# Individual VNF Package # # Individual VNF Package #
############################################################################### ###############################################################################
'/vnf_packages/{vnfPkgId}': '/vnf_packages/{vnfPkgId}':
#ETSI GS NFV-SOL 005 V2.4.1 location: 9.4.3 #ETSI GS NFV-SOL 005 V2.4.1 location: 9.4.3
parameters: parameters:
...@@ -412,9 +412,9 @@ paths: ...@@ -412,9 +412,9 @@ paths:
503: 503:
$ref: "responses/SOL005_resp.yaml#/responses/503" $ref: "responses/SOL005_resp.yaml#/responses/503"
############################################################################### ###############################################################################
# VNFD in an individual VNF package # # VNFD in an individual VNF package #
############################################################################### ###############################################################################
'/vnf_packages/{vnfPkgId}/vnfd': '/vnf_packages/{vnfPkgId}/vnfd':
#ETSI GS NFV-SOL 005 V2.4.1 location: 9.4.4 #ETSI GS NFV-SOL 005 V2.4.1 location: 9.4.4
parameters: parameters:
...@@ -515,9 +515,9 @@ paths: ...@@ -515,9 +515,9 @@ paths:
503: 503:
$ref: "responses/SOL005_resp.yaml#/responses/503" $ref: "responses/SOL005_resp.yaml#/responses/503"
############################################################################### ###############################################################################
# VNF Package Content # # VNF Package Content #
############################################################################### ###############################################################################
'/vnf_packages/{vnfPkgId}/package_content': '/vnf_packages/{vnfPkgId}/package_content':
#ETSI GS NFV-SOL 005 V2.4.1 location: 9.4.5 #ETSI GS NFV-SOL 005 V2.4.1 location: 9.4.5
parameters: parameters:
...@@ -672,9 +672,9 @@ paths: ...@@ -672,9 +672,9 @@ paths:
503: 503:
$ref: "responses/SOL005_resp.yaml#/responses/503" $ref: "responses/SOL005_resp.yaml#/responses/503"
############################################################################### ###############################################################################
# Upload VNF package from URI task # # Upload VNF package from URI task #
############################################################################### ###############################################################################
'/vnf_packages/{vnfPkgId}/package_content/upload_from_uri': '/vnf_packages/{vnfPkgId}/package_content/upload_from_uri':
#ETSI GS NFV-SOL 005 V2.4.1 location: 9.4.6 #ETSI GS NFV-SOL 005 V2.4.1 location: 9.4.6
post: post:
...@@ -756,9 +756,9 @@ paths: ...@@ -756,9 +756,9 @@ paths:
503: 503:
$ref: "responses/SOL005_resp.yaml#/responses/503" $ref: "responses/SOL005_resp.yaml#/responses/503"
############################################################################### ###############################################################################
# Individual VNF package artifact # # Individual VNF package artifact #
############################################################################### ###############################################################################
'/vnf_packages/{vnfPkgId}/artifacts/{artifactPath}': '/vnf_packages/{vnfPkgId}/artifacts/{artifactPath}':
#ETSI GS NFV-SOL 005 V2.4.1 location: 9.4.7 #ETSI GS NFV-SOL 005 V2.4.1 location: 9.4.7
parameters: parameters:
...@@ -887,9 +887,9 @@ paths: ...@@ -887,9 +887,9 @@ paths:
503: 503:
$ref: "responses/SOL005_resp.yaml#/responses/503" $ref: "responses/SOL005_resp.yaml#/responses/503"
############################################################################## ##############################################################################
# Subscriptions # # Subscriptions #
############################################################################### ###############################################################################
'/subscriptions': '/subscriptions':
#ETSI GS NFV-SOL 005 V2.4.1 location: 9.4.8 #ETSI GS NFV-SOL 005 V2.4.1 location: 9.4.8
post: post:
...@@ -1067,9 +1067,9 @@ paths: ...@@ -1067,9 +1067,9 @@ paths:
503: 503:
$ref: "responses/SOL005_resp.yaml#/responses/503" $ref: "responses/SOL005_resp.yaml#/responses/503"
############################################################################### ###############################################################################
# Individual subscription # # Individual subscription #
############################################################################### ###############################################################################
'/subscriptions/{subscriptionId}': '/subscriptions/{subscriptionId}':
#ETSI GS NFV-SOL 005 V2.4.1 location: 9.4.9 #ETSI GS NFV-SOL 005 V2.4.1 location: 9.4.9
parameters: parameters:
...@@ -1191,11 +1191,11 @@ paths: ...@@ -1191,11 +1191,11 @@ paths:
503: 503:
$ref: "responses/SOL005_resp.yaml#/responses/503" $ref: "responses/SOL005_resp.yaml#/responses/503"
################################################################################## ##################################################################################
# Notification endpoint # # Notification endpoint #
# Dummy URI is used for testing. # # Dummy URI is used for testing. #
# In real, resource URI is provided by the client when creating the subscription.# # In real, resource URI is provided by the client when creating the subscription.#
################################################################################## ##################################################################################
'/URI_is_provided_by_the_client_when_creating_the_subscription-VnfPackageOnboardingNotification': '/URI_is_provided_by_the_client_when_creating_the_subscription-VnfPackageOnboardingNotification':
#ETSI GS NFV-SOL 005 V2.4.1 location: 9.4.10 #ETSI GS NFV-SOL 005 V2.4.1 location: 9.4.10
post: post:
......
definitions: definitions:
Identifier: Identifier:
description: > description: >
An identifier with the intention of being globally unique. An identifier with the intention of being globally unique.
......
# Copyright (c) ETSI 2017. # Copyright (c) ETSI 2017.
# https://forge.etsi.org/etsi-forge-copyright-notice.txt # https://forge.etsi.org/etsi-forge-copyright-notice.txt
responses: responses:
202: 202:
description: > description: >
Accepted Accepted
......
# Copyright (c) ETSI 2017. # Copyright (c) ETSI 2017.
# https://forge.etsi.org/etsi-forge-copyright-notice.txt # https://forge.etsi.org/etsi-forge-copyright-notice.txt
responses: responses:
202-with-Location: 202-with-Location:
description: > description: >
Accepted Accepted
......
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