aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/service-blueprint/PNF_DEMO/Scripts/templates/pnf-config-deploy.template
blob: 9103d2d03131a9f544061fe4834f5f0b5463960f (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
{
	"actionIdentifiers": {
		"mode": "sync",
		"blueprintName": "pnf_netconf",
		"blueprintVersion": "1.0.0",
		"actionName": "config-deploy"
	},
	"payload": {
		"config-deploy-request": {
			"resolution-key": "CONFIG_NAME",
			"config-deploy-properties": {
				"pnf-id": "abcd",
				"pnf-ipv4-address": "PNF_IP_ADDRESS",
				"netconf-password": "NETCONF_PASSWORD",
				"netconf-username": "NETCONF_USERNAME"
			}
		}
	}

	,
	"commonHeader": {
		"subRequestId": "143748f9-3cd5-4910-81c9-a4601ff2ea58",
		"requestId": "e5eb1f1e-3386-435d-b290-d49d8af8db4c",
		"originatorId": "SDNC_DG"
	}
}