Commit f276e7e4 authored by moscatelli's avatar moscatelli
Browse files

SOL005_104 -> SOL005_108: ThresholdCrossedNotification data type updated

parent 3b5b4b3d
Loading
Loading
Loading
Loading
+8 −4
Original line number Original line Diff line number Diff line
@@ -516,10 +516,14 @@ definitions:
      performanceMetric:
      performanceMetric:
        description: >
        description: >
          Performance metric associated with the threshold.
          Performance metric associated with the threshold.
          This attribute shall contain the related "Measurement Name" value
          as defined in clause 7.2 of ETSI GS NFV-IFA 027.
        type: string
        type: string
      performanceValue:
      performanceValue:
        description: >
        description: >
          Value of the metric that resulted in threshold crossing. See note.
          Value of the metric that resulted in threshold crossing.
          The type of this attribute shall correspond to the related
          "Measurement Unit" as defined in clause 7.2 of ETSI GS NFV-IFA 027.
        type: object
        type: object
      _links:
      _links:
        description: >
        description: >
@@ -533,19 +537,19 @@ definitions:
          subscription:
          subscription:
            description: >
            description: >
              Link to the related subscription.
              Link to the related subscription.
            $ref: "SOL005_def.yaml#/definitions/Link"
            $ref: "../../definitions/SOL005_def.yaml#/definitions/NotificationLink"
          objectInstance:
          objectInstance:
            description: >
            description: >
              Link to the resource representing the NS
              Link to the resource representing the NS
              instance to which the notified change applies.
              instance to which the notified change applies.
              Shall be present if the NS instance information
              Shall be present if the NS instance information
              is accessible as a resource..
              is accessible as a resource..
            $ref: "SOL005_def.yaml#/definitions/Link"
            $ref: "../../definitions/SOL005_def.yaml#/definitions/NotificationLink"
          threshold:
          threshold:
            description: >
            description: >
              Link to the resource that represents the
              Link to the resource that represents the
              threshold that was crossed.
              threshold that was crossed.
            $ref: "SOL005_def.yaml#/definitions/Link"
            $ref: "../../definitions/SOL005_def.yaml#/definitions/NotificationLink"


  CrossingDirectionType:
  CrossingDirectionType:
    description: >
    description: >
+1 −1

File changed.

Contains only whitespace changes.