AppElementAPI

class deepfos.api.app.AppElementAPI(root: deepfos.api.base.RootAPI)
element_upgrade(elementUpgradeInfoDtoList)

元素升级接口

参数

elementUpgradeInfoDtoListList[ElementUpgradeInfoDto]

返回类型

Union[ElementUpgradeInfo, Awaitable[ElementUpgradeInfo]]

upgrade_info(type, name, folderId)

元素升级信息查询接口

参数
返回类型

Union[List[ElementUpgradeInfoVO], Awaitable[List[ElementUpgradeInfoVO]]]

upgrade_info_batch(list)

元素升级信息批量查询接口

参数

listList[UpgradeInfoQuerryDto]

返回类型

Union[List[ElementUpgradeInfoVO], Awaitable[List[ElementUpgradeInfoVO]]]

upgrade_log_by_id(id)

根据升级记录主表id查询元素升级记录接口

参数

idint

返回类型

Union[ElementUpgradeInfo, Awaitable[ElementUpgradeInfo]]