ska_dlm.dlm_request.dlm_request_requests

DLM Request API module.

Functions

invalidquery_exception_handler(request, exc)

Catch InvalidQueryParameters and send a JSONResponse.

query_deleted([uid])

Query for all deleted data_items using the deleted state.

query_exists([item_name, oid, uid, ready])

Query to check for existence of a data_item.

query_exists_and_ready([item_name, oid, uid])

Check whether a data_item exists and is in READY state.

query_expired([offset])

Query for all expired data_items using the uid_expiration timestamp.

query_item_storage([item_name, oid, uid])

Query for the storage_ids of all backends holding a copy of a data_item.

query_new(check_date[, uid])

Query for all data_items newer than the date provided.