Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

External VNFM can subscribe to SOL002 VNF Indicator notifications.

SOL002 Adapter reads VNF spesific specific VES events from DMaaP according to subscriptions and converts events to SOL002 interface format and sends as Notify events to external VNFM.

...

When a Ve-Vnfm-Adapter application receives the Notification it sends a message about it to the Policy through the DMaaP.


DMaaP Message Format


Below is a message (the values are sample) sent over to DMaaP.


Code Block
{

...


  "closedLoopControlName":

...

 "ClosedLoopControlName",

...


  "closedLoopAlarmStart":

...

 1589825445,

...


  "closedLoopEventClient":

...

 "microservice.stringmatcher",

...


  "closedLoopEventStatus":

...

 "ONSET",

...


  "requestID":

...

 "8478ff7d-409d-4b7d-b932-f09ab54765ab",

...


  "target_type":

...

 "VNF",

...


  "target":

...

 "generic-vnf.vnf-id",

...


  "AAI":

...

 {
    "vserver.is-closed-loop-disabled": false,
    "generic-vnf.vnf-id": "<etsiLcmEventId>"
  },
  "from":

...

 "ETSI",

...


  "version":

...

 "1.0.2",

...


  "etsiLcmEvent":

...

 {
    "id":

...

 "<etsiLcmEventId>",

...


    "notificationType":

...

 "VnfLcmOperationOccurrenceNotification",

...


    "subscriptionId":

...

 null,

...


    "timeStamp":

...

 null,

...


    "notificationStatus":

...

 "RESULT",

...


    "operationState":

...

 "COMPLETED",

...


    "vnfInstanceId":

...

 "2124DEPF",

...


    "operation":

...

 "INSTANTIATE",

...


    "isAutomaticInvocation":

...

 null,

...


    "vnfLcmOpOccId":

...

 "86d3de41-a7f7-48eb-9868-5b103dc36d26",

...


    "affectedVnfcs":

...

 [
      {
        "id":

...

 "abc123",

...


        "vduId":

...

 "vdu987",

...


        "changeType":

...

 "ADDED",

...


        "computeResource":

...

 {
          "vimConnectionId":

...

 "vim001"

...


        }
      }
    ],
    "affectedVirtualLinks":

...

 null,

...


    "affectedVirtualStorages":

...

 null,

...


    "changedInfo":

...

 null,

...


    "changedExtConnectivity":

...

 null,

...


    "error":

...

 null,

...


    "_links":

...

 {
      "vnfInstance":

...

 {
        "href":

...

 "https://so-vnfm-simulator.onap:9093/vnflcm/v1/vnf_instances/2124DEPF"

...


      },
      "subscription":

...

 null,

...


      "vnfLcmOpOcc":

...

 {
        "href":

...

 "https://so-vnfm-simulator.onap:9093/vnflcm/v1/vnf_lcm_op_occs/86d3de41-a7f7-48eb-9868-5b103dc36d26"

...


      }
    }
  }
}