aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/resource-dictionary/starter-dictionary/update-active-streams.json
blob: 631be516b16c2b24c25a8bb217132060df7c80d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
  "name": "update-active-streams",
  "tags": "update-active-streams",
  "property": {
    "description": "update-active-streams",
    "type": "string"
  },
  "group": "default",
  "updated-by": "Bruno Sakoto <bruno.sakoto@bell.ca>",
  "sources": {
    "default": {
      "type": "source-default",
      "properties": {}
    },
    "sdnc": {
      "type": "source-rest",
      "properties": {
        "verb": "PUT",
        "type": "JSON",
        "path": "",
        "url-path": "$vpg_onap_private_ip_0:8183/restconf/config/stream-count:stream-count/streams",
        "input-key-mapping": {
          "vpg_onap_private_ip_0": "vpg_onap_private_ip_0",
          "data": "data"
        },
        "output-key-mapping": {
        },
        "key-dependencies": [
          "vpg_onap_private_ip_0",
          "data"
        ],
        "endpoint-selector": "vpkg-rest-api",
        "payload": "{\"streams\": $data}"
      }
    }
  }
}