Commit b4e666e8 authored by Pietro Piscione's avatar Pietro Piscione
Browse files

SOL005_61 to SOL005_65

parent 5f0e2ca0
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -296,7 +296,7 @@ components:
      description: |
        Identifier of the alarm. This identifier can be retrieved from the "id" attribute of the "alarm" attribute
        in the AlarmNotification or AlarmClearedNotification.  It can also be retrieved from the "id" attribute of
        the applicable array element in the payload body of the response to a GET request to the "Alarms" resource.
        the applicable array element in the message content of the response to a GET request to the "Alarms" resource.
      required: true
      style: simple
      explode: false
@@ -309,7 +309,7 @@ components:
      description: |
        Identifier of this subscription. This identifier can be retrieved from the resource referenced by the
        "Location" HTTP header in the response to a POST request creating a new subscription resource. It can also
        be retrieved from the "id" attribute in the payload body of that response.
        be retrieved from the "id" attribute in the message content of that response.
      required: true
      style: simple
      explode: false
@@ -653,8 +653,8 @@ components:
      description: |
        422 Unprocessable Entity

        Shall be returned upon the following error: The content type of the payload body is supported and the payload
        body of a request contains syntactically correct data but the data cannot be processed.
        Shall be returned upon the following error: The 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.
        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.
        Specifically in case of this resource, the response code 422 shall also be returned if the NFVO has tested
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ definitions:
    properties:
      id:
        description: >
          Identifier of this Alarm information element.
          Identifier of this Alarm structure.
        $ref: "../../definitions/SOL005_def.yaml#/definitions/Identifier"
      managedObjectId:
        description: >