blob: 8c60bbdd8b9ac34701dabcfcdaada66e15d4ac76 (
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
|
{
"input": {
"sdnc-request-header": {
"svc-request-id": "076b243e-9236-4409-973d-dd318dcab3e9",
"svc-action": "update"
},
"request-information": {
"request-action": "SdwanBandwidthChange"
},
"service-information": {
"service-instance-id": "my-service"
},
"vnf-information": {
"vnf-id": "my-vnf"
},
"vf-module-information": {
"vf-module-id": ""
},
"vf-module-request-input": {
"vf-module-input-parameters": {
"param": [
{
"name": "bandwidth"
},
{
"name": "bandwidth-change-time"
}
]
}
}
}
}
|