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
SOL002-SOL003
Commits
01d7376b
Commit
01d7376b
authored
May 08, 2019
by
moscatelli
Browse files
SOL002: fix in VNF Fault mgmt reference
parent
cd558f07
Pipeline
#894
passed with stage
in 0 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml
View file @
01d7376b
...
...
@@ -258,7 +258,7 @@ paths:
maximum
:
1
minimum
:
0
schema
:
$ref
:
"
./
definitions/SOL002VNFFaultManagement_def.yaml#/definitions/Alarm"
$ref
:
"
definitions/SOL002VNFFaultManagement_def.yaml#/definitions/Alarm"
400
:
$ref
:
"
../../responses/SOL002SOL003_resp.yaml#/responses/400"
401
:
...
...
@@ -413,7 +413,7 @@ paths:
description
:
The proposed "escalated perceived severity" value
in
:
body
schema
:
$ref
:
"
./
definitions/SOL002VNFFaultManagement_def.yaml#/definitions/PerceivedSeverityRequest"
$ref
:
"
definitions/SOL002VNFFaultManagement_def.yaml#/definitions/PerceivedSeverityRequest"
responses
:
200
:
description
:
>
...
...
src/SOL002/VNFFaultManagement/definitions/SOL002VNFFaultManagement_def.yaml
View file @
01d7376b
...
...
@@ -118,4 +118,15 @@ definitions:
Link to the resource representing the VNF instance to which the
notified alarm is correlated. Shall be present if the VNF
instance information is accessible as a resource.
$ref
:
"
../../../definitions/SOL002SOL003_def.yaml#/definitions/Link"
\ No newline at end of file
$ref
:
"
../../../definitions/SOL002SOL003_def.yaml#/definitions/Link"
PerceivedSeverityRequest
:
description
:
>
This type represents the escalated value of the perceived severity for an alarm.
required
:
-
proposedPerceivedSeverity
properties
:
proposedPerceivedSeverity
:
description
:
>
Indicates the proposed escalated perceived severity for an alarm.
$ref
:
"
../../../definitions/SOL002SOL003VNFFaultManagement_def.yaml#/definitions/PerceivedSeverityType"
\ No newline at end of file
src/definitions/SOL002SOL003_def.yaml
View file @
01d7376b
...
...
@@ -262,8 +262,8 @@ definitions:
A number defined in IETF RFC 8259.
type
:
number
########################################################################################################################
# TO CHECK IF INCLUDE THESE DATA TYPES IN ANOTHER DEF FILES
CpProtocolData
:
description
:
>
This type represents network protocol data.
...
...
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