Commit 959ffab5 authored by Sana Zulfiqar's avatar Sana Zulfiqar
Browse files

SOL009_38: Attributes added in CreateThresholdRequest

parent 3f1d35ea
Loading
Loading
Loading
Loading
Loading
+14 −0
Original line number Original line Diff line number Diff line
@@ -662,10 +662,24 @@ components:
          description: >
          description: >
            Criteria that define this threshold.
            Criteria that define this threshold.
          $ref: "#/components/schemas/ThresholdCriteria"
          $ref: "#/components/schemas/ThresholdCriteria"
        callbackUri:
          description: >
            The URI of the endpoint to send the notification to.
          $ref: "../components/SOL009_schemas.yaml#/components/schemas/Uri"
        authentication:
          description: >
            Authentication parameters to configure the use of Authorization when
            sending notifications corresponding to this subscription, as defined
            in clause 8.3.4 of ETSI GS NFV-SOL 013.

            This attribute shall only be present if the subscriber requires
            authorization of notifications.
          $ref: "../components/SOL009_schemas.yaml#/components/schemas/SubscriptionAuthentication"
      required:
      required:
        - objectType
        - objectType
        - objectInstanceId
        - objectInstanceId
        - criteria
        - criteria
        - callbackUri


    Threshold:
    Threshold:
      description: >
      description: >