VNFLifecycleManagement.yaml 80.9 KB
Newer Older
Gergely Csatari's avatar
Gergely Csatari committed
2001
2002
2003
          in: header
          required: false
          type: string
2004
2005
2006
2007
2008
2009
        - name: Version
          description: >
            Version of the API requested to use when responding to this request.
          in: header
          required: true
          type: string
2010
2011
2012
      responses:
        200:
          description: > 
Gergely Csatari's avatar
Gergely Csatari committed
2013
2014
            OK

2015
2016
2017
2018
2019
2020
2021
2022
2023
            The operation has completed successfully.
            The response body shall contain a representation of the
            subscription resource.
          headers:
            Content-Type:
              description: The MIME type of the body of the response.
              type: string
              maximum: 1
              minimum: 1
Gergely Csatari's avatar
Gergely Csatari committed
2024
2025
2026
2027
2028
2029
2030
2031
            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
2032
2033
2034
2035
2036
2037
            Version:
              description: >
                Version of the API used in the response.
              type: string
              maximum: 1
              minimum: 1
2038
2039
2040
2041
2042
2043
2044
2045
2046
          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:
2047
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/404-task-not-suported-VNF-LCM"
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
        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
2058
2059
2060
        Terminate Subscription

        
2061
        The DELETE method terminates an individual subscription.
Gergely Csatari's avatar
Gergely Csatari committed
2062
2063
2064
2065
2066
2067
2068
2069
      parameters:
        - name: Authorization
          description: >
            The authorization token for the request.
            Reference: IETF RFC 7235
          in: header
          required: false
          type: string
2070
2071
2072
2073
2074
2075
        - name: Version
          description: >
            Version of the API requested to use when responding to this request.
          in: header
          required: true
          type: string
2076
2077
2078
      responses:
        204:
          description: > 
Gergely Csatari's avatar
Gergely Csatari committed
2079
2080
            No Content

2081
2082
            The subscription resource was deleted successfully.
            The response body shall be empty.
Gergely Csatari's avatar
Gergely Csatari committed
2083
2084
2085
2086
2087
2088
2089
2090
2091
          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
2092
2093
2094
2095
2096
2097
            Version:
              description: >
                Version of the API used in the response.
              type: string
              maximum: 1
              minimum: 1
2098
2099
2100
2101
2102
2103
2104
        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:
2105
          $ref: "../../responses/SOL002SOL003_resp.yaml#/responses/404-task-not-suported-VNF-LCM"
2106
2107
2108
2109
2110
2111
2112
2113
        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