Commit ede4d893 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

updated notification endpoints

parent 8fb49f43
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ paths:
  ###############################################################################
  # Notification endpoint AlarmNotification                                     #
  ###############################################################################
  '/URI-is-provided-by-the-client-when-creating-the-subscription_AlarmNotification':
  '/URI_is_provided_by_the_client_when_creating_the_subscription-AlarmNotification':
    parameters:
      - name: Version
        description: >
@@ -154,7 +154,7 @@ paths:
  ###############################################################################
  # Notification endpoint AlarmClearedNotification                              #
  ###############################################################################
  '/URI-is-provided-by-the-client-when-creating-the-subscription_AlarmClearedNotification':
  '/URI_is_provided_by_the_client_when_creating_the_subscription-AlarmClearedNotification':
    parameters:
      - name: Version
        description: >
@@ -272,7 +272,7 @@ paths:
  ###############################################################################
  # Notification endpoint AlarmListRebuiltNotification                          #
  ###############################################################################
  '/URI-is-provided-by-the-client-when-creating-the-subscription_AlarmListRebuiltNotification':
  '/URI_is_provided_by_the_client_when_creating_the_subscription-AlarmListRebuiltNotification':
    parameters:
      - name: Version
        description: >
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ paths:
  ###############################################################################
  # Notification endpoint VnfIndicatorValueChangeNotification                   #
  ###############################################################################
  '/URI-is-provided-by-the-client-when-creating-the-subscription_VnfIndicatorValueChangeNotification':
  '/URI_is_provided_by_the_client_when_creating_the_subscription-VnfIndicatorValueChangeNotification':
    parameters:
      - name: Version
        description: >
+3 −3
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ paths:
  ###############################################################################
  # Notification endpoint VnfLcmOperationOccurrenceNotification                 #
  ###############################################################################
  '/URI-is-provided-by-the-client-when-creating-the-subscription_VnfLcmOperationOccurrenceNotification':
  '/URI_is_provided_by_the_client_when_creating_the_subscription-VnfLcmOperationOccurrenceNotification':
    parameters:
      - name: Version
        description: >
@@ -172,7 +172,7 @@ paths:
  ###############################################################################
  # Notification endpoint VnfIdentifierCreationNotification                     #
  ###############################################################################
  '/URI-is-provided-by-the-client-when-creating-the-subscription_VnfIdentifierCreationNotification':
  '/URI_is_provided_by_the_client_when_creating_the_subscription-VnfIdentifierCreationNotification':
    parameters:
      - name: Version
        description: >
@@ -310,7 +310,7 @@ paths:
  ###############################################################################
  # Notification endpoint VnfIdentifierDeletionNotification                     #
  ###############################################################################
  '/URI-is-provided-by-the-client-when-creating-the-subscription_VnfIdentifierDeletionNotification':
  '/URI_is_provided_by_the_client_when_creating_the_subscription-VnfIdentifierDeletionNotification':
    parameters:
      - name: Version
        description: >
+2 −2
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@ paths:
  ###############################################################################
  # Notification endpoint PerformanceInformationAvailableNotification           #
  ###############################################################################
  '/URI-is-provided-by-the-client-when-creating-the-subscription_PerformanceInformationAvailableNotification':
  '/URI_is_provided_by_the_client_when_creating_the_subscription-PerformanceInformationAvailableNotification':
    post:
      description: >
        Notify
@@ -166,7 +166,7 @@ paths:
  ###############################################################################
  # Notification endpoint ThresholdCrossedNotification                          #
  ###############################################################################
  '/URI-is-provided-by-the-client-when-creating-the-subscription_ThresholdCrossedNotification':
  '/URI_is_provided_by_the_client_when_creating_the_subscription-ThresholdCrossedNotification':
    post:
      description: >
        Notify
+3 −3
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ paths:
  ###############################################################################
  # Notification endpoint AlarmNotification                                     #
  ###############################################################################
  '/URI-is-provided-by-the-client-when-creating-the-subscription-AlarmNotification':
  '/URI_is_provided_by_the_client_when_creating_the_subscription-AlarmNotification':
    #SOL003 location: 7.4.6
    post:
      description: >
@@ -168,7 +168,7 @@ paths:
  ###############################################################################
  # Notification endpoint AlarmClearedNotification                              #
  ###############################################################################
  '/URI-is-provided-by-the-client-when-creating-the-subscription-AlarmClearedNotification':
  '/URI_is_provided_by_the_client_when_creating_the_subscription-AlarmClearedNotification':
    #SOL003 location: 7.4.6
    post:
      description: >
@@ -303,7 +303,7 @@ paths:
  ###############################################################################
  # Notification endpoint AlarmListRebuiltNotification                          #
  ###############################################################################
  '/URI-is-provided-by-the-client-when-creating-the-subscription-AlarmListRebuiltNotification':
  '/URI_is_provided_by_the_client_when_creating_the_subscription-AlarmListRebuiltNotification':
    #SOL003 location: 7.4.6
    post:
      description: >
Loading