ska_dlm.dlm_ingest.dlm_ingest_requests

DLM ingest API module.

Functions

init_data_item([item_name, phase, ...])

Initialise a new data_item.

invalidquery_exception_handler(request, exc)

Catch InvalidQueryParameters and send a JSONResponse.

register_data_item(item_name, uri[, ...])

Ingest a data_item (register function is an alias).

unmetprecondition_exception_handler(request, exc)

Catch UnmetPreconditionForOperation and send a JSONResponse.

valuealreadyindb_exception_handler(request, exc)

Catch ValueAlreadyInDB and send a JSONResponse.

Classes

ItemType(value)

Data Item on the filesystem.