- Resource functions
-
- get_resource_field_data
- create_resource
- delete_resource
- copy_resource
- get_resource_log
- update_resource_type
- get_resource_path
- get_resource_data
- get_alternative_files
- get_resource_types
- add_alternative_file
- delete_alternative_file
- upload_file
- upload_file_by_url
- get_related_resources
- resource_log_last_rows
- replace_resource_file
- get_resource_all_image_sizes
- put_resource_data
- update_related_resource
- relate_all_resources
- Collection functions
- Search functions
- IIIF
- Metadata functions
- User functions
- System
get_system_status
Get system status - healthcheck information
No parameters.
Return values
Returns back system status information (configuration dependant - e.g mysql_log_transactions).
{ "results": { "quota_limit": { "status": "OK", "info": "1% used.", "avail": 10000000000, "used": "1140631", "percent": 1 }, "version": { "status": "OK", "info": "SVN Trunk" }, "svn": { "status": "OK", "info": " r18225:18234" }, "plugins": { "status": "OK", "info": "rse_search_notifications, rse_version, rse_workflow, multicrop, transform, consentmanager, format_chooser, licensemanager, lightbox_preview" }, "recent_user_count": { "status": "OK", "info": "12" } }, "status": "OK" }
Example when something is wrong:
{ "results": { "cron_process": { "status": "FAIL", "info": "Cron was executed 26 days ago." } }, "status": "FAIL" }