Skip to content
Snippets Groups Projects
Commit 01d7376b authored by moscatelli's avatar moscatelli
Browse files

SOL002: fix in VNF Fault mgmt reference

parent cd558f07
No related branches found
No related tags found
1 merge request!4SOL002-SOL003 v2.5.1
Pipeline #894 passed
......@@ -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: >
......
......@@ -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
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment