Labs64 NetLicensing
labs64_netlicensingLabs64 NetLicensing is a license management software designed to help software vendors and developers efficiently manage their software licenses and distribution.
Acciones disponibles (2)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
List LicensesLABS64_NETLICENSING_LICENSE_LISTAcciónTool to list all licenses. use when you need to retrieve license records with optional filtering and pagination.
LABS64_NETLICENSING_LICENSE_LISTAcciónTool to list all licenses. use when you need to retrieve license records with optional filtering and pagination.
Parámetros de entrada
filterstringAdditional filter expression, e.g., 'valid==true'
pageSizeintegerNumber of items per page
pageNumberintegerPage number for paginated results (0-based)
licenseTypestringFilter licenses by license type
productNumberstringFilter licenses by product number
licenseeNumberstringFilter licenses by licensee number
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ProductsLABS64_NETLICENSING_PRODUCT_LISTAcciónTool to retrieve a list of all products. use after authenticating with netlicensing.
LABS64_NETLICENSING_PRODUCT_LISTAcciónTool to retrieve a list of all products. use after authenticating with netlicensing.
Parámetros de entrada
filterstringFilter criteria, see https://netlicensing.io/wiki/filters (e.g., 'active==true')
pageSizeintegerNumber of records per page
pageNumberintegerPage number to retrieve (0-based indexing)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not