NAiOS IconNAiOS Logo
Volver al catálogo

Kaleido

kaleido

Kaleido is a full-stack platform for building and managing enterprise blockchain networks and applications.

Acciones
17
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 (17)

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.

Add Organization Identity ProofKALEIDO_ADD_IDENTITY_PROOFAcción

Tool to add an identity proof to an organization. Use when registering an x.509 certificate chain for an org immediately after creation.

Parámetros de entrada

  • namestringObligatorio

    Descriptive name for the identity proof

  • typestring

    Type of the identity proof, currently only 'x509' is supported

  • org_idstringObligatorio

    Organization ID to which the identity proof will be added

  • payloadstringObligatorio

    Base64-encoded certificate chain concatenated as a single string

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

Create API KeyKALEIDO_CREATE_API_KEYAcción

Tool to create a new API key for an organization. Use after confirming the org_id.

Parámetros de entrada

  • namestring

    User-defined name for the API key

  • org_idstringObligatorio

    Organization ID for which to create the API key

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

Delete API KeyKALEIDO_DELETE_API_KEYAcción

Tool to delete a specific API key. Use when you need to remove an API key by its identifier after confirming it's no longer in use.

Parámetros de entrada

  • apikey_idstringObligatorio

    The unique identifier of the API key to delete

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

Get API KeysKALEIDO_GET_API_KEYSAcción

Tool to retrieve all API keys associated with the organization. Use when you need an overview of existing API keys after authenticating.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]Obligatorio

    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

Get App2App RuntimesKALEIDO_GET_APP2_APP_RUNTIMESAcción

Tool to retrieve App2App runtimes by listing all services and filtering where service == 'app2app'. Use after authenticating to enumerate App2App service instances.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]Obligatorio

    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

Get Application CredentialsKALEIDO_GET_APPLICATION_CREDENTIALSAcción

Tool to retrieve application credentials for a specific environment. Use when you need to list DApp credentials after environment setup.

Parámetros de entrada

  • consortia_idstringObligatorio

    ID of the consortium

  • environment_idstringObligatorio

    ID of the environment

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

Get ConsortiaKALEIDO_GET_CONSORTIAAcción

Tool to retrieve all consortia associated with the organization. Use after authenticating to view existing consortia.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]Obligatorio

    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

Get Event StreamsKALEIDO_GET_EVENT_STREAMSAcción

Tool to list all event streams configured in the environment. Use when you need to retrieve current event stream setups.

Parámetros de entrada

  • node_idstring

    Kaleido node ID exposing Ethconnect (used for URL composition)

  • full_urlstring

    Override base URL completely. If this already includes /eventstreams it will be used as-is.

  • zone_domainstring

    Zone domain used to reach the Ethconnect gateway (e.g., us-east-1.connect.kaleido.io)

  • environment_idstring

    Kaleido environment ID (used for Ethconnect URL composition)

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

Get MembershipsKALEIDO_GET_MEMBERSHIPSAcción

Tool to retrieve all memberships for the current user. Use after authenticating to list user memberships.

Parámetros de entrada

  • querystring

    Optional Mongo-style query string to filter memberships

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

Get OrganizationsKALEIDO_GET_ORGANIZATIONSAcción

Tool to retrieve all organizations that the authenticated user has access to. Use after authenticating to list available organizations.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]Obligatorio

    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

Get RegionsKALEIDO_GET_REGIONSAcción

Tool to retrieve the list of deployment zones and endpoints. Use after authenticating to list available regions.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]Obligatorio

    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

Get ReleasesKALEIDO_GET_RELEASESAcción

Tool to retrieve current and historical versions of node software. Use when you need to list all runtime releases available in the Kaleido platform.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]Obligatorio

    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

Get RolesKALEIDO_GET_ROLESAcción

Tool to retrieve all roles of an organization. Use when you need to audit or manage user roles after confirming a valid organization ID.

Parámetros de entrada

  • org_idstringObligatorio

    Organization ID whose roles should be retrieved

Parámetros de salida

  • dataobject[]Obligatorio

    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

Get ServicesKALEIDO_GET_SERVICESAcción

Tool to retrieve all services the current user owns or can see. Use after authenticating to list available services.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]Obligatorio

    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

Get Token Factory TokensKALEIDO_GET_TOKEN_FACTORY_TOKENSAcción

Tool to retrieve all tokens managed by the Token Factory. Use after authenticating to list available tokens.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobject[]Obligatorio

    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

Get Wallet Account NonceKALEIDO_GET_WALLET_ACCOUNT_NONCEAcción

Tool to retrieve the current nonce of a specific HD wallet account. Use before signing a transaction to determine the next transaction count.

Parámetros de entrada

  • wallet_idstringObligatorio

    ID of the HD wallet instance

  • account_indexintegerObligatorio

    Index of the account in the wallet (0 to 2,147,483,648)

  • service_api_base_urlstring

    Override the base URL for the HD Wallet service API, e.g., https://<service_host>/api/v1. If provided, the nonce will be retrieved from this service instead of the console base URL.

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

Get WalletsKALEIDO_GET_WALLETSAcción

Tool to retrieve HD wallet IDs hosted in the service. Use after creating or importing HD wallets to enumerate available wallets.

Parámetros de entrada

  • service_api_base_urlstring

    Override the base URL for the HD Wallet service API, e.g., https://<service_host>/api/v1. If provided, the wallets will be retrieved from this service instead of the console base URL.

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