response to remote-global-parameter4-set is incomplete
response to any successful command remote-global-parameter4-set
returned by kea at the moment is:
{
"result": 0,
"text": "DHCPv4 global parameter successfully set."
}
while design show response that include parameter name that has been set (which seems proper way to go):
{
"result": 0,
"text": "DHCPv4 global parameter successfully set.",
"arguments": {
"parameters": [ {
"name": "boot-file-name"
} ]
}
}