Module QuantumPathQSOAPySDK.qsoa.dynamicConnectionPoints
def createAsset(context, idSolution: int, assetName: str, assetNamespace: str, assetDescription: str, assetBody, assetType: str, assetLevel: str) ‑> AssetManagementData
-
def createAssetFlow(context, idSolution: int, assetName: str, assetNamespace: str, assetDescription: str, assetBody, assetLevel: str, publish: bool = False) ‑> AssetManagementData
-
def createAssetFlowSync(context, idSolution: int, assetName: str, assetNamespace: str, assetDescription: str, assetBody, assetLevel: str, publish: bool = False) ‑> AssetManagementResult
-
def createAssetSync(context, idSolution: int, assetName: str, assetNamespace: str, assetDescription: str, assetBody, assetType: str, assetLevel: str) ‑> AssetManagementResult
-
def deleteAsset(context, *args) ‑> bool
-
def getAsset(context, idAsset: int, assetType: str, assetLevel: str) ‑> Asset
-
def getAssetCatalog(context, idSolution: int, assetType: str, assetLevel: str) ‑> list
-
def getAssetManagementResult(context, lifecycleToken: str) ‑> AssetManagementResult
-
def getQuantumExecutionHistoric(context, idSolution: int = None, idFlow: int = None, idDevice: int = None, dateFrom: str = None, isSimulator: bool = None, top: int = None, resultType: bool = None) ‑> list
-
def getQuantumExecutionHistoricResult(context, idResult: int) ‑> QuantumExecutionHistoryEntry
-
def publishFlow(context, idFlow: int, publish: bool) ‑> bool
-
def updateAsset(context, asset: Asset, assetName: str = None, assetNamespace: str = None, assetDescription: str = None, assetBody=None, assetType: str = None, assetLevel: str = None) ‑> AssetManagementData
-
def updateAssetSync(context, asset: Asset, assetName: str = None, assetNamespace: str = None, assetDescription: str = None, assetBody=None, assetType: str = None, assetLevel: str = None) ‑> AssetManagementResult
-