Loading src/SOL002/VNFConfiguration/VNFConfiguration.yaml +4 −4 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ paths: See clause 9.4.2.3.2. responses: "200": $ref: '#/components/responses/Configuration.Get' $ref: '#/components/responses/Configuration.Get.200' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -71,7 +71,7 @@ paths: $ref: '#/components/requestBodies/ConfigurationRequest' responses: "200": $ref: '#/components/responses/Configuration.Patch' $ref: '#/components/responses/Configuration.Patch.200' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -111,7 +111,7 @@ components: required: true responses: Configuration.Get: Configuration.Get.200: description: | 200 OK Shall be returned when configuration information about a VNF instance has been read successfully. The response Loading Loading @@ -142,7 +142,7 @@ components: schema: $ref: ./definitions/SOL002VNFConfiguration_def.yaml#/definitions/VnfConfiguration Configuration.Patch: Configuration.Patch.200: description: | 200 OK Shall be returned when the request has been accepted and completed. The response body shall contain the Loading src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml +17 −17 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ paths: - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/nextpage_opaque_marker responses: "200": $ref: '#/components/responses/Alarms.Get' $ref: '#/components/responses/Alarms.Get.200' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -83,7 +83,7 @@ paths: - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/ContentType responses: "200": $ref: '#/components/responses/IndividualAlarm.Get' $ref: '#/components/responses/IndividualAlarm.Get.200' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -119,7 +119,7 @@ paths: $ref: '#/components/requestBodies/IndividualAlarmRequest' responses: "200": $ref: '#/components/responses/IndividualAlarm.Patch' $ref: '#/components/responses/IndividualAlarm.Patch.200' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -161,8 +161,8 @@ paths: requestBody: $ref: '#/components/requestBodies/IndividualAlarmEscalateRequest' responses: "200": $ref: '#/components/responses/IndividualAlarmEscalate.Post' "204": $ref: '#/components/responses/IndividualAlarmEscalate.Post.204' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -203,7 +203,7 @@ paths: - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/nextpage_opaque_marker responses: "200": $ref: '#/components/responses/Subscriptions.Get' $ref: '#/components/responses/Subscriptions.Get.200' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -239,7 +239,7 @@ paths: $ref: '#/components/requestBodies/FmSubscriptionRequest' responses: "201": $ref: '#/components/responses/Subscriptions.Post' $ref: '#/components/responses/Subscriptions.Post.201' "303": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/303 "400": Loading Loading @@ -281,7 +281,7 @@ paths: - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/ContentType responses: "200": $ref: '#/components/responses/IndividualSubscription.Get' $ref: '#/components/responses/IndividualSubscription.Get.200' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -312,7 +312,7 @@ paths: This method terminates an individual subscription. See clause 7.4.6.3.5. responses: "204": $ref: '#/components/responses/IndividualSubscription.Delete' $ref: '#/components/responses/IndividualSubscription.Delete.204' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -392,7 +392,7 @@ components: required: true responses: Alarms.Get: Alarms.Get.200: description: | 200 OK Shall be returned when information about zero or more alarms was queried successfully. The response body shall Loading Loading @@ -434,7 +434,7 @@ components: schema: $ref: ./definitions/SOL002VNFFaultManagement_def.yaml#/definitions/Alarm IndividualAlarm.Get: IndividualAlarm.Get.200: description: | 200 OK Shall be returned when information about an individual alarm read successfully. The response body shall contain Loading Loading @@ -465,7 +465,7 @@ components: schema: $ref: ./definitions/SOL002VNFFaultManagement_def.yaml#/definitions/Alarm IndividualAlarm.Patch: IndividualAlarm.Patch.200: description: | 200 OK Shall be returned when the request was accepted and completed. The response body shall contain attribute Loading Loading @@ -496,7 +496,7 @@ components: schema: $ref: ../../definitions/SOL002SOL003VNFFaultManagement_def.yaml#/definitions/AlarmModifications IndividualAlarmEscalate.Post: IndividualAlarmEscalate.Post.204: description: | 204 No Content Shall be returned when the VNFM has received the proposed "escalated perceived severity" value successfully. Loading @@ -510,7 +510,7 @@ components: type: string content: {} Subscriptions.Get: Subscriptions.Get.200: description: | 200 OK Shall be returned when the list of subscriptions has been queried successfully. Loading Loading @@ -553,7 +553,7 @@ components: schema: $ref: ../../definitions/SOL002SOL003VNFFaultManagement_def.yaml#/definitions/FmSubscription Subscriptions.Post: Subscriptions.Post.201: description: | 201 CREATED The subscription was created successfully. The response body shall contain a representation of the created Loading Loading @@ -593,7 +593,7 @@ components: schema: $ref: ../../definitions/SOL002SOL003VNFFaultManagement_def.yaml#/definitions/FmSubscription IndividualSubscription.Get: IndividualSubscription.Get.200: description: | 200 OK Shall be returned when information about an individual subscription has been read successfully. Loading Loading @@ -624,7 +624,7 @@ components: schema: $ref: ../../definitions/SOL002SOL003VNFFaultManagement_def.yaml#/definitions/FmSubscription IndividualSubscription.Delete: IndividualSubscription.Delete.204: description: | 204 NO CONTENT Shall be returned when the "Individual subscription" resource has been deleted successfully. Loading src/SOL002/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml +9 −9 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ paths: e.g. during subscription. See clause 7.4.7.3.2. responses: "204": $ref: '#/components/responses/VNFFMNotification.Get' $ref: '#/components/responses/VNFFMNotification.Get.204' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading @@ -63,7 +63,7 @@ paths: $ref: '#/components/requestBodies/AlarmNotification' responses: "204": $ref: '#/components/responses/VNFFMNotification.Post' $ref: '#/components/responses/VNFFMNotification.Post.204' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading @@ -89,7 +89,7 @@ paths: e.g. during subscription. See clause 7.4.7.3.2. responses: "204": $ref: '#/components/responses/VNFFMNotification.Get' $ref: '#/components/responses/VNFFMNotification.Get.204' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading @@ -115,7 +115,7 @@ paths: $ref: '#/components/requestBodies/AlarmClearedNotification' responses: "204": $ref: '#/components/responses/VNFFMNotification.Post' $ref: '#/components/responses/VNFFMNotification.Post.204' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading @@ -141,7 +141,7 @@ paths: e.g. during subscription. See clause 7.4.7.3.2. responses: "204": $ref: '#/components/responses/VNFFMNotification.Get' $ref: '#/components/responses/VNFFMNotification.Get.204' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading @@ -167,7 +167,7 @@ paths: $ref: '#/components/requestBodies/AlarmListRebuiltNotification' responses: "204": $ref: '#/components/responses/VNFFMNotification.Post' $ref: '#/components/responses/VNFFMNotification.Post.204' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -213,9 +213,9 @@ components: required: true responses: VNFFMNotification.Get: VNFFMNotification.Get.204: description: | 201 NO CONTENT 204 NO CONTENT Shall be returned to indicate the notification endpoint has been tested successfully. The response body shall be empty. headers: Loading @@ -236,7 +236,7 @@ components: type: string content: {} VNFFMNotification.Post: VNFFMNotification.Post.204: description: | 204 NO CONTENT Shall be returned when the notification has been delivered successfully. The response body shall be empty. Loading src/SOL002/VNFIndicator/VNFIndicator.yaml +14 −14 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ paths: - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/nextpage_opaque_marker responses: "200": $ref: '#/components/responses/Indicators.Get' $ref: '#/components/responses/Indicators.Get.200' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -81,7 +81,7 @@ paths: - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/nextpage_opaque_marker responses: "200": $ref: '#/components/responses/VnfIndicators.Get' $ref: '#/components/responses/VnfIndicators.Get.200' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -118,7 +118,7 @@ paths: The GET method reads a VNF indicator. See clause 8.4.4.3.2. responses: "200": $ref: '#/components/responses/VnfIndividualIndicator.Get' $ref: '#/components/responses/VnfIndividualIndicator.Get.200' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -157,7 +157,7 @@ paths: - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/nextpage_opaque_marker responses: "200": $ref: '#/components/responses/VnfIndicatorSubscriptions.Get' $ref: '#/components/responses/VnfIndicatorSubscriptions.Get.200' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -193,7 +193,7 @@ paths: $ref: '#/components/requestBodies/VnfIndicatorSubscriptionRequest' responses: "201": $ref: '#/components/responses/VnfIndicatorSubscription.Post' $ref: '#/components/responses/VnfIndicatorSubscription.Post.201' "303": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/303 "400": Loading Loading @@ -231,7 +231,7 @@ paths: The GET method reads an individual subscription. See clause 8.4.6.3.2. responses: "200": $ref: '#/components/responses/VnfIndicatorSubscription.Get' $ref: '#/components/responses/VnfIndicatorSubscription.Get.200' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -262,7 +262,7 @@ paths: The DELETE method terminates an individual subscription. See clause 8.4.6.3.5. responses: "204": $ref: '#/components/responses/VnfIndicatorSubscription.Delete' $ref: '#/components/responses/VnfIndicatorSubscription.Delete.204' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -340,7 +340,7 @@ components: required: true responses: Indicators.Get: Indicators.Get.200: description: | 200 OK Shall be returned when information about zero or more VNF indicators was queried successfully. Loading Loading @@ -378,7 +378,7 @@ components: items: $ref: ../../definitions/SOL002SOL003VNFIndicator_def.yaml#/definitions/VnfIndicator VnfIndicators.Get: VnfIndicators.Get.200: description: | 200 OK Shall be returned when information about zero or more VNF indicators was queried successfully. Loading Loading @@ -416,7 +416,7 @@ components: items: $ref: ../../definitions/SOL002SOL003VNFIndicator_def.yaml#/definitions/VnfIndicator VnfIndividualIndicator.Get: VnfIndividualIndicator.Get.200: description: | 200 OK Shall be returned when the VNF indicator has been read successfully. The response body shall contain the Loading @@ -439,7 +439,7 @@ components: schema: $ref: ../../definitions/SOL002SOL003VNFIndicator_def.yaml#/definitions/VnfIndicator VnfIndicatorSubscriptions.Get: VnfIndicatorSubscriptions.Get.200: description: | 200 OK Shall be returned when the list of subscriptions was queried successfully. Loading Loading @@ -477,7 +477,7 @@ components: items: $ref: ../../definitions/SOL002SOL003VNFIndicator_def.yaml#/definitions/VnfIndicatorSubscription VnfIndicatorSubscription.Post: VnfIndicatorSubscription.Post.201: description: | 201 CREATED Shall be returned when the subscription has been created successfully. The response body shall contain a Loading Loading @@ -518,7 +518,7 @@ components: items: $ref: ../../definitions/SOL002SOL003VNFIndicator_def.yaml#/definitions/VnfIndicatorSubscription VnfIndicatorSubscription.Get: VnfIndicatorSubscription.Get.200: description: | 200 OK Shall be returned when information about an individual subscription has been read successfully. Loading @@ -541,7 +541,7 @@ components: schema: $ref: ../../definitions/SOL002SOL003VNFIndicator_def.yaml#/definitions/VnfIndicatorSubscription VnfIndicatorSubscription.Delete: VnfIndicatorSubscription.Delete.204: description: | 204 NO CONTENT Shall be returned when the subscription has been deleted successfully. The response body shall be empty. Loading src/SOL002/VNFIndicatorNotification/VNFIndicatorNotification.yaml +7 −7 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ paths: API consumer, e.g. during subscription. See clause 8.4.7.3.2. responses: "204": $ref: '#/components/responses/VNFInNotification.Get' $ref: '#/components/responses/VNFInNotification.Get.204' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading @@ -63,7 +63,7 @@ paths: $ref: '#/components/requestBodies/VnfIndicatorValueChangeNotification' responses: "204": $ref: '#/components/responses/VNFInNotification.Post' $ref: '#/components/responses/VNFInNotification.Post.204' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading @@ -89,7 +89,7 @@ paths: API consumer, e.g. during subscription. See clause 8.4.7.3.2. responses: "204": $ref: '#/components/responses/VNFInNotification.Get' $ref: '#/components/responses/VNFInNotification.Get.204' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading @@ -115,7 +115,7 @@ paths: $ref: '#/components/requestBodies/SupportedIndicatorsChangeNotification' responses: "204": $ref: '#/components/responses/VNFInNotification.Post' $ref: '#/components/responses/VNFInNotification.Post.204' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -152,9 +152,9 @@ components: required: true responses: VNFInNotification.Get: VNFInNotification.Get.204: description: | 201 NO CONTENT 204 NO CONTENT Shall be returned to indicate the notification endpoint has been tested successfully. The response body shall be empty. headers: Loading @@ -175,7 +175,7 @@ components: type: string content: {} VNFInNotification.Post: VNFInNotification.Post.204: description: | 204 NO CONTENT Shall be returned when the notification has been delivered successfully. The response body shall be empty. Loading Loading
src/SOL002/VNFConfiguration/VNFConfiguration.yaml +4 −4 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ paths: See clause 9.4.2.3.2. responses: "200": $ref: '#/components/responses/Configuration.Get' $ref: '#/components/responses/Configuration.Get.200' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -71,7 +71,7 @@ paths: $ref: '#/components/requestBodies/ConfigurationRequest' responses: "200": $ref: '#/components/responses/Configuration.Patch' $ref: '#/components/responses/Configuration.Patch.200' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -111,7 +111,7 @@ components: required: true responses: Configuration.Get: Configuration.Get.200: description: | 200 OK Shall be returned when configuration information about a VNF instance has been read successfully. The response Loading Loading @@ -142,7 +142,7 @@ components: schema: $ref: ./definitions/SOL002VNFConfiguration_def.yaml#/definitions/VnfConfiguration Configuration.Patch: Configuration.Patch.200: description: | 200 OK Shall be returned when the request has been accepted and completed. The response body shall contain the Loading
src/SOL002/VNFFaultManagement/VNFFaultManagement.yaml +17 −17 Original line number Diff line number Diff line Loading @@ -44,7 +44,7 @@ paths: - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/nextpage_opaque_marker responses: "200": $ref: '#/components/responses/Alarms.Get' $ref: '#/components/responses/Alarms.Get.200' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -83,7 +83,7 @@ paths: - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/ContentType responses: "200": $ref: '#/components/responses/IndividualAlarm.Get' $ref: '#/components/responses/IndividualAlarm.Get.200' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -119,7 +119,7 @@ paths: $ref: '#/components/requestBodies/IndividualAlarmRequest' responses: "200": $ref: '#/components/responses/IndividualAlarm.Patch' $ref: '#/components/responses/IndividualAlarm.Patch.200' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -161,8 +161,8 @@ paths: requestBody: $ref: '#/components/requestBodies/IndividualAlarmEscalateRequest' responses: "200": $ref: '#/components/responses/IndividualAlarmEscalate.Post' "204": $ref: '#/components/responses/IndividualAlarmEscalate.Post.204' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -203,7 +203,7 @@ paths: - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/nextpage_opaque_marker responses: "200": $ref: '#/components/responses/Subscriptions.Get' $ref: '#/components/responses/Subscriptions.Get.200' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -239,7 +239,7 @@ paths: $ref: '#/components/requestBodies/FmSubscriptionRequest' responses: "201": $ref: '#/components/responses/Subscriptions.Post' $ref: '#/components/responses/Subscriptions.Post.201' "303": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/303 "400": Loading Loading @@ -281,7 +281,7 @@ paths: - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/ContentType responses: "200": $ref: '#/components/responses/IndividualSubscription.Get' $ref: '#/components/responses/IndividualSubscription.Get.200' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -312,7 +312,7 @@ paths: This method terminates an individual subscription. See clause 7.4.6.3.5. responses: "204": $ref: '#/components/responses/IndividualSubscription.Delete' $ref: '#/components/responses/IndividualSubscription.Delete.204' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -392,7 +392,7 @@ components: required: true responses: Alarms.Get: Alarms.Get.200: description: | 200 OK Shall be returned when information about zero or more alarms was queried successfully. The response body shall Loading Loading @@ -434,7 +434,7 @@ components: schema: $ref: ./definitions/SOL002VNFFaultManagement_def.yaml#/definitions/Alarm IndividualAlarm.Get: IndividualAlarm.Get.200: description: | 200 OK Shall be returned when information about an individual alarm read successfully. The response body shall contain Loading Loading @@ -465,7 +465,7 @@ components: schema: $ref: ./definitions/SOL002VNFFaultManagement_def.yaml#/definitions/Alarm IndividualAlarm.Patch: IndividualAlarm.Patch.200: description: | 200 OK Shall be returned when the request was accepted and completed. The response body shall contain attribute Loading Loading @@ -496,7 +496,7 @@ components: schema: $ref: ../../definitions/SOL002SOL003VNFFaultManagement_def.yaml#/definitions/AlarmModifications IndividualAlarmEscalate.Post: IndividualAlarmEscalate.Post.204: description: | 204 No Content Shall be returned when the VNFM has received the proposed "escalated perceived severity" value successfully. Loading @@ -510,7 +510,7 @@ components: type: string content: {} Subscriptions.Get: Subscriptions.Get.200: description: | 200 OK Shall be returned when the list of subscriptions has been queried successfully. Loading Loading @@ -553,7 +553,7 @@ components: schema: $ref: ../../definitions/SOL002SOL003VNFFaultManagement_def.yaml#/definitions/FmSubscription Subscriptions.Post: Subscriptions.Post.201: description: | 201 CREATED The subscription was created successfully. The response body shall contain a representation of the created Loading Loading @@ -593,7 +593,7 @@ components: schema: $ref: ../../definitions/SOL002SOL003VNFFaultManagement_def.yaml#/definitions/FmSubscription IndividualSubscription.Get: IndividualSubscription.Get.200: description: | 200 OK Shall be returned when information about an individual subscription has been read successfully. Loading Loading @@ -624,7 +624,7 @@ components: schema: $ref: ../../definitions/SOL002SOL003VNFFaultManagement_def.yaml#/definitions/FmSubscription IndividualSubscription.Delete: IndividualSubscription.Delete.204: description: | 204 NO CONTENT Shall be returned when the "Individual subscription" resource has been deleted successfully. Loading
src/SOL002/VNFFaultManagementNotification/VNFFaultManagementNotification.yaml +9 −9 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ paths: e.g. during subscription. See clause 7.4.7.3.2. responses: "204": $ref: '#/components/responses/VNFFMNotification.Get' $ref: '#/components/responses/VNFFMNotification.Get.204' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading @@ -63,7 +63,7 @@ paths: $ref: '#/components/requestBodies/AlarmNotification' responses: "204": $ref: '#/components/responses/VNFFMNotification.Post' $ref: '#/components/responses/VNFFMNotification.Post.204' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading @@ -89,7 +89,7 @@ paths: e.g. during subscription. See clause 7.4.7.3.2. responses: "204": $ref: '#/components/responses/VNFFMNotification.Get' $ref: '#/components/responses/VNFFMNotification.Get.204' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading @@ -115,7 +115,7 @@ paths: $ref: '#/components/requestBodies/AlarmClearedNotification' responses: "204": $ref: '#/components/responses/VNFFMNotification.Post' $ref: '#/components/responses/VNFFMNotification.Post.204' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading @@ -141,7 +141,7 @@ paths: e.g. during subscription. See clause 7.4.7.3.2. responses: "204": $ref: '#/components/responses/VNFFMNotification.Get' $ref: '#/components/responses/VNFFMNotification.Get.204' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading @@ -167,7 +167,7 @@ paths: $ref: '#/components/requestBodies/AlarmListRebuiltNotification' responses: "204": $ref: '#/components/responses/VNFFMNotification.Post' $ref: '#/components/responses/VNFFMNotification.Post.204' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -213,9 +213,9 @@ components: required: true responses: VNFFMNotification.Get: VNFFMNotification.Get.204: description: | 201 NO CONTENT 204 NO CONTENT Shall be returned to indicate the notification endpoint has been tested successfully. The response body shall be empty. headers: Loading @@ -236,7 +236,7 @@ components: type: string content: {} VNFFMNotification.Post: VNFFMNotification.Post.204: description: | 204 NO CONTENT Shall be returned when the notification has been delivered successfully. The response body shall be empty. Loading
src/SOL002/VNFIndicator/VNFIndicator.yaml +14 −14 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ paths: - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/nextpage_opaque_marker responses: "200": $ref: '#/components/responses/Indicators.Get' $ref: '#/components/responses/Indicators.Get.200' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -81,7 +81,7 @@ paths: - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/nextpage_opaque_marker responses: "200": $ref: '#/components/responses/VnfIndicators.Get' $ref: '#/components/responses/VnfIndicators.Get.200' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -118,7 +118,7 @@ paths: The GET method reads a VNF indicator. See clause 8.4.4.3.2. responses: "200": $ref: '#/components/responses/VnfIndividualIndicator.Get' $ref: '#/components/responses/VnfIndividualIndicator.Get.200' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -157,7 +157,7 @@ paths: - $ref: ../../components/SOL002SOL003_params.yaml#/components/parameters/nextpage_opaque_marker responses: "200": $ref: '#/components/responses/VnfIndicatorSubscriptions.Get' $ref: '#/components/responses/VnfIndicatorSubscriptions.Get.200' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -193,7 +193,7 @@ paths: $ref: '#/components/requestBodies/VnfIndicatorSubscriptionRequest' responses: "201": $ref: '#/components/responses/VnfIndicatorSubscription.Post' $ref: '#/components/responses/VnfIndicatorSubscription.Post.201' "303": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/303 "400": Loading Loading @@ -231,7 +231,7 @@ paths: The GET method reads an individual subscription. See clause 8.4.6.3.2. responses: "200": $ref: '#/components/responses/VnfIndicatorSubscription.Get' $ref: '#/components/responses/VnfIndicatorSubscription.Get.200' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -262,7 +262,7 @@ paths: The DELETE method terminates an individual subscription. See clause 8.4.6.3.5. responses: "204": $ref: '#/components/responses/VnfIndicatorSubscription.Delete' $ref: '#/components/responses/VnfIndicatorSubscription.Delete.204' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -340,7 +340,7 @@ components: required: true responses: Indicators.Get: Indicators.Get.200: description: | 200 OK Shall be returned when information about zero or more VNF indicators was queried successfully. Loading Loading @@ -378,7 +378,7 @@ components: items: $ref: ../../definitions/SOL002SOL003VNFIndicator_def.yaml#/definitions/VnfIndicator VnfIndicators.Get: VnfIndicators.Get.200: description: | 200 OK Shall be returned when information about zero or more VNF indicators was queried successfully. Loading Loading @@ -416,7 +416,7 @@ components: items: $ref: ../../definitions/SOL002SOL003VNFIndicator_def.yaml#/definitions/VnfIndicator VnfIndividualIndicator.Get: VnfIndividualIndicator.Get.200: description: | 200 OK Shall be returned when the VNF indicator has been read successfully. The response body shall contain the Loading @@ -439,7 +439,7 @@ components: schema: $ref: ../../definitions/SOL002SOL003VNFIndicator_def.yaml#/definitions/VnfIndicator VnfIndicatorSubscriptions.Get: VnfIndicatorSubscriptions.Get.200: description: | 200 OK Shall be returned when the list of subscriptions was queried successfully. Loading Loading @@ -477,7 +477,7 @@ components: items: $ref: ../../definitions/SOL002SOL003VNFIndicator_def.yaml#/definitions/VnfIndicatorSubscription VnfIndicatorSubscription.Post: VnfIndicatorSubscription.Post.201: description: | 201 CREATED Shall be returned when the subscription has been created successfully. The response body shall contain a Loading Loading @@ -518,7 +518,7 @@ components: items: $ref: ../../definitions/SOL002SOL003VNFIndicator_def.yaml#/definitions/VnfIndicatorSubscription VnfIndicatorSubscription.Get: VnfIndicatorSubscription.Get.200: description: | 200 OK Shall be returned when information about an individual subscription has been read successfully. Loading @@ -541,7 +541,7 @@ components: schema: $ref: ../../definitions/SOL002SOL003VNFIndicator_def.yaml#/definitions/VnfIndicatorSubscription VnfIndicatorSubscription.Delete: VnfIndicatorSubscription.Delete.204: description: | 204 NO CONTENT Shall be returned when the subscription has been deleted successfully. The response body shall be empty. Loading
src/SOL002/VNFIndicatorNotification/VNFIndicatorNotification.yaml +7 −7 Original line number Diff line number Diff line Loading @@ -37,7 +37,7 @@ paths: API consumer, e.g. during subscription. See clause 8.4.7.3.2. responses: "204": $ref: '#/components/responses/VNFInNotification.Get' $ref: '#/components/responses/VNFInNotification.Get.204' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading @@ -63,7 +63,7 @@ paths: $ref: '#/components/requestBodies/VnfIndicatorValueChangeNotification' responses: "204": $ref: '#/components/responses/VNFInNotification.Post' $ref: '#/components/responses/VNFInNotification.Post.204' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading @@ -89,7 +89,7 @@ paths: API consumer, e.g. during subscription. See clause 8.4.7.3.2. responses: "204": $ref: '#/components/responses/VNFInNotification.Get' $ref: '#/components/responses/VNFInNotification.Get.204' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading @@ -115,7 +115,7 @@ paths: $ref: '#/components/requestBodies/SupportedIndicatorsChangeNotification' responses: "204": $ref: '#/components/responses/VNFInNotification.Post' $ref: '#/components/responses/VNFInNotification.Post.204' "400": $ref: ../../responses/SOL002SOL003_resp.yaml#/components/responses/400 "401": Loading Loading @@ -152,9 +152,9 @@ components: required: true responses: VNFInNotification.Get: VNFInNotification.Get.204: description: | 201 NO CONTENT 204 NO CONTENT Shall be returned to indicate the notification endpoint has been tested successfully. The response body shall be empty. headers: Loading @@ -175,7 +175,7 @@ components: type: string content: {} VNFInNotification.Post: VNFInNotification.Post.204: description: | 204 NO CONTENT Shall be returned when the notification has been delivered successfully. The response body shall be empty. Loading