Commit b9ce6080 authored by Sana Zulfiqar's avatar Sana Zulfiqar
Browse files

SOL009_36: Attributes added in CreatePmJobRequest

parent 83e2d7f0
Loading
Loading
Loading
Loading
+14 −0
Original line number Original line Diff line number Diff line
@@ -511,10 +511,24 @@ components:
          description: >
          description: >
            Criteria of the collection of performance information.
            Criteria of the collection of performance information.
          $ref: "#/components/schemas/PmJobCriteria"
          $ref: "#/components/schemas/PmJobCriteria"
        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
        - objectInstanceIds
        - objectInstanceIds
        - criteria
        - criteria
        - callbackUri


    PmJob:
    PmJob:
      description: >
      description: >