Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL005
Commits
a1b6ad3a
Commit
a1b6ad3a
authored
Jun 02, 2020
by
Francesca Moscatelli
Browse files
APIVersion Ns LCM Notification interfaces migrated to OpenAPI 3.0.2
parent
d1fac1c4
Pipeline
#3640
failed with stage
in 0 seconds
Changes
14
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
a1b6ad3a
build/
*.pyc
.idea/
src/SOL005/APIVersion/APIVersion.yaml
View file @
a1b6ad3a
swagger
:
"
2.0"
openapi
:
3.0.2
info
:
version
:
"
1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1"
title
:
"
SOL005
-
API
version
interface"
description
:
>
SOL005 - API version 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.
title
:
SOL005 - API version interface
description
:
|
SOL005 - API version 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
"
name
:
ETSI Forge copyright notice
url
:
https://forge.etsi.org/etsi-forge-copyright-notice.txt
contact
:
name
:
"
NFV-SOL
WG"
version
:
1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
externalDocs
:
description
:
ETSI GS NFV-SOL 005 V
2.7
.1
description
:
ETSI GS NFV-SOL 005 V
3.3
.1
url
:
https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/02.07.01_60/gs_NFV-SOL005v020701p.pdf
schemes
:
-
http
-
https
consumes
:
-
application/json
produces
:
-
application/json
servers
:
-
url
:
http://127.0.0.1/
-
url
:
https://127.0.0.1/
paths
:
###############################################################################
# API Versions #
###############################################################################
'
/nsd/api_versions'
:
$ref
:
'
../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions'
/nsd/api_versions
:
$ref
:
../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions
'
/nsfm/api_versions
'
:
$ref
:
'
../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions
'
/nsfm/api_versions
:
$ref
:
../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions
'
/nslcm/api_versions
'
:
$ref
:
'
../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions
'
/nslcm/api_versions
:
$ref
:
../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions
'
/nspm/api_versions
'
:
$ref
:
'
../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions
'
/nspm/api_versions
:
$ref
:
../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions
'
/vnfpkgm/api_versions'
:
$ref
:
'
../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions'
\ No newline at end of file
/vnfpkgm/api_versions
:
$ref
:
../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions
\ No newline at end of file
src/SOL005/NSDManagement/NSDManagement.yaml
View file @
a1b6ad3a
...
...
@@ -120,23 +120,23 @@ paths:
maximum
:
1
minimum
:
1
400
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/400"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/400"
401
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/401"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/401"
403
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/403"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/403"
404
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/404"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/404"
405
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/405"
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/406"
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/500"
503
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/503"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/503"
504
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/504"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/504"
get
:
summary
:
Query information about multiple NS descriptor resources.
...
...
@@ -248,23 +248,23 @@ paths:
items
:
$ref
:
"
definitions/SOL005NSDescriptorManagement_def.yaml#/definitions/NsdInfo"
400
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/400"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/400"
401
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/401"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/401"
403
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/403"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/403"
404
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/404"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/404"
405
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/405"
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/406"
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/500"
503
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/503"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/503"
504
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/504"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/504"
###############################################################################
# Individual NS Descriptor #
...
...
@@ -337,23 +337,23 @@ paths:
maximum
:
1
minimum
:
1
400
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/400"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/400"
401
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/401"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/401"
403
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/403"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/403"
404
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/404"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/404"
405
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/405"
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/406"
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/500"
503
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/503"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/503"
504
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/504"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/504"
patch
:
summary
:
Modify the operational state and/or the user defined data of an individual NS descriptor resource.
...
...
@@ -414,17 +414,17 @@ paths:
schema
:
$ref
:
"
definitions/SOL005NSDescriptorManagement_def.yaml#/definitions/NsdInfoModifications"
400
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/400"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/400"
401
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/401"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/401"
403
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/403"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/403"
404
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/404"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/404"
405
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/405"
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/406"
409
:
# description: >
# 409 CONFLICT
...
...
@@ -439,15 +439,15 @@ paths:
# The response body shall contain a ProblemDetails
# structure, in which the "detail" attribute shall convey
# more information about the error.
$ref
:
"
../responses/SOL005_resp.yaml#/responses/409"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/409"
412
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/412"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/412"
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/500"
503
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/503"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/503"
504
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/504"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/504"
delete
:
summary
:
Delete an individual NS descriptor resource.
...
...
@@ -493,17 +493,17 @@ paths:
maximum
:
1
minimum
:
1
400
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/400"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/400"
401
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/401"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/401"
403
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/403"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/403"
404
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/404"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/404"
405
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/405"
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/406"
409
:
# description: >
# 409 CONFLICT
...
...
@@ -518,13 +518,13 @@ paths:
# The response body shall contain a ProblemDetails
# structure, in which the "detail" attribute shall convey
# more information about the error.
$ref
:
"
../responses/SOL005_resp.yaml#/responses/409"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/409"
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/500"
503
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/503"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/503"
504
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/504"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/504"
###############################################################################
# NSD Archive Content #
...
...
@@ -630,17 +630,17 @@ paths:
# provided according to IETF RFC 7233.
# The "Content-Type" HTTP header shall be set as
# defined above for the "200 OK" response.
$ref
:
"
../responses/SOL005_resp.yaml#/responses/206"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/206"
400
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/400"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/400"
401
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/401"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/401"
403
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/403"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/403"
404
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/404"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/404"
405
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/405"
406
:
# description: >
# 406 NOT ACCEPTABLE
...
...
@@ -652,7 +652,7 @@ paths:
# The "ProblemDetails" structure may be included
# with the "detail" attribute providing more information
# about the error.
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/406"
409
:
# description: >
# 409 CONFLICT
...
...
@@ -666,7 +666,7 @@ paths:
# The response body shall contain a ProblemDetails
# structure, in which the "detail" attribute shall convey
# more information about the error.
$ref
:
"
../responses/SOL005_resp.yaml#/responses/409"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/409"
416
:
# description: >
# 416 RANGE NOT SATISFIABLE
...
...
@@ -676,13 +676,13 @@ paths:
# (e.g. "access after end of file").
# The response body may contain a ProblemDetails
# structure.
$ref
:
"
../responses/SOL005_resp.yaml#/responses/416"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/416"
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/500"
503
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/503"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/503"
504
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/504"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/504"
put
:
summary
:
Upload the content of a NSD.
...
...
@@ -758,17 +758,17 @@ paths:
maximum
:
1
minimum
:
1
400
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/400"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/400"
401
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/401"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/401"
403
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/403"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/403"
404
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/404"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/404"
405
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/405"
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/406"
409
:
# description: >
# 409 CONFLICT
...
...
@@ -781,13 +781,13 @@ paths:
# The response body shall contain a ProblemDetails
# structure, in which the "detail" attribute shall convey
# more information about the error.
$ref
:
"
../responses/SOL005_resp.yaml#/responses/409"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/409"
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/500"
503
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/503"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/503"
504
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/504"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/504"
###############################################################################
# NSD #
...
...
@@ -897,25 +897,25 @@ paths:
maximum
:
1
minimum
:
1
400
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/400"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/400"
401
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/401"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/401"
403
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/403"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/403"
404
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/404"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/404"
405
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/405"
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/406"
409
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/409"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/409"
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/500"
503
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/503"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/503"
504
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/504"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/504"
###############################################################################
# NSD Archive Manifest #
...
...
@@ -1017,15 +1017,15 @@ paths:
maximum
:
1
minimum
:
1
400
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/400"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/400"
401
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/401"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/401"
403
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/403"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/403"
404
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/404"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/404"
405
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/405"
409
:
# description: >
# 409 CONFLICT
...
...
@@ -1039,13 +1039,13 @@ paths:
# The response body shall contain a ProblemDetails
# structure, in which the "detail" attribute shall convey
# more information about the error.
$ref
:
"
../responses/SOL005_resp.yaml#/responses/409"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/409"
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/500"
503
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/503"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/503"
504
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/504"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/504"
###############################################################################
# PNF Descriptors #
...
...
@@ -1129,23 +1129,23 @@ paths:
maximum
:
1
minimum
:
1
400
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/400"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/400"
401
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/401"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/401"
403
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/403"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/403"
404
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/404"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/404"
405
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/405"
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/406"
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/500"
503
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/503"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/503"
504
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/504"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/504"
get
:
summary
:
Query information about multiple PNF descriptor resources.
...
...
@@ -1257,23 +1257,23 @@ paths:
items
:
$ref
:
"
definitions/SOL005NSDescriptorManagement_def.yaml#/definitions/PnfdInfo"
400
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/400"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/400"
401
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/401"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/401"
403
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/403"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/403"
404
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/404"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/404"
405
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/405"
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/406"
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/500"
503
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/503"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/503"
504
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/504"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/504"
###############################################################################
# Individual PNF Descriptor #
...
...
@@ -1346,23 +1346,23 @@ paths:
schema
:
$ref
:
"
definitions/SOL005NSDescriptorManagement_def.yaml#/definitions/PnfdInfo"
400
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/400"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/400"
401
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/401"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/401"
403
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/403"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/403"
404
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/404"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/404"
405
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/405"
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/406"
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/500"
503
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/503"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/503"
504
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/504"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/504"
patch
:
summary
:
Modify the user defined data of an individual PNF descriptor resource.
...
...
@@ -1427,25 +1427,25 @@ paths:
maximum
:
1
minimum
:
1
400
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/400"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/400"
401
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/401"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/401"
403
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/403"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/403"
404
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/404"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/404"
405
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/405"
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/406"
412
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/412"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/412"
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/500"
503
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/503"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/503"
504
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/504"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/504"
delete
:
summary
:
Delete an individual PNF descriptor resource.
...
...
@@ -1486,23 +1486,23 @@ paths:
maximum
:
1
minimum
:
1
400
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/400"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/400"
401
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/401"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/401"
403
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/403"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/403"
404
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/404"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/404"
405
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/405"
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/406"
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/500"
503
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/503"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/503"
504
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/504"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/504"
###############################################################################
# PNFD Archive Content #
...
...
@@ -1637,17 +1637,17 @@ paths:
maximum
:
1
minimum
:
1
400
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/400"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/400"
401