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

Compare with Current View Page History

« Previous Version 4 Next »

References


Assumptions

#

Issue

Notes

Decisions

1





Issues & Decisions

#

Issue

Notes

Decisions

1




Overview

This page only contains the details used for starting the development on the Merging of Subscriptions use case. Just the straight forward scenarios will be covered and the overall solution will be build on top of it.


Schema Definitions


  1. DME to NCMP Subscription Request

    DME to NCMP Subscription Request
    Header values ( all cloud events header )
    
    
    {
      "data": {
        "subscriptionId": "unique subscription id",
        "predicates": [
    	{
            “targets” :  list of cmhandles
            "datastore": “ncmp-datastore:passthrough-operational or ncmp-datastore:passthrough-running",
            "datastore-xpath-filter": list of valid xpaths
      
        }
    	]
    }
  2. NCMP to DMI-Plugin Subscription Request

    NCMP to DMI-Plugin Subscription Request
     
  3. DMI-Plugin to NCMP Subscription Response

    DMI-Plugin to NCMP Subscription Response
     
  4. NCMP to DME Subscription Response

    NCMP to DME Subscription Response
     
  • No labels