cortex.api package

Submodules

cortex.api.api module

cortex.api.api.get_image_data(uid, snapshotId, result_name)
cortex.api.api.get_snapshot(uid, snapshotId)
cortex.api.api.get_snapshot_result(uid, snapshotId, result_name)
cortex.api.api.get_user(uid)
cortex.api.api.get_user_snapshots(uid)

Returns list of snapshots of user, with snapshotId and datetime only.

cortex.api.api.get_users()

Returns the list of all the supported users, including their IDs and names only.

cortex.api.api.run_api_server(host, port, database_url)

Module contents