Commit ad5ab389 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed responses ref names

parent 7a839f78
Loading
Loading
Loading
Loading
+14 −14
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ paths:
        - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept
      responses:
        "200":
          $ref: '#/components/responses/NfviCapacityInfos.Get'
          $ref: '#/components/responses/NfviCapacityInfos.Get.200'
        "400":
          $ref: ../responses/SOL005_resp.yaml#/components/responses/400
        "401":
@@ -80,7 +80,7 @@ paths:
        - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept
      responses:
        "200":
          $ref: '#/components/responses/NfviCapacityInfo.Get'
          $ref: '#/components/responses/NfviCapacityInfo.Get.200'
        "400":
          $ref: ../responses/SOL005_resp.yaml#/components/responses/400
        "401":
@@ -113,7 +113,7 @@ paths:
        - $ref: ../components/SOL005_params.yaml#/components/parameters/nextpage_opaque_marker
      responses:
        "200":
          $ref: '#/components/responses/CapacityThresholds.Get'
          $ref: '#/components/responses/CapacityThresholds.Get.200'
        "400":
          $ref: ../responses/SOL005_resp.yaml#/components/responses/400
        "401":
@@ -143,7 +143,7 @@ paths:
        $ref: '#/components/requestBodies/NfviCapacityThresholdRequest'
      responses:
        "201":
          $ref: '#/components/responses/CapacityThresholds.Post'
          $ref: '#/components/responses/CapacityThresholds.Post.201'
        "400":
          $ref: ../responses/SOL005_resp.yaml#/components/responses/400
        "401":
@@ -177,7 +177,7 @@ paths:
        - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept
      responses:
        "200":
          $ref: '#/components/responses/IndividualCapacityThreshold.Get'
          $ref: '#/components/responses/IndividualCapacityThreshold.Get.200'
        "400":
          $ref: ../responses/SOL005_resp.yaml#/components/responses/400
        "401":
@@ -204,7 +204,7 @@ paths:
        $ref: '#/components/requestBodies/IndividualNfviCapacityThresholdRequest'
      responses:
        "200":
          $ref: '#/components/responses/IndividualCapacityThreshold.Patch'
          $ref: '#/components/responses/IndividualCapacityThreshold.Patch.200'
        "400":
          $ref: ../responses/SOL005_resp.yaml#/components/responses/400
        "401":
@@ -233,7 +233,7 @@ paths:
        This method allows to delete an NFVI capacity threshold. See clause 10.4.5.3.5.
      responses:
        "204":
          $ref: '#/components/responses/IndividualCapacityThreshold.Delete'
          $ref: '#/components/responses/IndividualCapacityThreshold.Delete.204'
        "400":
          $ref: ../responses/SOL005_resp.yaml#/components/responses/400
        "401":
@@ -303,7 +303,7 @@ components:
      required: true

  responses:
    NfviCapacityInfos.Get:
    NfviCapacityInfos.Get.200:
      description: |
        Shall be returned when information about NFVI capacity information has been queried successfully.
        The response body shall contain NFVI capacity information, as defined in clause 10.5.2.4.
@@ -340,7 +340,7 @@ components:
            items:
              $ref: ./definitions/NFVICapacityInformation_def.yaml#/components/schemas/NfviCapacityInfo

    NfviCapacityInfo.Get:
    NfviCapacityInfo.Get.200:
      description: |
        Shall be returned when information of an individual VIM’s NFVI capacity has been read successfully.
        The response body shall contain a representation of  the NFVI capacity information, as defined in clause 10.5.2.4.
@@ -371,7 +371,7 @@ components:
          schema:
            $ref: ./definitions/NFVICapacityInformation_def.yaml#/components/schemas/NfviCapacityInfo

    CapacityThresholds.Get:
    CapacityThresholds.Get.200:
      description: |
        Shall be returned when information about zero or more capacity thresholds has been queried successfully.
        If the "filter" URI parameter was supplied in the request, the data in the response body shall have been
@@ -409,7 +409,7 @@ components:
            items:
              $ref: ./definitions/NFVICapacityInformation_def.yaml#/components/schemas/CapacityThreshold

    CapacityThresholds.Post:
    CapacityThresholds.Post.201:
      description: |
        Shall be returned when a capacity threshold has been created successfully.
        The response body shall contain a representation of the created "Individual capacity threshold" resource,
@@ -442,7 +442,7 @@ components:
          schema:
            $ref: ./definitions/NFVICapacityInformation_def.yaml#/components/schemas/CapacityThreshold

    IndividualCapacityThreshold.Get:
    IndividualCapacityThreshold.Get.200:
      description: |
        Shall be returned when information about an individual capacity threshold has been read successfully.
        The response body shall contain in a representation of the capacity threshold, as defined in clause 10.5.2.8.
@@ -473,7 +473,7 @@ components:
          schema:
            $ref: ./definitions/NFVICapacityInformation_def.yaml#/components/schemas/CapacityThreshold

    IndividualCapacityThreshold.Patch:
    IndividualCapacityThreshold.Patch.200:
      description: |
        200 OK
        Shall be returned when the request has been processed successfully.
@@ -505,7 +505,7 @@ components:
          schema:
            $ref: ./definitions/NFVICapacityInformation_def.yaml#/components/schemas/CapacityThresholdModifications

    IndividualCapacityThreshold.Delete:
    IndividualCapacityThreshold.Delete.204:
      description: |
        Shall be returned when the NFVI capacity threshold has been deleted successfully.
        The response body shall be empty.
+14 −14
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ paths:
        - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept
      responses:
        "200":
          $ref: '#/components/responses/Alarms.Get'
          $ref: '#/components/responses/Alarms.Get.200'
        "400":
          $ref: ../responses/SOL005_resp.yaml#/components/responses/400
        "401":
@@ -77,7 +77,7 @@ paths:
        - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept
      responses:
        "200":
          $ref: '#/components/responses/IndividualAlarm.Get'
          $ref: '#/components/responses/IndividualAlarm.Get.200'
        "400":
          $ref: ../responses/SOL005_resp.yaml#/components/responses/400
        "401":
@@ -109,7 +109,7 @@ paths:
        $ref: '#/components/requestBodies/AlarmModificationRequest'
      responses:
        "200":
          $ref: '#/components/responses/IndividualAlarm.Patch'
          $ref: '#/components/responses/IndividualAlarm.Patch.200'
        "400":
          $ref: ../responses/SOL005_resp.yaml#/components/responses/400
        "401":
@@ -150,7 +150,7 @@ paths:
        - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept
      responses:
        "200":
          $ref: '#/components/responses/FmSubscriptions.Get'
          $ref: '#/components/responses/FmSubscriptions.Get.200'
        "400":
          $ref: ../responses/SOL005_resp.yaml#/components/responses/400
        "401":
@@ -180,7 +180,7 @@ paths:
        $ref: '#/components/requestBodies/FmSubscriptionRequest'
      responses:
        "201":
          $ref: '#/components/responses/FmSubscriptions.Post'
          $ref: '#/components/responses/FmSubscriptions.Post.201'
        "303":
          $ref: ../responses/SOL005_resp.yaml#/components/responses/303
        "400":
@@ -217,7 +217,7 @@ paths:
        - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept
      responses:
        "200":
          $ref: '#/components/responses/IndividualFmSubscription.Get'
          $ref: '#/components/responses/IndividualFmSubscription.Get.200'
        "400":
          $ref: ../responses/SOL005_resp.yaml#/components/responses/400
        "401":
@@ -242,7 +242,7 @@ paths:
        This method terminates an individual subscription. See clause 8.4.5.3.5.
      responses:
        "204":
          $ref: '#/components/responses/IndividualFmSubscription.Delete'
          $ref: '#/components/responses/IndividualFmSubscription.Delete.204'
        "400":
          $ref: ../responses/SOL005_resp.yaml#/components/responses/400
        "401":
@@ -310,7 +310,7 @@ components:
      required: true

  responses:
    Alarms.Get:
    Alarms.Get.200:
      description: |
        200 OK
        Shall be returned when information about zero or more alarms has been queried successfully. The response body
@@ -355,7 +355,7 @@ components:
            items:
              $ref: ./definitions/SOL005NSFaultManagement_def.yaml#/definitions/Alarm

    IndividualAlarm.Get:
    IndividualAlarm.Get.200:
      description: |
        200 OK
        Shall be returned when information about an individual alarm has been read successfully. The response body
@@ -387,7 +387,7 @@ components:
          schema:
            $ref: ./definitions/SOL005NSFaultManagement_def.yaml#/definitions/Alarm

    IndividualAlarm.Patch:
    IndividualAlarm.Patch.200:
      description: |
        200 OK
        Shall be returned when the request has been accepted and completed. The response body shall contain attribute
@@ -419,7 +419,7 @@ components:
          schema:
            $ref: ./definitions/SOL005NSFaultManagement_def.yaml#/definitions/AlarmModifications

    FmSubscriptions.Get:
    FmSubscriptions.Get.200:
      description: |
        200 OK
        Shall be returned when the list of subscriptions has been queried successfully. The response body shall
@@ -465,7 +465,7 @@ components:
            items:
              $ref: ./definitions/SOL005NSFaultManagement_def.yaml#/definitions/FmSubscription

    FmSubscriptions.Post:
    FmSubscriptions.Post.200:
      description: |
        201 Created
        Shall be returned when the subscription has been created successfully. The response body shall contain a
@@ -500,7 +500,7 @@ components:
          schema:
            $ref: ./definitions/SOL005NSFaultManagement_def.yaml#/definitions/FmSubscription

    IndividualFmSubscription.Get:
    IndividualFmSubscription.Get.200:
      description: |
        200 OK
        Shall be returned when information about an individual subscription has been read successfully. The response
@@ -533,7 +533,7 @@ components:
          schema:
            $ref: ./definitions/SOL005NSFaultManagement_def.yaml#/definitions/FmSubscription

    IndividualFmSubscription.Delete:
    IndividualFmSubscription.Delete.204:
      description: |
        204 - No Content
        Shall be returned when the subscription resource has been deleted successfully. The response body shall be empty.
+12 −12
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ paths:
        - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept
      responses:
        "204":
          $ref: '#/components/responses/AlarmNotification.Get'
          $ref: '#/components/responses/AlarmNotification.Get.204'
        "400":
          $ref: ../responses/SOL005_resp.yaml#/components/responses/400
        "401":
@@ -65,7 +65,7 @@ paths:
        $ref: '#/components/requestBodies/AlarmNotificationRequest'
      responses:
        "204":
          $ref: '#/components/responses/AlarmNotification.Post'
          $ref: '#/components/responses/AlarmNotification.Post.204'
        "400":
          $ref: ../responses/SOL005_resp.yaml#/components/responses/400
        "401":
@@ -93,7 +93,7 @@ paths:
        - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept
      responses:
        "204":
          $ref: '#/components/responses/AlarmClearedNotification.Get'
          $ref: '#/components/responses/AlarmClearedNotification.Get.204'
        "400":
          $ref: ../responses/SOL005_resp.yaml#/components/responses/400
        "401":
@@ -120,7 +120,7 @@ paths:
        $ref: '#/components/requestBodies/AlarmClearedNotificationRequest'
      responses:
        "204":
          $ref: '#/components/responses/AlarmClearedNotification.Post'
          $ref: '#/components/responses/AlarmClearedNotification.Post.204'
        "400":
          $ref: ../responses/SOL005_resp.yaml#/components/responses/400
        "401":
@@ -148,7 +148,7 @@ paths:
        - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept
      responses:
        "204":
          $ref: '#/components/responses/AlarmListRebuiltNotification.Get'
          $ref: '#/components/responses/AlarmListRebuiltNotification.Get.204'
        "400":
          $ref: ../responses/SOL005_resp.yaml#/components/responses/400
        "401":
@@ -175,7 +175,7 @@ paths:
        $ref: '#/components/requestBodies/AlarmListRebuiltNotificationRequest'
      responses:
        "204":
          $ref: '#/components/responses/AlarmListRebuiltNotification.Post'
          $ref: '#/components/responses/AlarmListRebuiltNotification.Post.204'
        "400":
          $ref: ../responses/SOL005_resp.yaml#/components/responses/400
        "401":
@@ -221,7 +221,7 @@ components:
      required: true

  responses:
    AlarmNotification.Get:
    AlarmNotification.Get.204:
      description: |
        204 No Content
        Shall be returned when the notification endpoint has been tested successfully. The response body shall be empty.
@@ -243,7 +243,7 @@ components:
            type: string
      content: {}

    AlarmNotification.Post:
    AlarmNotification.Post.204:
      description: |
        204 No Content
        Shall be returned when the notification has been delivered successfully. The response body shall be empty.
@@ -265,7 +265,7 @@ components:
            type: string
      content: {}

    AlarmClearedNotification.Get:
    AlarmClearedNotification.Get.204:
      description: |
        204 No Content
        Shall be returned when the notification endpoint has been tested successfully. The response body shall be empty.
@@ -287,7 +287,7 @@ components:
            type: string
      content: {}

    AlarmClearedNotification.Post:
    AlarmClearedNotification.Post.204:
      description: |
        204 No Content
        The notification was delivered successfully. The response body shall be empty.
@@ -309,7 +309,7 @@ components:
            type: string
      content: {}

    AlarmListRebuiltNotification.Get:
    AlarmListRebuiltNotification.Get.204:
      description: |
        204 No Content
        Shall be returned when the notification endpoint has been tested successfully. The response body shall be empty.
@@ -331,7 +331,7 @@ components:
            type: string
      content: {}

    AlarmListRebuiltNotification.Post:
    AlarmListRebuiltNotification.Post.204:
      description: |
        204 No Content
        The notification was delivered successfully. The response body shall be empty.
+46 −46

File changed.

Preview size limit exceeded, changes collapsed.

+16 −16
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ paths:
        - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept
      responses:
        "204":
          $ref: '#/components/responses/NsLcmOperationOccurrenceNotification.Get'
          $ref: '#/components/responses/NsLcmOperationOccurrenceNotification.Get.204'
        "400":
          $ref: ../responses/SOL005_resp.yaml#/components/responses/400
        "401":
@@ -65,7 +65,7 @@ paths:
        $ref: '#/components/requestBodies/NsLcmOperationOccurrenceNotificationRequest'
      responses:
        "204":
          $ref: '#/components/responses/NsLcmOperationOccurrenceNotification.Post'
          $ref: '#/components/responses/NsLcmOperationOccurrenceNotification.Post.204'
        "400":
          $ref: ../responses/SOL005_resp.yaml#/components/responses/400
        "401":
@@ -94,7 +94,7 @@ paths:
        - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept
      responses:
        "204":
          $ref: '#/components/responses/NsIdentifierCreationNotification.Get'
          $ref: '#/components/responses/NsIdentifierCreationNotification.Get.204'
        "400":
          $ref: ../responses/SOL005_resp.yaml#/components/responses/400
        "401":
@@ -122,7 +122,7 @@ paths:
        $ref: '#/components/requestBodies/NsIdentifierCreationNotificationRequest'
      responses:
        "204":
          $ref: '#/components/responses/NsIdentifierCreationNotification.Post'
          $ref: '#/components/responses/NsIdentifierCreationNotification.Post.204'
        "400":
          $ref: ../responses/SOL005_resp.yaml#/components/responses/400
        "401":
@@ -151,7 +151,7 @@ paths:
        - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept
      responses:
        "204":
          $ref: '#/components/responses/NsIdentifierDeletionNotification.Get'
          $ref: '#/components/responses/NsIdentifierDeletionNotification.Get.204'
        "400":
          $ref: ../responses/SOL005_resp.yaml#/components/responses/400
        "401":
@@ -179,7 +179,7 @@ paths:
        $ref: '#/components/requestBodies/NsIdentifierDeletionNotificationRequest'
      responses:
        "204":
          $ref: '#/components/responses/NsIdentifierDeletionNotification.Post'
          $ref: '#/components/responses/NsIdentifierDeletionNotification.Post.204'
        "400":
          $ref: ../responses/SOL005_resp.yaml#/components/responses/400
        "401":
@@ -207,7 +207,7 @@ paths:
        - $ref: ../components/SOL005_params.yaml#/components/parameters/Accept
      responses:
        "204":
          $ref: '#/components/responses/NsLcmCapacityShortageNotification.Get'
          $ref: '#/components/responses/NsLcmCapacityShortageNotification.Get.204'
        "400":
          $ref: ../responses/SOL005_resp.yaml#/components/responses/400
        "401":
@@ -235,7 +235,7 @@ paths:
        $ref: '#/components/requestBodies/NsLcmCapacityShortageNotificationRequest'
      responses:
        "204":
          $ref: '#/components/responses/NsLcmCapacityShortageNotification.Post'
          $ref: '#/components/responses/NsLcmCapacityShortageNotification.Post.204'
        "400":
          $ref: ../responses/SOL005_resp.yaml#/components/responses/400
        "401":
@@ -289,7 +289,7 @@ components:
      required: true

  responses:
    NsLcmOperationOccurrenceNotification.Get:
    NsLcmOperationOccurrenceNotification.Get.204:
      description: |
        204 No Content
        Shall be returned when the notification endpoint has been tested successfully. 
@@ -312,7 +312,7 @@ components:
            type: string
      content: {}
      
    NsLcmOperationOccurrenceNotification.Post:
    NsLcmOperationOccurrenceNotification.Post.204:
      description: |
        204 No Content
        Shall be returned when the notification has been delivered successfully.
@@ -334,7 +334,7 @@ components:
            type: string
      content: {}

    NsIdentifierCreationNotification.Get:
    NsIdentifierCreationNotification.Get.204:
      description: |
        204 No Content
        Shall be returned when the notification endpoint has been tested successfully. The response body shall be empty.
@@ -356,7 +356,7 @@ components:
            type: string
      content: {}

    NsIdentifierCreationNotification.Post:
    NsIdentifierCreationNotification.Post.204:
      description: |
        204 No Content
        Shall be returned when the notification has been delivered successfully.
@@ -378,7 +378,7 @@ components:
            type: string
      content: {}

    NsIdentifierDeletionNotification.Get:
    NsIdentifierDeletionNotification.Get.204:
      description: |
        204 No Content
        Shall be returned when the notification endpoint has been tested successfully. The response body shall be empty.
@@ -400,7 +400,7 @@ components:
            type: string
      content: {}

    NsIdentifierDeletionNotification.Post:
    NsIdentifierDeletionNotification.Post.204:
      description: |
        204 No Content
        Shall be returned when the notification has been delivered successfully.
@@ -422,7 +422,7 @@ components:
            type: string
      content: {}

    NsLcmCapacityShortageNotification.Get:
    NsLcmCapacityShortageNotification.Get.204:
      description: |
        204 No Content
        Shall be returned when the notification endpoint has been tested successfully. The response body shall be empty.
@@ -444,7 +444,7 @@ components:
            type: string
      content: {}

    NsLcmCapacityShortageNotification.Post:
    NsLcmCapacityShortageNotification.Post.204:
      description: |
        204 No Content
        Shall be returned when the notification has been delivered successfully.
Loading