blob: a93dafb1663dec3b201dcf6f89f83d3f6a51ff00 [file] [log] [blame]
[
{
"action_param": [
{
"id": "actionparam01",
"name": "Start Me Up",
"description": "This is a description. It doesn't say much",
"group_tag": "control-group1",
"url": "http://localhost:8091/vnfr/1/start"
},
{
"id": "actionparam02",
"name": "Stop me",
"description": "This is a description. It doesn't say much",
"group_tag": "control-group1",
"url": "http://localhost:8091/vnfr/1/stop",
"operation": "POST"
}
],
"control_param": [
{
"id": "controlparam01",
"name": "Control Param 1",
"description": "This is a description. It doesn't say much",
"group_tag": "control-group1",
"min_value": 0,
"max_value": 100,
"current_value": 0,
"step_value": 1,
"units": "smoots",
"widget_type": "HISTOGRAM",
"url": "http://localhost:8091/vnfr/1/control-1",
"operation": "POST",
"payload": "{ \"test\": \"sample value\" }"
},
{
"id": "controlparam02",
"name": "Control Param 2",
"description": "This is a description. It doesn't say much",
"group_tag": "control-group1",
"min_value": 0,
"max_value": 100,
"current_value": 0,
"step_value": 1,
"units": "smoots",
"widget_type": "GAUGE",
"url": "http://localhost:8091/vnfr/1/control-2",
"operation": "POST",
"payload": "{ \"test\": \"sample value\" }"
}
]
}
]