Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

This clause describes the procedure for sending notifications related to VNF package management

VnfPackage Onboarding Notification

When the vnf package performs the Onboarding operation successfully, Etsicatalog will filter all Subscriptions records:

  • notificationTypes == “VnfPackageOnboardingNotification”

     &&

  • VnfPackage‘s vnfdId / vnfPkgId / vnfProductsFromProviders maching subscription.filters

If there is some matching subscription records,  Etsicatalog will post notifications requests.



VnfPackage Change Notification

When the vnf package performs the Deleting or Patching operation successfully, Etsicatalog will filter all Subscriptions records:

  • notificationTypes == “VnfPackageChangeNotification”

     &&

  • VnfPackage’s vnfdId / vnfPkgId / vnfProductsFromProviders maching subscription.filters

If there is some matching subscription records,  Etsicatalog will post notifications requests.

  • No labels