VNFLifecycleManagement.yaml 79.9 KB
Newer Older
Gergely Csatari's avatar
Gergely Csatari committed
2001
2002
2003
2004
2005
2006
2007
              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
2008
2009
2010
2011
2012
2013
            Version:
              description: >
                Version of the API used in the response.
              type: string
              maximum: 1
              minimum: 1
2014
2015
2016
2017
2018
2019
2020
2021
2022
          schema:
            $ref: "../../definitions/SOL002SOL003VNFLifecycleManagement_def.yaml#/definitions/LccnSubscription"
        400:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/400"
        401:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/401"
        403:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/403"
        404:
2023
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/404-task-not-suported-VNF-LCM"
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
        405:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/404"
        406:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/406"
        500:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/500"
        503:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/503"
    delete:
      description: >
Gergely Csatari's avatar
Gergely Csatari committed
2034
2035
2036
        Terminate Subscription

        
2037
        The DELETE method terminates an individual subscription.
Gergely Csatari's avatar
Gergely Csatari committed
2038
2039
2040
2041
2042
2043
2044
2045
      parameters:
        - name: Authorization
          description: >
            The authorization token for the request.
            Reference: IETF RFC 7235
          in: header
          required: false
          type: string
2046
2047
2048
2049
2050
2051
        - name: Version
          description: >
            Version of the API requested to use when responding to this request.
          in: header
          required: true
          type: string
2052
2053
2054
      responses:
        204:
          description: > 
Gergely Csatari's avatar
Gergely Csatari committed
2055
2056
            No Content

2057
2058
            The subscription resource was deleted successfully.
            The response body shall be empty.
Gergely Csatari's avatar
Gergely Csatari committed
2059
2060
2061
2062
2063
2064
2065
2066
2067
          headers:
            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
2068
2069
2070
2071
2072
2073
            Version:
              description: >
                Version of the API used in the response.
              type: string
              maximum: 1
              minimum: 1
2074
2075
2076
2077
2078
2079
2080
        400:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/400"
        401:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/401"
        403:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/403"
        404:
2081
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/404-task-not-suported-VNF-LCM"
2082
2083
2084
2085
2086
2087
2088
2089
        405:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/404"
        406:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/406"
        500:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/500"
        503:
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/503"
For faster browsing, not all history is shown. View entire blame