NAiOS IconNAiOS Logo
Volver al catálogo

Labs64 NetLicensing

labs64_netlicensing

Labs64 NetLicensing is a license management software designed to help software vendors and developers efficiently manage their software licenses and distribution.

Acciones
2
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool to list all licenses. use when you need to retrieve license records with optional filtering and pagination.

Parámetros de entrada

  • filterstring

    Additional filter expression, e.g., 'valid==true'

  • pageSizeinteger

    Number of items per page

  • pageNumberinteger

    Page number for paginated results (0-based)

  • licenseTypestring

    Filter licenses by license type

  • productNumberstring

    Filter licenses by product number

  • licenseeNumberstring

    Filter licenses by licensee number

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List ProductsLABS64_NETLICENSING_PRODUCT_LISTAcción

Tool to retrieve a list of all products. use after authenticating with netlicensing.

Parámetros de entrada

  • filterstring

    Filter criteria, see https://netlicensing.io/wiki/filters (e.g., 'active==true')

  • pageSizeinteger

    Number of records per page

  • pageNumberinteger

    Page number to retrieve (0-based indexing)

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not