summaryrefslogtreecommitdiffstats
path: root/etc/ont_registartion_subscription_template.json
blob: eae6325346fd3fc616f53e7ff1de2a19b34b4862 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "input": {
    "encoding": "encode-json",
    "protocol": "sse",
    "subscription" : [
      {
        "topic" : "resources",
        "object-type-infos" : [
          {
            "object-type" : "onu",
            "version" : "v1"
          }
        ],
        "operation" : ["create"]
      }
    ]
  }
}