tardis.rest.app.routers.resources module

async tardis.rest.app.routers.resources.drain_drone(drone_uuid: str = Path(Ellipsis), sql_registry: ~tardis.plugins.sqliteregistry.SqliteRegistry = Depends(<lambda>), _: ~fastapi_jwt_auth.auth_jwt.AuthJWT = Security(check_authorization))[source]
async tardis.rest.app.routers.resources.get_resource_state(drone_uuid: str = Path(Ellipsis), sql_registry: ~tardis.plugins.sqliteregistry.SqliteRegistry = Depends(<lambda>), _: ~fastapi_jwt_auth.auth_jwt.AuthJWT = Security(check_authorization))[source]
async tardis.rest.app.routers.resources.get_resources(sql_registry: ~tardis.plugins.sqliteregistry.SqliteRegistry = Depends(<lambda>), _: ~fastapi_jwt_auth.auth_jwt.AuthJWT = Security(check_authorization))[source]