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
Show 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
This diff is collapsed.
Click to expand it.
src/SOL005/NSDManagementNotification/NSDManagementNotification.yaml
View file @
a1b6ad3a
...
...
@@ -99,21 +99,21 @@ 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"
get
:
summary
:
Test the notification endpoint
...
...
@@ -153,21 +153,21 @@ 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"
###############################################################################
# Notification endpoint NsdOnBoardingFailureNotification #
...
...
@@ -239,21 +239,21 @@ 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"
get
:
summary
:
Test the notification endpoint
...
...
@@ -293,21 +293,21 @@ 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"
###############################################################################
# Notification endpoint NsdChangeNotification #
...
...
@@ -379,21 +379,21 @@ 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"
get
:
summary
:
Test the notification endpoint
...
...
@@ -433,21 +433,21 @@ 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"
###############################################################################
# Notification endpoint NsdDeletionNotification #
...
...
@@ -519,21 +519,21 @@ 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"
get
:
summary
:
Test the notification endpoint
...
...
@@ -573,21 +573,21 @@ 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"
###############################################################################
# Notification endpoint PnfdOnBoardingNotification #
...
...
@@ -659,21 +659,21 @@ 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"
get
:
summary
:
Test the notification endpoint
...
...
@@ -713,21 +713,21 @@ 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"
###############################################################################
# Notification endpoint PnfdOnBoardingFailureNotification #
...
...
@@ -799,21 +799,21 @@ 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"
get
:
summary
:
Test the notification endpoint
...
...
@@ -853,21 +853,21 @@ 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"
###############################################################################
# Notification endpoint PnfdDeletionNotification #
...
...
@@ -939,21 +939,21 @@ 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"
get
:
summary
:
Test the notification endpoint
...
...
@@ -993,18 +993,18 @@ 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"
\ No newline at end of file
$ref
:
"
../responses/SOL005_resp.yaml#/components/responses/503"
\ No newline at end of file
src/SOL005/NSFaultManagement/NSFaultManagement.yaml
View file @
a1b6ad3a
...
...
@@ -139,19 +139,19 @@ paths:
Alarm
:
$ref
:
"
definitions/SOL005NSFaultManagement_def.yaml#/definitions/Alarm"
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"
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"
###############################################################################
# Individual alarm #
...
...
@@ -235,19 +235,19 @@ paths:
Alarm
:
$ref
:
"
definitions/SOL005NSFaultManagement_def.yaml#/definitions/Alarm"
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"
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"
patch
:
summary
:
Acknowledge individual alarm.
description
:
>
...
...
@@ -314,37 +314,23 @@ paths:
AlarmModifications
:
$ref
:
"
definitions/SOL005NSFaultManagement_def.yaml#/definitions/AlarmModifications"
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"
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
Shall be returned upon the following error: The
operation cannot be executed currently, due to a
conflict with the state of the "Individual alarm"
resource.
Typically, this is due to the fact that the alarm is
already in the state that is requested to be set (such
as trying to acknowledge an already-acknowledged
alarm).
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"
##############################################################################