SOL005NSPerformanceManagement_resp.yaml 971 Bytes
Newer Older
# Copyright (c) ETSI 2017.
# https://forge.etsi.org/etsi-forge-copyright-notice.txt
responses:
  303:
    description: >
      See Other.
      A subscription with the same callbackURI and the
      same filter already exits and the policy of the NFVO is
      to not create redundant subscriptions.
      The HTTP response shall include a "Location" HTTP
      header that contains the resource URI of the existing
      subscription resource.
      The response body shall be empty.

  416:
    description: >
      The byte range passed in the "Range" header did not
      match any available byte range in the NSD file (e.g.
      "access after end of file").
      The response body may contain a ProblemDetails structure.
    headers:
      Content-Type:
        description: The MIME type of the body of the response.
        type: string
        maximum: 1
        minimum: 1
    schema:
      $ref: "../../definitions/SOL005_def.yaml#/definitions/ProblemDetails"