VnfIndicatorSubscription_def.yaml 1.25 KB
Newer Older
definitions:

  VnfIndicatorSubscription:
    description: >
      This type represents a subscription related to notifications about VNF indicator value changes.
    type: object
    required:
      - callbackUri
      - id
      - _links
    properties:
      id:
        description: >
          Identifier of this subscription resource.
        $ref: '../../../definitions/SOL002SOL003_def.yaml#/definitions/Identifier'
      filter:
        description: >
          Filter settings for this subscription, to define the subset of all notifications this subscription
          relates to. A particular notification is sent to the subscriber if the filter matches, or if there
          is no filter.
        $ref: 'VnfIndicatorNotificationsFilter_def.yaml#/definitions/VnfIndicatorNotificationsFilter'
      callbackUri:
        description: >
          The URI of the endpoint to send the notification to. 
        type: string
        format: URI
      _links:
        description: >
          Links to resources related to this resource.
        type: object
        required:
          - self
        properties:
          self:
            description: >
              URI of this resource.
            $ref: '../../../definitions/SOL002SOL003_def.yaml#/definitions/Link'