| | 436 | == Get status of result(s) == #result_status |
| | 437 | '''URL''':: |
| | 438 | project/result_status.php |
| | 439 | '''input''':: |
| | 440 | ids:: comma-separate list of result IDs |
| | 441 | '''output''':: |
| | 442 | Descriptions of those result, including most of the DB fields |
| | 443 | such as server status, granted credit, etc. |
| | 444 | '''examples''':: |
| | 445 | http://boinc.berkeley.edu/test/result_status.php?ids=5575279 |
| | 446 | '''output''':: |
| | 447 | {{{ |
| | 448 | <results> |
| | 449 | <result> |
| | 450 | <id>5575279</id> |
| | 451 | <create_time>1448056368</create_time> |
| | 452 | <workunitid>5527524</workunitid> |
| | 453 | <server_state>5</server_state> |
| | 454 | <outcome>1</outcome> |
| | 455 | <client_state>5</client_state> |
| | 456 | <hostid>1193</hostid> |
| | 457 | <userid>1</userid> |
| | 458 | <report_deadline>1453432427</report_deadline> |
| | 459 | <sent_time>1453428827</sent_time> |
| | 460 | <received_time>1453428866</received_time> |
| | 461 | <name>wu_nodelete_0</name> |
| | 462 | <cpu_time>19.93693</cpu_time> |
| | 463 | <batch>0</batch> |
| | 464 | <file_delete_state>2</file_delete_state> |
| | 465 | <validate_state>1</validate_state> |
| | 466 | <granted_credit>0.1138503608530816</granted_credit> |
| | 467 | <app_version_num>710</app_version_num> |
| | 468 | <appid>1</appid> |
| | 469 | <exit_status>0</exit_status> |
| | 470 | <elapsed_time>21.88125</elapsed_time> |
| | 471 | <flops_estimate>2247739772.112254</flops_estimate> |
| | 472 | <peak_working_set_size>5619712</peak_working_set_size> |
| | 473 | <peak_swap_size>3297280</peak_swap_size> |
| | 474 | <peak_disk_usage>203640</peak_disk_usage> |
| | 475 | </result> |
| | 476 | </results> |
| | 477 | }}} |