The complete job status page content in available in JSON format via the URL https://<SImA_hostname>/cluster/jobs/data, where <SImA_hostname> is the domain name used when accessing SImA.
The JSON output for each individual job status page entry would look similar to this:
"data": [
{
"id": 1,
"cluster_job_id": "6907d024-1757-11ee-81ea-02420a000226",
"formatted_info": "Imported from: /home/sima/Ref_Data_5_wells/JLu_080612_Rhod_Mito_Hoe_40xW[7751]/2008-06-12T123202+0100[7851]/2008-06-12T123202+0100[7851]",
"user_name": "admin",
"state": "Completed",
"created": "2023-06-30 15:04:30",
"started": "2023-06-30 15:04:29",
"ended": "2023-06-30 15:04:33",
"cluster_name": "Importer",
"cluster_type": "Importer",
"failure_reason": "",
"failure_message": "",
"result_url": "",
"screen_name": "1.2_new",
"plate_name": "JLu_080612_Rhod_Mito_Hoe_40xW",
"measurement_id": "",
"measurement_date": "2008-06-12 11:32:02",
"analysis_name": null,
"additional_state_info": "",
"job_type": "Import",
"progress": " ",
"duration": "0:00:04",
"show_detailed_info": true
},
Note: This endpoint is not considered part of the official public API and as such is subject to change without notification.
Comments
0 comments
Article is closed for comments.