|
|
|
@ -227,7 +227,7 @@ async def save_default_equipment(*, db_session: DbSession, project_name: str):
|
|
|
|
|
|
|
|
|
|
|
|
def get_asset_batch(location_tags: List[str], nr_location_tags: List[str],
|
|
|
|
def get_asset_batch(location_tags: List[str], nr_location_tags: List[str],
|
|
|
|
base_url: str = RELIABILITY_SERVICE_API,
|
|
|
|
base_url: str = RELIABILITY_SERVICE_API,
|
|
|
|
timeout: int = 30)-> dict:
|
|
|
|
timeout: int = 600)-> dict:
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
Get asset batch data using GET request with JSON body.
|
|
|
|
Get asset batch data using GET request with JSON body.
|
|
|
|
|
|
|
|
|
|
|
|
|