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
Expand all
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
a1b6ad3a
build/
build/
*.pyc
*.pyc
.idea/
src/SOL005/APIVersion/APIVersion.yaml
View file @
a1b6ad3a
swagger
:
"
2.0"
openapi
:
3.0.2
info
:
info
:
version
:
"
1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1"
title
:
SOL005 - API version interface
title
:
"
SOL005
-
API
version
interface"
description
:
|
description
:
>
SOL005 - API version Interface IMPORTANT: Please note that this file might be not aligned to the current version of
SOL005 - API version Interface
the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the
IMPORTANT: Please note that this file might be not aligned to the current
published ETSI Group Specification takes precedence.
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
Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis
contact
:
name
:
NFV-SOL WG
license
:
license
:
name
:
"
ETSI
Forge
copyright
notice
"
name
:
ETSI Forge copyright notice
url
:
https://forge.etsi.org/etsi-forge-copyright-notice.txt
url
:
https://forge.etsi.org/etsi-forge-copyright-notice.txt
contact
:
version
:
1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
name
:
"
NFV-SOL
WG"
externalDocs
:
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
url
:
https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/02.07.01_60/gs_NFV-SOL005v020701p.pdf
schemes
:
servers
:
-
http
-
url
:
http://127.0.0.1/
-
https
-
url
:
https://127.0.0.1/
consumes
:
-
application/json
produces
:
-
application/json
paths
:
paths
:
###############################################################################
/nsd/api_versions
:
# API Versions #
$ref
:
../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions
###############################################################################
'
/nsd/api_versions'
:
$ref
:
'
../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions'
'
/nsfm/api_versions
'
:
/nsfm/api_versions
:
$ref
:
'
../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions
'
$ref
:
../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions
'
/nslcm/api_versions
'
:
/nslcm/api_versions
:
$ref
:
'
../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions
'
$ref
:
../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions
'
/nspm/api_versions
'
:
/nspm/api_versions
:
$ref
:
'
../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions
'
$ref
:
../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions
'
/vnfpkgm/api_versions'
:
/vnfpkgm/api_versions
:
$ref
:
'
../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions'
$ref
:
../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions
\ No newline at end of file
\ No newline at end of file
src/SOL005/NSDManagement/NSDManagement.yaml
View file @
a1b6ad3a
This diff is collapsed.
Click to expand it.
src/SOL005/NSDManagementNotification/NSDManagementNotification.yaml
View file @
a1b6ad3a
...
@@ -99,21 +99,21 @@ paths:
...
@@ -99,21 +99,21 @@ paths:
maximum
:
1
maximum
:
1
minimum
:
1
minimum
:
1
400
:
400
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/400"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/400"
401
:
401
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/401"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/401"
403
:
403
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/403"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/403"
404
:
404
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/404"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/404"
405
:
405
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/405"
406
:
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/406"
500
:
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/500"
503
:
503
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/503"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/503"
get
:
get
:
summary
:
Test the notification endpoint
summary
:
Test the notification endpoint
...
@@ -153,21 +153,21 @@ paths:
...
@@ -153,21 +153,21 @@ paths:
maximum
:
1
maximum
:
1
minimum
:
1
minimum
:
1
400
:
400
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/400"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/400"
401
:
401
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/401"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/401"
403
:
403
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/403"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/403"
404
:
404
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/404"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/404"
405
:
405
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/405"
406
:
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/406"
500
:
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/500"
503
:
503
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/503"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/503"
###############################################################################
###############################################################################
# Notification endpoint NsdOnBoardingFailureNotification #
# Notification endpoint NsdOnBoardingFailureNotification #
...
@@ -239,21 +239,21 @@ paths:
...
@@ -239,21 +239,21 @@ paths:
maximum
:
1
maximum
:
1
minimum
:
1
minimum
:
1
400
:
400
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/400"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/400"
401
:
401
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/401"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/401"
403
:
403
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/403"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/403"
404
:
404
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/404"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/404"
405
:
405
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/405"
406
:
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/406"
500
:
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/500"
503
:
503
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/503"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/503"
get
:
get
:
summary
:
Test the notification endpoint
summary
:
Test the notification endpoint
...
@@ -293,21 +293,21 @@ paths:
...
@@ -293,21 +293,21 @@ paths:
maximum
:
1
maximum
:
1
minimum
:
1
minimum
:
1
400
:
400
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/400"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/400"
401
:
401
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/401"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/401"
403
:
403
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/403"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/403"
404
:
404
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/404"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/404"
405
:
405
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/405"
406
:
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/406"
500
:
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/500"
503
:
503
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/503"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/503"
###############################################################################
###############################################################################
# Notification endpoint NsdChangeNotification #
# Notification endpoint NsdChangeNotification #
...
@@ -379,21 +379,21 @@ paths:
...
@@ -379,21 +379,21 @@ paths:
maximum
:
1
maximum
:
1
minimum
:
1
minimum
:
1
400
:
400
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/400"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/400"
401
:
401
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/401"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/401"
403
:
403
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/403"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/403"
404
:
404
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/404"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/404"
405
:
405
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/405"
406
:
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/406"
500
:
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/500"
503
:
503
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/503"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/503"
get
:
get
:
summary
:
Test the notification endpoint
summary
:
Test the notification endpoint
...
@@ -433,21 +433,21 @@ paths:
...
@@ -433,21 +433,21 @@ paths:
maximum
:
1
maximum
:
1
minimum
:
1
minimum
:
1
400
:
400
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/400"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/400"
401
:
401
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/401"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/401"
403
:
403
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/403"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/403"
404
:
404
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/404"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/404"
405
:
405
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/405"
406
:
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/406"
500
:
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/500"
503
:
503
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/503"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/503"
###############################################################################
###############################################################################
# Notification endpoint NsdDeletionNotification #
# Notification endpoint NsdDeletionNotification #
...
@@ -519,21 +519,21 @@ paths:
...
@@ -519,21 +519,21 @@ paths:
maximum
:
1
maximum
:
1
minimum
:
1
minimum
:
1
400
:
400
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/400"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/400"
401
:
401
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/401"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/401"
403
:
403
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/403"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/403"
404
:
404
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/404"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/404"
405
:
405
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/405"
406
:
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/406"
500
:
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/500"
503
:
503
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/503"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/503"
get
:
get
:
summary
:
Test the notification endpoint
summary
:
Test the notification endpoint
...
@@ -573,21 +573,21 @@ paths:
...
@@ -573,21 +573,21 @@ paths:
maximum
:
1
maximum
:
1
minimum
:
1
minimum
:
1
400
:
400
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/400"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/400"
401
:
401
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/401"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/401"
403
:
403
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/403"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/403"
404
:
404
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/404"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/404"
405
:
405
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/405"
406
:
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/406"
500
:
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/500"
503
:
503
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/503"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/503"
###############################################################################
###############################################################################
# Notification endpoint PnfdOnBoardingNotification #
# Notification endpoint PnfdOnBoardingNotification #
...
@@ -659,21 +659,21 @@ paths:
...
@@ -659,21 +659,21 @@ paths:
maximum
:
1
maximum
:
1
minimum
:
1
minimum
:
1
400
:
400
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/400"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/400"
401
:
401
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/401"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/401"
403
:
403
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/403"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/403"
404
:
404
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/404"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/404"
405
:
405
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/405"
406
:
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/406"
500
:
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/500"
503
:
503
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/503"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/503"
get
:
get
:
summary
:
Test the notification endpoint
summary
:
Test the notification endpoint
...
@@ -713,21 +713,21 @@ paths:
...
@@ -713,21 +713,21 @@ paths:
maximum
:
1
maximum
:
1
minimum
:
1
minimum
:
1
400
:
400
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/400"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/400"
401
:
401
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/401"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/401"
403
:
403
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/403"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/403"
404
:
404
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/404"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/404"
405
:
405
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/405"
406
:
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/406"
500
:
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/500"
503
:
503
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/503"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/503"
###############################################################################
###############################################################################
# Notification endpoint PnfdOnBoardingFailureNotification #
# Notification endpoint PnfdOnBoardingFailureNotification #
...
@@ -799,21 +799,21 @@ paths:
...
@@ -799,21 +799,21 @@ paths:
maximum
:
1
maximum
:
1
minimum
:
1
minimum
:
1
400
:
400
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/400"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/400"
401
:
401
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/401"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/401"
403
:
403
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/403"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/403"
404
:
404
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/404"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/404"
405
:
405
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/405"
406
:
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/406"
500
:
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/500"
503
:
503
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/503"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/503"
get
:
get
:
summary
:
Test the notification endpoint
summary
:
Test the notification endpoint
...
@@ -853,21 +853,21 @@ paths:
...
@@ -853,21 +853,21 @@ paths:
maximum
:
1
maximum
:
1
minimum
:
1
minimum
:
1
400
:
400
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/400"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/400"
401
:
401
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/401"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/401"
403
:
403
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/403"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/403"
404
:
404
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/404"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/404"
405
:
405
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/405"
406
:
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/406"
500
:
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/500"
503
:
503
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/503"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/503"
###############################################################################
###############################################################################
# Notification endpoint PnfdDeletionNotification #
# Notification endpoint PnfdDeletionNotification #
...
@@ -939,21 +939,21 @@ paths:
...
@@ -939,21 +939,21 @@ paths:
maximum
:
1
maximum
:
1
minimum
:
1
minimum
:
1
400
:
400
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/400"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/400"
401
:
401
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/401"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/401"
403
:
403
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/403"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/403"
404
:
404
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/404"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/404"
405
:
405
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/405"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/405"
406
:
406
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/406"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/406"
500
:
500
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/500"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/500"
503
:
503
:
$ref
:
"
../responses/SOL005_resp.yaml#/responses/503"
$ref
:
"
../responses/SOL005_resp.yaml#/
components/
responses/503"
get
:
get
: