Loading src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml +2 −2 Original line number Original line Diff line number Diff line Loading @@ -415,9 +415,9 @@ paths: schema: schema: $ref: "definitions/SOL002VNFFaultManagement_def.yaml#/definitions/PerceivedSeverityRequest" $ref: "definitions/SOL002VNFFaultManagement_def.yaml#/definitions/PerceivedSeverityRequest" responses: responses: 200: 204: description: > description: > 200 OK 204 No Content The VNFM has received the proposed "escalated perceived severity" value The VNFM has received the proposed "escalated perceived severity" value successfully. The response body shall be empty. successfully. The response body shall be empty. Loading src/definitions/SOL002SOL003VNFFaultManagement_def.yaml +7 −0 Original line number Original line Diff line number Diff line Loading @@ -73,6 +73,7 @@ definitions: required: required: - id - id - managedObjectId - managedObjectId - vnfcInstanceIds - rootCauseFaultyResource - rootCauseFaultyResource - alarmRaisedTime - alarmRaisedTime - ackState - ackState Loading @@ -91,6 +92,12 @@ definitions: description: > description: > Identifier of the affected VNF instance. Identifier of the affected VNF instance. $ref: "SOL002SOL003_def.yaml#/definitions/Identifier" $ref: "SOL002SOL003_def.yaml#/definitions/Identifier" vnfcInstanceIds: description: > Identifiers of the affected VNFC instances. type: array items: $ref: "SOL002SOL003_def.yaml#/definitions/IdentifierInVnf" rootCauseFaultyResource: rootCauseFaultyResource: description: > description: > The virtualised resources that are causing the VNF fault. The virtualised resources that are causing the VNF fault. Loading Loading
src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml +2 −2 Original line number Original line Diff line number Diff line Loading @@ -415,9 +415,9 @@ paths: schema: schema: $ref: "definitions/SOL002VNFFaultManagement_def.yaml#/definitions/PerceivedSeverityRequest" $ref: "definitions/SOL002VNFFaultManagement_def.yaml#/definitions/PerceivedSeverityRequest" responses: responses: 200: 204: description: > description: > 200 OK 204 No Content The VNFM has received the proposed "escalated perceived severity" value The VNFM has received the proposed "escalated perceived severity" value successfully. The response body shall be empty. successfully. The response body shall be empty. Loading
src/definitions/SOL002SOL003VNFFaultManagement_def.yaml +7 −0 Original line number Original line Diff line number Diff line Loading @@ -73,6 +73,7 @@ definitions: required: required: - id - id - managedObjectId - managedObjectId - vnfcInstanceIds - rootCauseFaultyResource - rootCauseFaultyResource - alarmRaisedTime - alarmRaisedTime - ackState - ackState Loading @@ -91,6 +92,12 @@ definitions: description: > description: > Identifier of the affected VNF instance. Identifier of the affected VNF instance. $ref: "SOL002SOL003_def.yaml#/definitions/Identifier" $ref: "SOL002SOL003_def.yaml#/definitions/Identifier" vnfcInstanceIds: description: > Identifiers of the affected VNFC instances. type: array items: $ref: "SOL002SOL003_def.yaml#/definitions/IdentifierInVnf" rootCauseFaultyResource: rootCauseFaultyResource: description: > description: > The virtualised resources that are causing the VNF fault. The virtualised resources that are causing the VNF fault. Loading