Example of POST vpz/input in a webbrowser

For the simulator ‘wwdm.vpz’ whose Id is 266 [2], enter in a webbrowser the URL [1] and click ‘POST’ button after having entered your commands in the POST space.

[1]The URL is http://erecord.toulouse.inra.fr:8000/vpz/input.
[2]The simulator Id is specified in the POST space by ‘vpz’.

Example illustrating :

  • modifying some parameters by ‘cname.pname’,

  • compactlist’ as style of presentation

  • values of type cname.pname as ‘parselect’ :

    value ‘cond_wwdm.A’ to select the parameter named ‘A’ of the condition named ‘cond_wwdm’.

    value ‘cond_wwdm.B’ to select the parameter named ‘B’ of the condition named ‘cond_wwdm’.

    value ‘cond_wwdm.Eb’ to select the parameter named ‘Eb’ of the condition named ‘cond_wwdm’.

    value ‘cond_wwdm.TI’ to select the parameter named ‘TI’ of the condition named ‘cond_wwdm’.

  • with ‘application/json’ as ‘Media type’

REQUEST

Memo

URL :
http://erecord.toulouse.inra.fr:8000/vpz/input/

Content :
{"vpz":266,"pars":[{"selection_name":"cond_wwdm.A","cname":"cond_wwdm","pname":"A","value":"[0.0064]"},{"selection_name":"cond_wwdm.Eb","cname":"cond_wwdm","pname":"Eb","value":"[1.86]"}],"mode":"compactlist","parselect":["cond_wwdm.A","cond_wwdm.B","cond_wwdm.Eb","cond_wwdm.TI"]}