...
Verify the Netconf mount was created and able to connect to the VNF
Test the Netconf mount
Sample Test of a vFW ModifyConfig via API Doc Explorer
Code Block |
---|
{"input": {
"common-request-header": {
"service-request-id": "1"
},
"config-payload": {
"config-url": "5f517fd4-bf3d-43bc-8147-1b61776d7ded",
"config-json": "{\"pg-streams\":{\"pg-stream\": [{ \"id\": \"fw_udp1\", \"is-enabled\": \"true\" }, { \"id\": \"fw_udp2\", \"is-enabled\": \"true\" }, { \"id\": \"fw_udp3\", \"is-enabled\": \"true\" }, { \"id\": \"fw_udp4\", \"is-enabled\": \"true\" }, { \"id\": \"fw_udp5\", \"is-enabled\": \"true\" }]}}"
}
}
} |