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
SOL009
Commits
52747d00
Commit
52747d00
authored
May 07, 2021
by
Giacomo Bernini
Browse files
fixed API version endpoint and notification ednpoints
parent
930f6d8c
Pipeline
#6914
running with stage
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/SOL009/NFVManoConfigurationAndInformationManagementNotification/NFVManoConfigurationAndInformationManagementNotification.yaml
View file @
52747d00
...
...
@@ -28,7 +28,7 @@ servers:
API HTTPS Server
paths
:
/URI
-
is
-
provided
-
by
-
the
-
client
-
when
-
creating
-
the
-
subscription-ConfigurationAndInformationNotification
:
/URI
_
is
_
provided
_
by
_
the
_
client
_
when
_
creating
_
the
_
subscription-ConfigurationAndInformationNotification
:
description
:
>
This resource represents a notification endpoint. The API producer can use this
resource to send notifications related to NFV-MANO configuration and information
...
...
src/SOL009/NFVManoFaultManagementNotification/NFVManoFaultManagementNotification.yaml
View file @
52747d00
...
...
@@ -24,7 +24,7 @@ servers:
-
url
:
https://127.0.0.1/callback/v1
paths
:
/URI
-
is
-
provided
-
by
-
the
-
client
-
when
-
creating
-
the
-
subscription-AlarmNotification
:
/URI
_
is
_
provided
_
by
_
the
_
client
_
when
_
creating
_
the
_
subscription-AlarmNotification
:
post
:
description
:
>
The POST method notifies an NFV-MANO functional entity alarm or that the
...
...
@@ -77,7 +77,7 @@ paths:
$ref
:
../components/SOL009_resp.yaml#/components/responses/500
"
503"
:
$ref
:
../components/SOL009_resp.yaml#/components/responses/503
/URI
-
is
-
provided
-
by
-
the
-
client
-
when
-
creating
-
the
-
subscription-AlarmClearedNotification
:
/URI
_
is
_
provided
_
by
_
the
_
client
_
when
_
creating
_
the
_
subscription-AlarmClearedNotification
:
post
:
description
:
>
The POST method notifies an NFV-MANO functional entity alarm or that the
...
...
@@ -130,7 +130,7 @@ paths:
$ref
:
../components/SOL009_resp.yaml#/components/responses/500
"
503"
:
$ref
:
../components/SOL009_resp.yaml#/components/responses/503
/URI
-
is
-
provided
-
by
-
the
-
client
-
when
-
creating
-
the
-
subscription-AlarmListRebuiltNotification
:
/URI
_
is
_
provided
_
by
_
the
_
client
_
when
_
creating
_
the
_
subscription-AlarmListRebuiltNotification
:
post
:
description
:
>
The POST method notifies an NFV-MANO functional entity alarm or that the
...
...
src/SOL009/NFVManoLogManagementNotification/NFVManoLogManagementNotification.yaml
View file @
52747d00
...
...
@@ -13,7 +13,7 @@ info:
name
:
ETSI Forge copyright notice
url
:
https://forge.etsi.org/etsi-forge-copyright-notice.txt
externalDocs
:
description
:
ETSI GS NFV-SOL 009 V3.
3
.1
description
:
ETSI GS NFV-SOL 009 V3.
5
.1
url
:
https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/009/03.05.01_60/gs_NFV-SOL009v030501p.pdf
security
:
...
...
@@ -25,7 +25,7 @@ servers:
-
url
:
https://127.0.0.1/callback/v1
paths
:
/URI
-
is
-
provided
-
by
-
the
-
client
-
when
-
creating
-
the
-
subscription-AlarmNotification
:
/URI
_
is
_
provided
_
by
_
the
_
client
_
when
_
creating
_
the
_
subscription-AlarmNotification
:
description
:
>-
This resource represents a notification endpoint for NFV-MANO log management.
The API producer can use this resource to send notifications related to log management events to a
...
...
src/SOL009/NFVManoPerformanceManagementNotification/NFVManoPerformanceManagementNotification.yaml
View file @
52747d00
...
...
@@ -28,7 +28,7 @@ servers:
API HTTPS Server
paths
:
/URI
-
is
-
provided
-
by
-
the
-
client
-
when
-
creating
-
the
-
subscription-PerformanceInformationNotification
:
/URI
_
is
_
provided
_
by
_
the
_
client
_
when
_
creating
_
the
_
subscription-PerformanceInformationNotification
:
description
:
>
This resource represents a notification endpoint for NFV-MANO performance management.
The API producer can use this resource to send notifications related to performance
...
...
src/SOL009/endpoints/SOL009_endpoints.yaml
View file @
52747d00
...
...
@@ -18,7 +18,6 @@ endpoints:
schema
:
type
:
string
get
:
summary
:
Retrieve API version information
description
:
>
The GET method reads API version information. This method shall follow the provisions specified in
table 4.6.3.3.3.2-1 for request and response data structures, and response codes. URI query parameters are not
...
...
@@ -65,8 +64,6 @@ endpoints:
$ref
:
'
../components/SOL009_resp.yaml#/components/responses/403'
404
:
$ref
:
'
../components/SOL009_resp.yaml#/components/responses/404'
405
:
$ref
:
'
../components/SOL009_resp.yaml#/components/responses/405'
406
:
$ref
:
'
../components/SOL009_resp.yaml#/components/responses/406'
413
:
...
...
@@ -84,4 +81,32 @@ endpoints:
503
:
$ref
:
'
../components/SOL009_resp.yaml#/components/responses/503'
504
:
$ref
:
'
../components/SOL009_resp.yaml#/components/responses/504'
\ No newline at end of file
$ref
:
'
../components/SOL009_resp.yaml#/components/responses/504'
post
:
description
:
>
This method is not supported. When this method is requested on this resource, the API producer shall return a "405
Method Not Allowed" response as defined in SOL013 clause 6.4.
responses
:
405
:
$ref
:
../responses/SOL002SOL003_resp.yaml#/components/responses/405
put
:
description
:
>
This method is not supported. When this method is requested on this resource, the API producer shall return a "405
Method Not Allowed" response as defined in SOL013 clause 6.4.
responses
:
405
:
$ref
:
../responses/SOL002SOL003_resp.yaml#/components/responses/405
patch
:
description
:
>
This method is not supported. When this method is requested on this resource, the API producer shall return a "405
Method Not Allowed" response as defined in SOL013 clause 6.4.
responses
:
405
:
$ref
:
../responses/SOL002SOL003_resp.yaml#/components/responses/405
delete
:
description
:
>
This method is not supported. When this method is requested on this resource, the API producer shall return a "405
Method Not Allowed" response as defined in SOL013 clause 6.4.
responses
:
405
:
$ref
:
../responses/SOL002SOL003_resp.yaml#/components/responses/405
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment