Commit 730763d6 authored by Samir Medjiah's avatar Samir Medjiah
Browse files

SOL003_127: 200 Response has been added in GET method on "subscriptions"...

SOL003_127: 200 Response has been added in GET method on "subscriptions" ressource  (Virtualized Resources Quota Available Notification interface)
parent f09c25d5
Loading
Loading
Loading
Loading
Loading
+30 −0
Original line number Original line Diff line number Diff line
@@ -169,6 +169,36 @@ paths:
          required: false
          required: false
          type: string
          type: string
      responses:
      responses:
        200:
          description: > 
            OK

            The list of subscriptions was queried successfully.
            The representations body shall contain in an array the representations
            of all active subscriptions of the functional block that invokes the
            method, i.e. zero or more representations of virtualized resource quota
            available subscriptions as defined in clause 11.5.2.3.
            If the VNFM supports alternative 2 (paging) according to clause 
            4.7.2.1 for this resource, inclusion of the Link HTTP header in 
            this response shall follow the provisions in clause 4.7.2.3.
          headers:
            Content-Type:
              description: The MIME type of the body of the response.
              type: string
              maximum: 1
              minimum: 1
            WWW-Authenticate:
              description: >
                Challenge if the corresponding HTTP request has not provided
                authorization, or error details if the corresponding HTTP
                request has provided an invalid authorization token.
              type: string
              maximum: 1
              minimum: 0
          schema:
            type: array
            items:
              $ref: "definitions/VirtualisedResourcesQuotaAvailableNotification_def.yaml#/definitions/VrQuotaAvailSubscription"
        204:
        204:
          description: > 
          description: > 
            No Content
            No Content