474af68c81df90377165bb59b6d680d69c87725c
[ccsdk/cds.git] / components / model-catalog / blueprint-model / service-blueprint / PNF_DEMO / Scripts / templates / day-n-pnf-config.template
1 {
2     "actionIdentifiers": {
3         "mode": "sync",
4         "blueprintName": "pnf_netconf",
5         "blueprintVersion": "1.0.0",
6         "actionName": "config-assign"
7     },
8     "payload": {
9         "config-assign-request": {
10             "template-prefix": [
11                 "pnf", "netconfrpc"
12             ],
13             "resolution-key": "CONFIG_NAME",
14             "config-assign-properties": {
15                 "pnf-id": "abcd",
16                 "pnf-ipv4-address": "PNF_IP_ADDRESS",
17                 "netconf-password": "netconf",
18                 "netconf-username": "netconf",
19                 "netconf-server-port": "830",
20                 "stream-count": "STREAM_COUNT"
21             }
22         }
23     },
24     "commonHeader": {
25         "subRequestId": "143748f9-3cd5-4910-81c9-a4601ff2ea58",
26         "requestId": "e5eb1f1e-3386-435d-b290-d49d8af8db4c",
27         "originatorId": "SDNC_DG"
28     }
29 }