Loading src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -356,7 +356,7 @@ components: IndividualAlarmRequest: description: The parameter for the alarm modification content: application/json: application/merge-patch+json: schema: $ref: ../../definitions/SOL002SOL003VNFFaultManagement_def.yaml#/definitions/AlarmModifications required: true Loading src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -1187,7 +1187,7 @@ components: VnfInstanceModificationRequest: description: Input parameters for VNF info modification content: application/json: application/merge-patch+json: schema: $ref: ../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/VnfInfoModificationRequest required: true Loading src/SOL003/VNFFaultManagement/VNFFaultManagement.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -370,7 +370,7 @@ components: IndividualAlarmRequest: description: The VNF creation parameters content: application/json: application/merge-patch+json: schema: $ref: ../../definitions/SOL002SOL003VNFFaultManagement_def.yaml#/definitions/AlarmModifications required: true Loading src/SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -1863,7 +1863,7 @@ components: description: | Parameters for the VNF modification, as defined in clause 5.5.2.12. content: application/json: application/merge-patch+json: schema: $ref: "definitions/SOL003VNFLifecycleManagement_def.yaml#/definitions/VnfInfoModificationRequest" required: true Loading Loading @@ -1982,7 +1982,7 @@ components: description: | Parameters for the VNF snapshot information modification, as defined in clause 5.5.2.24. content: application/json: application/merge-patch+json: schema: $ref: "definitions/SOL003VNFLifecycleManagement_def.yaml#/definitions/VnfSnapshotInfoModificationRequest" required: true Loading src/SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml +22 −0 Original line number Diff line number Diff line Loading @@ -163,6 +163,8 @@ paths: This method shall follow the provisions specified in the tables 6.4.3.3.4-1 and 6.4.3.3.4-2 for URI query parameters, request and response data structures, and response codes. requestBody: $ref: '#/components/requestBodies/PmJobModificationsRequest' responses: 200: $ref: '#/components/responses/IndividualPMJob.Patch.200' Loading Loading @@ -386,6 +388,8 @@ paths: This method shall follow the provisions specified in the tables 6.4.6.3.4-1 and 6.4.6.3.4-2 for URI query parameters, request and response data structures, and response codes. requestBody: $ref: '#/components/requestBodies/ThresholdModificationsRequest' responses: 200: $ref: '#/components/responses/IndividualThreshold.Patch.200' Loading Loading @@ -901,6 +905,24 @@ components: $ref: "../../definitions/SOL002SOL003VNFPerformanceManagement_def.yaml#/definitions/CreateThresholdRequest" required: true PmJobModificationsRequest: description: | Parameters for the VNF modification, as defined in clause 6.5.2.12. content: application/merge-patch+json: schema: $ref: "../../definitions/SOL002SOL003VNFPerformanceManagement_def.yaml#/definitions/PmJobModifications" required: true ThresholdModificationsRequest: description: | Parameters for the VNF modification, as defined in clause 6.5.2.11. content: application/merge-patch+json: schema: $ref: "../../definitions/SOL002SOL003VNFPerformanceManagement_def.yaml#/definitions/ThresholdModifications" required: true responses: PMJobs.Post.201: description: | Loading Loading
src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -356,7 +356,7 @@ components: IndividualAlarmRequest: description: The parameter for the alarm modification content: application/json: application/merge-patch+json: schema: $ref: ../../definitions/SOL002SOL003VNFFaultManagement_def.yaml#/definitions/AlarmModifications required: true Loading
src/SOL002/VNFLifecycleManagement/VNFLifecycleManagement.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -1187,7 +1187,7 @@ components: VnfInstanceModificationRequest: description: Input parameters for VNF info modification content: application/json: application/merge-patch+json: schema: $ref: ../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/VnfInfoModificationRequest required: true Loading
src/SOL003/VNFFaultManagement/VNFFaultManagement.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -370,7 +370,7 @@ components: IndividualAlarmRequest: description: The VNF creation parameters content: application/json: application/merge-patch+json: schema: $ref: ../../definitions/SOL002SOL003VNFFaultManagement_def.yaml#/definitions/AlarmModifications required: true Loading
src/SOL003/VNFLifecycleManagement/VNFLifecycleManagement.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -1863,7 +1863,7 @@ components: description: | Parameters for the VNF modification, as defined in clause 5.5.2.12. content: application/json: application/merge-patch+json: schema: $ref: "definitions/SOL003VNFLifecycleManagement_def.yaml#/definitions/VnfInfoModificationRequest" required: true Loading Loading @@ -1982,7 +1982,7 @@ components: description: | Parameters for the VNF snapshot information modification, as defined in clause 5.5.2.24. content: application/json: application/merge-patch+json: schema: $ref: "definitions/SOL003VNFLifecycleManagement_def.yaml#/definitions/VnfSnapshotInfoModificationRequest" required: true Loading
src/SOL003/VNFPerformanceManagement/VNFPerformanceManagement.yaml +22 −0 Original line number Diff line number Diff line Loading @@ -163,6 +163,8 @@ paths: This method shall follow the provisions specified in the tables 6.4.3.3.4-1 and 6.4.3.3.4-2 for URI query parameters, request and response data structures, and response codes. requestBody: $ref: '#/components/requestBodies/PmJobModificationsRequest' responses: 200: $ref: '#/components/responses/IndividualPMJob.Patch.200' Loading Loading @@ -386,6 +388,8 @@ paths: This method shall follow the provisions specified in the tables 6.4.6.3.4-1 and 6.4.6.3.4-2 for URI query parameters, request and response data structures, and response codes. requestBody: $ref: '#/components/requestBodies/ThresholdModificationsRequest' responses: 200: $ref: '#/components/responses/IndividualThreshold.Patch.200' Loading Loading @@ -901,6 +905,24 @@ components: $ref: "../../definitions/SOL002SOL003VNFPerformanceManagement_def.yaml#/definitions/CreateThresholdRequest" required: true PmJobModificationsRequest: description: | Parameters for the VNF modification, as defined in clause 6.5.2.12. content: application/merge-patch+json: schema: $ref: "../../definitions/SOL002SOL003VNFPerformanceManagement_def.yaml#/definitions/PmJobModifications" required: true ThresholdModificationsRequest: description: | Parameters for the VNF modification, as defined in clause 6.5.2.11. content: application/merge-patch+json: schema: $ref: "../../definitions/SOL002SOL003VNFPerformanceManagement_def.yaml#/definitions/ThresholdModifications" required: true responses: PMJobs.Post.201: description: | Loading