Commit 5f0e2ca0 authored by Pietro Piscione's avatar Pietro Piscione
Browse files

SOL005_54 to SOL005_60

parent 23b18bd6
Loading
Loading
Loading
Loading
Loading
+13 −13
Original line number Original line Diff line number Diff line
@@ -798,7 +798,7 @@ components:
        Identifier of the PM job.
        Identifier of the PM job.
        This identifier can be retrieved from the resource referenced by the "Location" HTTP header in the response
        This identifier can be retrieved from the resource referenced by the "Location" HTTP header in the response
        to a POST request creating a new PM job resource. It can also be retrieved from the "id" attribute in the
        to a POST request creating a new PM job resource. It can also be retrieved from the "id" attribute in the
        payload body of that response.          
        message content of that response.          
      required: true
      required: true
      style: simple
      style: simple
      explode: false
      explode: false
@@ -824,7 +824,7 @@ components:
        This identifier can be retrieved from the resource referenced by the
        This identifier can be retrieved from the resource referenced by the
        "Location" HTTP header in the response to a POST request creating a
        "Location" HTTP header in the response to a POST request creating a
        new threshold resource. It can also be retrieved from the "id"
        new threshold resource. It can also be retrieved from the "id"
        attribute in the payload body of that response.
        attribute in the message content of that response.
      required: true
      required: true
      style: simple
      style: simple
      explode: false
      explode: false
@@ -906,9 +906,9 @@ components:


    PmJobs.Post.422:
    PmJobs.Post.422:
      description: |
      description: |
        422 Unprocessable Entity
        422 Unprocessable Content


        content type of the payload body is supported and the payload body of a request contains syntactically correct
        content type of the message content is supported and the message content of a request contains syntactically correct
        data but the data cannot be processed.
        data but the data cannot be processed.
        The general cause for this error and its handling is specified in clause 6.4 of ETSI GS NFV-SOL 013 [16],
        The general cause for this error and its handling is specified in clause 6.4 of ETSI GS NFV-SOL 013 [16],
        including rules for the presence of the response body.
        including rules for the presence of the response body.
@@ -1115,10 +1115,10 @@ components:


    IndividualPmJob.Patch.422:
    IndividualPmJob.Patch.422:
      description: |
      description: |
        422 Unprocessable entity
        422 Unprocessable Content


        Shall be returned upon the following error: The content type of the payload body is supported and the payload
        Shall be returned upon the following error: The content type of the message content is supported and the
        body of a request contains syntactically correct data but the data cannot be processed.
        message content of a request contains syntactically correct data but the data cannot be processed.
        The general cause for this error and its handling is specified in clause 6.4 of ETSI GS NFV-SOL 013 [16],
        The general cause for this error and its handling is specified in clause 6.4 of ETSI GS NFV-SOL 013 [16],
        including rules for the presence of the response body.
        including rules for the presence of the response body.
        Specifically in case of this resource, the response code 422 shall also be returned if the NFVO has tested
        Specifically in case of this resource, the response code 422 shall also be returned if the NFVO has tested
@@ -1247,10 +1247,10 @@ components:


    Thresholds.Post.422:
    Thresholds.Post.422:
      description: |
      description: |
        422 Unprocessable entity
        422 Unprocessable Content


        Shall be returned upon the following error: The content type of the payload body is supported and the payload
        Shall be returned upon the following error: The content type of the message content is supported and the
        body of a request contains syntactically correct data but the data cannot be processed.
        message content of a request contains syntactically correct data but the data cannot be processed.
        The general cause for this error and its handling is specified in clause 6.4 of ETSI GS NFV-SOL 013 [16],
        The general cause for this error and its handling is specified in clause 6.4 of ETSI GS NFV-SOL 013 [16],
        including rules for the presence of the response body.
        including rules for the presence of the response body.
        Specifically in case of this resource, the response code 422 shall also be returned if the NFVO has tested
        Specifically in case of this resource, the response code 422 shall also be returned if the NFVO has tested
@@ -1452,10 +1452,10 @@ components:


    IndividualThreshold.Patch.422:
    IndividualThreshold.Patch.422:
      description: |
      description: |
        422 Unprocessable Entity
        422 Unprocessable Content


        Shall be returned upon the following error: The content type of the payload body is supported and the payload
        Shall be returned upon the following error: The content type of the message content is supported and the
        body of a request contains syntactically correct data but the data cannot be processed.
        message content of a request contains syntactically correct data but the data cannot be processed.
        The general cause for this error and its handling is specified in clause 6.4 of ETSI GS NFV-SOL 013 [16],
        The general cause for this error and its handling is specified in clause 6.4 of ETSI GS NFV-SOL 013 [16],
        including rules for the presence of the response body.
        including rules for the presence of the response body.
        Specifically in case of this resource, the response code 422 shall also be returned if the NFVO has tested
        Specifically in case of this resource, the response code 422 shall also be returned if the NFVO has tested