Example of POST vpz/output 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/output.
[2]The simulator Id is specified in the POST space by ‘vpz’.

Example illustrating :

  • modifying duration,

  • value ‘linear’ as plan

  • value ‘dataframe’ as restype

  • value of type vname.oname as ‘outselect’ :

    value ‘view.top:wwdm.LAI’ to select the ‘LAI’ output data of the view named ‘view’.

    value ‘view.top:wwdm.ST’ to select the ‘ST’ output data of the view named ‘view’.

  • with ‘application/x-www-form-urlencoded’ as ‘Media type’

    Memo

    URL :
    http://erecord.toulouse.inra.fr:8000/vpz/output/
    
    Content :
    vpz=266&duration=6&mode=linear&mode=dataframe&outselect=view.top:wwdm.LAI&outselect=view.top:wwdm.ST