Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
Helium
-
None
-
None
-
Operating System: Windows
Platform: PC
-
1330
Description
Adding a single service function with inconsistency between path and JSON name
put /config/service-function:service-functions/service-function/fw-zz/
{
"service-function": [
]
}
This is the actual Service Function created
{
"service-functions": {
"service-function": [
}
}
}
Some things to notice:
The service function name from the path "fw-zz" was ignored. The actually created service function name was "fw-yy"
There was no callback. OndataChanged() was never called.