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
5bdb768a
Commit
5bdb768a
authored
Nov 10, 2019
by
Giacomo Bernini
Browse files
first version of Log management
parent
ca387e7d
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
src/SOL009/NFVManoFaultManagementNotification/NFVManoFaultManagementNotification.yaml
View file @
5bdb768a
openapi
:
3.0.
0
openapi
:
3.0.
2
info
:
version
:
1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
title
:
SOL009 - NFV-MANO Fault Management Notification interface
...
...
@@ -14,6 +14,10 @@ info:
externalDocs
:
description
:
ETSI GS NFV-SOL 009 V0.8.0
url
:
https://docbox.etsi.org/ISG/NFV/Open/Drafts/SOL009ed331_MANO_mgmt_stage_3/NFV-SOL009ed331v080.zip
servers
:
-
url
:
/callback/v1
paths
:
/URI-is-provided-by-the-client-when-creating-the-subscription-AlarmNotification
:
post
:
...
...
@@ -26,7 +30,7 @@ paths:
response data structures, and response codes.
parameters
:
-
name
:
Authorization
description
:
|
description
:
>
The authorization token for the request. Reference: IETF RFC 7235
in
:
header
required
:
false
...
...
@@ -41,7 +45,7 @@ paths:
schema
:
type
:
string
-
name
:
Version
description
:
|
description
:
>
Version of the API requested to use when responding to this request.
in
:
header
required
:
true
...
...
@@ -52,7 +56,7 @@ paths:
application/json
:
schema
:
$ref
:
../NFVManoFaultManagement/definitions/SOL009NFVManoFaultManagement_def.yaml#/definitions/AlarmNotification
description
:
|
description
:
>
Information of a NFV-MANO functional entity alarm.
required
:
true
responses
:
...
...
@@ -395,8 +399,8 @@ paths:
204 NO CONTENT
Shall be returned to indicate that the notification endpoint has been tested successfully. The response body shall be empty.
headers
:
WWW-Authenticate
:
headers:
WWW-Authenticate:
description: >
Challenge if the corresponding HTTP request has not provided
authorization, or error details if the corresponding HTTP
...
...
@@ -426,5 +430,4 @@ paths:
$ref
:
../responses/SOL009_resp.yaml#/responses/500
"
503"
:
$ref
:
../responses/SOL009_resp.yaml#/responses/503
servers
:
-
url
:
/callback/v1
src/SOL009/NFVManoLogManagement/NFVManoLogManagement.yaml
0 → 100644
View file @
5bdb768a
This diff is collapsed.
Click to expand it.
src/SOL009/definitions/SOL009_def.yaml
View file @
5bdb768a
...
...
@@ -29,6 +29,13 @@ definitions:
where the {apiRoot} part is omitted) if the {apiRoot}
information is not available.
$ref
:
"
#/definitions/Uri"
IpAddress
:
description
:
>
An IPV4 or IPV6 address. Representation: In case of an IPV4 address, string that consists of four decimal
integers separated by dots, each integer ranging from 0 to 255. In case of an IPV6 address, string that
consists of groups of zero to four hexadecimal digits, separated by colons.
type
:
string
format
:
IP
KeyValuePairs
:
description
:
>
...
...
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