| 201 | === WebAPI state file === |
| 202 | |
| 203 | The state file has the name of '''vbox_webapi.xml'''. |
| 204 | |
| 205 | It has following structure: |
| 206 | {{{ |
| 207 | <webapi> |
| 208 | <host_port>X</host_port> |
| 209 | </webapi> |
| 210 | }}} |
| 211 | Required elements: |
| 212 | '''host_port''':: |
| 213 | The port, if configured for it, vboxwrapper has assigned to the task for WebAPI requests. (HTTP, XML-RPC, JSON) |
| 214 | |
| 215 | === Remote Desktop state file === |
| 216 | |
| 217 | The state file has the name of '''vbox_remote_desktop.xml'''. |
| 218 | |
| 219 | It has following structure: |
| 220 | {{{ |
| 221 | <remote_desktop> |
| 222 | <host_port>X</host_port> |
| 223 | </remote_desktop> |
| 224 | }}} |
| 225 | Required elements: |
| 226 | '''host_port''':: |
| 227 | The port, if configured for it, vboxwrapper has assigned to the task for Remote Desktop requests. (RDP) |
| 228 | |