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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
{
"callbackUri": "/api/nslcm/v1/subscriptions",
"filter": {
"nsInstanceSubscriptionFilter": {
"nsdIds": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"vnfdIds": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"pnfdIds": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"nsInstanceIds": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"nsInstanceNames": [
"ns1"
]
},
"notificationTypes": [
"NsLcmOperationOccurrenceNotification"
],
"operationTypes": [
"INSTANTIATE"
],
"operationStates": [
"STARTING"
],
"nsComponentTypes": [
"VNF"
],
"lcmOpNameImpactingNsComponent": [
"VNF_INSTANTIATE"
],
"lcmOpOccStatusImpactingNsComponent": [
"START"
]
},
"authentication": {
"authType": [
"BASIC"
],
"paramsBasic": {
"userName": "test",
"password": "test"
},
"paramsOauth2ClientCredentials": {
"clientId": "123",
"clientPassword": "test",
"tokenEndpoint": "test"
}
}
}
|